Author: glen Date: Wed Jan 23 20:25:19 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - enabled dynamic exe patch and dropped bcond; rel 2
---- Files affected: SPECS: xfsprogs.spec (1.98 -> 1.99) ---- Diffs: ================================================================ Index: SPECS/xfsprogs.spec diff -u SPECS/xfsprogs.spec:1.98 SPECS/xfsprogs.spec:1.99 --- SPECS/xfsprogs.spec:1.98 Wed Jan 23 21:09:24 2008 +++ SPECS/xfsprogs.spec Wed Jan 23 21:25:14 2008 @@ -1,12 +1,9 @@ # $Revision$, $Date$ -# Conditional build: -%bcond_with dynamic_exe # link executables dynamically with xfs libs -# Summary: Tools for the XFS filesystem Summary(pl.UTF-8): Narzędzia do systemu plików XFS Name: xfsprogs Version: 2.9.5 -Release: 1 +Release: 2 License: LGPL v2.1 (libhandle), GPL v2 (the rest) Group: Applications/System Source0: ftp://linux-xfs.sgi.com/projects/xfs/download/cmd_tars/%{name}_%{version}-1.tar.gz @@ -91,7 +88,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 -%{?with_dynamic_exe:%patch4 -p1} +%patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 @@ -153,10 +150,12 @@ %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/libdisk.so.*.* %attr(755,root,root) %{_libdir}/libhandle.so.*.* +%attr(755,root,root) %{_libdir}/libxcmd.so.*.* %attr(755,root,root) %{_libdir}/libxfs.so.*.* %attr(755,root,root) %{_libdir}/libxlog.so.*.* %attr(755,root,root) %ghost %{_libdir}/libdisk.so.0 %attr(755,root,root) %ghost %{_libdir}/libhandle.so.1 +%attr(755,root,root) %ghost %{_libdir}/libxcmd.so.0 %attr(755,root,root) %ghost %{_libdir}/libxfs.so.0 %attr(755,root,root) %ghost %{_libdir}/libxlog.so.0 %{_mandir}/man[185]/* @@ -179,6 +178,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.99 2008-01-23 20:25:14 glen +- enabled dynamic exe patch and dropped bcond; rel 2 + Revision 1.98 2008-01-23 20:09:24 glen - drop obscure bcond static, which was for static libuuid which option no longer exists - verbose files, files cleanup, use proper rpm macros to fix man symlinks @@ -410,7 +412,7 @@ Revision 1.26 2002/05/21 23:15:05 kloczek - perl -pi -e "s/^automake -a -c -f --foreing/\%\{__automake\}/; \ s/^automake -a -c -f/\%\{__automake\}/; \ - s/^autoconf/\%\{__autoconf\}/" + s/^autoconf/\%\{__autoconf\}/" Revision 1.25 2002/04/30 13:39:49 pioklo - update to 2.0.3,STBR ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xfsprogs.spec?r1=1.98&r2=1.99&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
