]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- 1.3.13
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 11 Nov 2001 21:23:58 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs.spec -> 1.11

xfsprogs.spec

index c549b26b52e0aa35c2e7fc491ec43f63a24539d0..284798d1ea18d494ee214661da0346d5c0da0746 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Tools for the XFS filesystem
 Summary(pl):   Narzêdzia do systemu plikowego XFS
 Name:          xfsprogs
-Version:       1.3.7
+Version:       1.3.13
 Release:       1
 License:       GPL
 Group:         Applications/System
@@ -63,7 +63,8 @@ operuj
 %build
 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"; export DEBUG
 autoconf
-%configure --enable-shared-uuid=yes
+%configure2_13 \
+       --enable-shared-uuid=yes
 
 %{__make}
 
@@ -98,6 +99,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*.gz
 %attr(755,root,root) /sbin/*
 %attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) /lib/lib*.so.*
 %{_mandir}/man[185]/*
 
 %files devel
This page took 0.107957 seconds and 4 git commands to generate.