change the path of files

This commit is contained in:
hexiujun 2019-12-26 15:16:43 +08:00
parent cbb8f7c291
commit 88158a93a6

View File

@ -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 <buildteam@openeuler.org> - 5.1.4-5
- change the path of files
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.1.4-4
- Type:cves
- ID:NA