Fixed AutoGen RPM building.
authorshort <>
Sat, 30 Aug 2003 10:28:27 +0000 (10:28 +0000)
committershort <>
Sat, 30 Aug 2003 10:28:27 +0000 (10:28 +0000)
configure.ac
ntfsprogs.spec.in

index cfb90dd..cd09701 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.57)
-AC_INIT(ntfsprogs, 1.7.2-WIP-200307311516, linux-ntfs-dev@lists.sourceforge.net)
+AC_INIT(ntfsprogs, 200307311516, linux-ntfs-dev@lists.sourceforge.net)
 AC_CANONICAL_TARGET([])
 AC_CONFIG_SRCDIR([config.h.in])
 AM_CONFIG_HEADER([config.h])
index f9223e3..98c116c 100644 (file)
@@ -11,7 +11,8 @@ Summary               : NTFS filesystem libraries and utilities
 Name           : %{name}
 Version                : %{ver}
 Release                : %{rel}
-Source         : http://prdownloads.sf.net/linux-ntfs/ntfsprogs-%{ver}.tar.gz
+Source         : http://prdownloads.sf.net/linux-ntfs/ntfsprogs-%{ver}.tar.bz2
+Patch1         : @PACKAGE@-@VERSION@-captive.patch
 Buildroot      : %{_tmppath}/%{name}-root
 Packager       : Anton Altaparmakov <aia21@cantab.net>
 License                : GPL
@@ -46,6 +47,7 @@ with libntfs.
 
 %prep
 %setup
+%patch1 -p1
 
 %build
 if [ -n "$LINGUAS" ]; then unset LINGUAS; fi