Author: charles Date: Tue Feb 22 12:59:38 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added option --enable-mode=64
---- Files affected: SPECS: dar.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/dar.spec diff -u SPECS/dar.spec:1.40 SPECS/dar.spec:1.41 --- SPECS/dar.spec:1.40 Tue Feb 1 22:24:53 2005 +++ SPECS/dar.spec Tue Feb 22 13:59:33 2005 @@ -2,13 +2,13 @@ # # Conditional build: %bcond_without ea # build without support for linux extented attributes -%bcond_without static # build without dar_static +%bcond_without static # build without dar_static # Summary: dar makes backup of a directory tree and files Summary(pl): dar - narzędzie do tworzenia kopii zapasowych drzew katalogów i plików Name: dar Version: 2.2.0 -Release: 0.1 +Release: 0.2 License: GPL v2 Group: Applications Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -232,6 +232,7 @@ %configure \ %{!?with_ea:--disable-ea-support} \ %{!?with_static:--disable-dar-static} \ + --enable-mode=64 \ --disable-upx %{__make} @@ -263,12 +264,12 @@ %files libs %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libdar.so.*.*.* +%attr(755,root,root) %{_libdir}/libdar64.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libdar.so -%{_libdir}/libdar.la +%attr(755,root,root) %{_libdir}/libdar64.so +%{_libdir}/libdar64.la %{_includedir}/dar %if %{with static} @@ -279,7 +280,7 @@ %files libs-static %defattr(644,root,root,755) -%{_libdir}/libdar.a +%{_libdir}/libdar64.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -287,6 +288,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2005/02/22 12:59:33 charles +- added option --enable-mode=64 + Revision 1.40 2005/02/01 21:24:53 charles - updated to 2.2.0 - proper configure with/without extented attributes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/dar.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
