Update to 0.13.45.
This commit is contained in:
parent
78aa953d32
commit
18f74b106a
@ -1 +1 @@
|
|||||||
zziplib-0.13.38.tar.bz2
|
zziplib-0.13.45.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
3eccd9b39c057eb49652e90914abfdf5 zziplib-0.13.38.tar.bz2
|
687e6e487795680dd1e8ea9c1670e0ab zziplib-0.13.45.tar.bz2
|
||||||
|
18
zziplib.spec
18
zziplib.spec
@ -1,9 +1,7 @@
|
|||||||
# $Id: zziplib.spec,v 1.4 2005/05/22 23:13:07 katzj Exp $
|
|
||||||
|
|
||||||
Summary: Lightweight library to easily extract data from zip files
|
Summary: Lightweight library to easily extract data from zip files
|
||||||
Name: zziplib
|
Name: zziplib
|
||||||
Version: 0.13.38
|
Version: 0.13.45
|
||||||
Release: 2
|
Release: 1%{?dist}
|
||||||
License: LGPL/MPL
|
License: LGPL/MPL
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
URL: http://zziplib.sourceforge.net/
|
URL: http://zziplib.sourceforge.net/
|
||||||
@ -53,11 +51,9 @@ zziplib library.
|
|||||||
%{__rm} -rf %{buildroot}
|
%{__rm} -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -70,7 +66,7 @@ zziplib library.
|
|||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%doc docs/README.SDL docs/*.htm
|
%doc docs/README.SDL docs/*.htm
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.a
|
%exclude %{_libdir}/*.a
|
||||||
%exclude %{_libdir}/*.la
|
%exclude %{_libdir}/*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -79,6 +75,10 @@ zziplib library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 9 2006 Matthias Saou <http://freshrpms.net/> 0.13.45-1
|
||||||
|
- Update to 0.13.45.
|
||||||
|
- Exclude static library.
|
||||||
|
|
||||||
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.13.38-2
|
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.13.38-2
|
||||||
- rebuild on all arches
|
- rebuild on all arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user