Author: duddits Date: Tue Feb 10 15:47:53 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.5.2 - some cleaning - %files more verbose
---- Files affected: SPECS: xar.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/xar.spec diff -u SPECS/xar.spec:1.2 SPECS/xar.spec:1.3 --- SPECS/xar.spec:1.2 Mon May 28 00:20:18 2007 +++ SPECS/xar.spec Tue Feb 10 16:47:48 2009 @@ -2,12 +2,12 @@ Summary: Easily extensible archive format Summary(pl.UTF-8): Łatwo rozszerzalny format archiwów Name: xar -Version: 1.5 +Version: 1.5.2 Release: 1 License: BSD Group: Applications/Archiving Source0: http://xar.googlecode.com/files/%{name}-%{version}.tar.gz -# Source0-md5: 8057051827329458c111a4880e868afc +# Source0-md5: 8eabb055d3387b8edc30ecfb08d2e80d URL: http://code.google.com/p/xar/ BuildRequires: acl-devel BuildRequires: attr-devel @@ -66,6 +66,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +%{__rm} $RPM_BUILD_ROOT%{_libdir}/{*.a,*.la} + %clean rm -rf $RPM_BUILD_ROOT @@ -75,14 +77,15 @@ %files %defattr(644,root,root,755) %doc TODO -%attr(755,root,root) %{_bindir}/* -%attr(755,root,root) %{_libdir}/*.so.* -%{_mandir}/man1/* +%attr(755,root,root) %{_bindir}/xar +%attr(755,root,root) %{_libdir}/libxar.so.* +%{_mandir}/man1/xar.1* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/*.so -%{_includedir}/xar +%attr(755,root,root) %{_libdir}/libxar.so +%dir %{_includedir}/xar +%{_includedir}/xar/xar.h %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -90,6 +93,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2009/02/10 15:47:48 duddits +- up to 1.5.2 +- some cleaning +- %files more verbose + Revision 1.2 2007/05/27 22:20:18 qboosh - pl ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xar.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
