diff options
Diffstat (limited to 'libheif.spec')
-rw-r--r-- | libheif.spec | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/libheif.spec b/libheif.spec index 9efcfed..7939586 100644 --- a/libheif.spec +++ b/libheif.spec @@ -1,3 +1,12 @@ +# remirepo spec file for libheif, from +# +# rpmfusion spec file for libheif +# +# License: MIT +# http://opensource.org/licenses/MIT +# +# Please preserve changelog entries +# Name: libheif Version: 1.4.0 Release: 1%{?dist} @@ -51,7 +60,8 @@ NOCONFIGURE=1 ./autogen.sh find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f -%ldconfig_scriptlets +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig %files @@ -73,6 +83,9 @@ find %buildroot -name '*.la' -or -name '*.a' | xargs rm -f %changelog +* Mon Apr 25 2022 Remi Collet <remi@remirepo.net> - 1.4.0-1 +- rebuild for remirepo + * Thu Feb 28 2019 Leigh Scott <leigh123linux@googlemail.com> - 1.4.0-1 - Update to 1.4.0 |