auto-import changelog data from libpng-1.0.14-0.7x.2.src.rpm
Thu Aug 01 2002 Phil Knirsch <pknirsch@redhat.com> - Fixed a file packaging problem.
This commit is contained in:
parent
55acbefe5a
commit
9efa2bdf34
11
libpng.spec
11
libpng.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: A library of functions for manipulating PNG image format files.
|
Summary: A library of functions for manipulating PNG image format files.
|
||||||
Name: libpng
|
Name: libpng
|
||||||
Version: 1.0.14
|
Version: 1.0.14
|
||||||
Release: 0.7x.1
|
Release: 0.7x.2
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2
|
Source: ftp://swrinde.nde.swri.edu/pub/png/src/libpng-%{version}.tar.bz2
|
||||||
@ -67,20 +67,23 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man5/libpng.so*
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc *.txt example.c README TODO CHANGES
|
%doc *.txt example.c README TODO CHANGES
|
||||||
/usr/lib/libpng.so.*
|
/usr/lib/lib*.so.*
|
||||||
%{_mandir}/man5/*
|
%{_mandir}/man5/*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/usr/include/*
|
/usr/include/*
|
||||||
/usr/lib/libpng.a
|
/usr/lib/lib*.a
|
||||||
/usr/lib/libpng.so
|
/usr/lib/lib*.so
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 01 2002 Phil Knirsch <pknirsch@redhat.com>
|
||||||
|
- Fixed a file packaging problem.
|
||||||
|
|
||||||
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 1.0.14-1
|
* Tue Jul 23 2002 Phil Knirsch <pknirsch@redhat.com> 1.0.14-1
|
||||||
- Updated to 1.0.14.
|
- Updated to 1.0.14.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user