diff --git a/giflib.spec b/giflib.spec index e29a046..1ac34a6 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,6 +1,6 @@ Name: giflib Version: 5.1.4 -Release: 4 +Release: 5 Summary: A library and utilities for processing GIFs License: MIT URL: http://www.sourceforge.net/projects/giflib/ @@ -23,12 +23,7 @@ Summary: files for developing programs which use the giflib library %description devel development header files, libraries for programs using the giflib library. -%package help -Summary: help document for manipulating GIF format image files -Buildarch: noarch - -%description help -help document for manipulating GIF format image files +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -46,20 +41,27 @@ rm -f doc/Makefile* %ldconfig_scriptlets %files -%doc AUTHORS ChangeLog NEWS README COPYING +%defattr(-,root,root) +%doc AUTHORS ChangeLog NEWS README +%license COPYING %{_libdir}/libgif.so.7* %exclude %{_libdir}/*.{a,la} %{_bindir}/gif* %files devel +%defattr(-,root,root) %doc doc/* %{_libdir}/libgif.so %{_includedir}/gif_lib.h %files help +%defattr(-,root,root) %{_mandir}/man1/gif*.1* %changelog +* Tue Dec 24 2019 openEuler Buildteam - 5.1.4-5 +- change the path of files + * Sat Dec 21 2019 openEuler Buildteam - 5.1.4-4 - Type:cves - ID:NA