]> git.pld-linux.org Git - packages/xfsprogs.git/commitdiff
- up to 2.9.2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 21 Jul 2007 07:52:43 +0000 (07:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsprogs.spec -> 1.92

xfsprogs.spec

index 450276eaf84c6507f2269264b9d6debde9858ec8..61e141be06487d194391ff3bf405ca5609396ef9 100644 (file)
@@ -6,12 +6,13 @@
 Summary:       Tools for the XFS filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików XFS
 Name:          xfsprogs
-Version:       2.8.21
+Version:       2.9.2
 Release:       1
 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
-# Source0-md5: a40b7d656c9ddb775c3f221433cbf08a
+# Source0-md5: 363b5c25ba725984cfe72908eece7d0d
+Source1:       xfs_metadump.h
 Patch0:                %{name}-miscfix-v2.patch
 Patch1:                %{name}-install-sh.patch
 Patch2:                %{name}-sharedlibs.patch
@@ -98,6 +99,9 @@ Biblioteki statyczne do XFS.
 %patch6 -p1
 %patch7 -p1
 
+[ -f include/xfs_metadump.h ] && echo "xfs_metadump.h already exists" && exit 1
+install %{SOURCE1} include/xfs_metadump.h
+
 %build
 DEBUG="%{?debug:-DDEBUG}%{!?debug:-DNDEBUG}"
 OPTIMIZER="%{rpmcflags} -DENABLE_GETTEXT"
This page took 0.137228 seconds and 4 git commands to generate.