change the path of files
This commit is contained in:
parent
cbb8f7c291
commit
88158a93a6
18
giflib.spec
18
giflib.spec
@ -1,6 +1,6 @@
|
|||||||
Name: giflib
|
Name: giflib
|
||||||
Version: 5.1.4
|
Version: 5.1.4
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A library and utilities for processing GIFs
|
Summary: A library and utilities for processing GIFs
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sourceforge.net/projects/giflib/
|
URL: http://www.sourceforge.net/projects/giflib/
|
||||||
@ -23,12 +23,7 @@ Summary: files for developing programs which use the giflib library
|
|||||||
%description devel
|
%description devel
|
||||||
development header files, libraries for programs using the giflib library.
|
development header files, libraries for programs using the giflib library.
|
||||||
|
|
||||||
%package help
|
%package_help
|
||||||
Summary: help document for manipulating GIF format image files
|
|
||||||
Buildarch: noarch
|
|
||||||
|
|
||||||
%description help
|
|
||||||
help document for manipulating GIF format image files
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
@ -46,20 +41,27 @@ rm -f doc/Makefile*
|
|||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc AUTHORS ChangeLog NEWS README COPYING
|
%defattr(-,root,root)
|
||||||
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/libgif.so.7*
|
%{_libdir}/libgif.so.7*
|
||||||
%exclude %{_libdir}/*.{a,la}
|
%exclude %{_libdir}/*.{a,la}
|
||||||
%{_bindir}/gif*
|
%{_bindir}/gif*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc doc/*
|
%doc doc/*
|
||||||
%{_libdir}/libgif.so
|
%{_libdir}/libgif.so
|
||||||
%{_includedir}/gif_lib.h
|
%{_includedir}/gif_lib.h
|
||||||
|
|
||||||
%files help
|
%files help
|
||||||
|
%defattr(-,root,root)
|
||||||
%{_mandir}/man1/gif*.1*
|
%{_mandir}/man1/gif*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.1.4-4
|
||||||
- Type:cves
|
- Type:cves
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user