]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- enabled dynamic exe patch and dropped bcond; rel 2 auto/ac/xfsprogs-2_9_5-2 auto/th/xfsprogs-2_9_5-2 auto/ti/xfsprogs-2_9_5-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Jan 2008 20:25:14 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs.spec -> 1.99

xfsprogs.spec

index f9f09d13f0d103836ee6daf7fbff15e48183ecab..27847770099a80c81c176af2fa5b4e7f4123b4a1 100644 (file)
@@ -1,11 +1,8 @@
-# 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
@@ -90,7 +87,7 @@ Biblioteki statyczne do XFS.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%{?with_dynamic_exe:%patch4 -p1}
+%patch4 -p1
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
@@ -152,10 +149,12 @@ rm -rf $RPM_BUILD_ROOT
 %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]/*
This page took 0.36143 seconds and 4 git commands to generate.