rpms/ntfsprogs/devel ntfsprogs.spec,1.10,1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Feb 1 22:24:53 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/ntfsprogs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28067

Modified Files:
	ntfsprogs.spec 
Log Message:
disable tests, fix rpath


Index: ntfsprogs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntfsprogs/devel/ntfsprogs.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ntfsprogs.spec	1 Feb 2008 21:27:08 -0000	1.10
+++ ntfsprogs.spec	1 Feb 2008 22:24:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name:		ntfsprogs
 Version:	2.0.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	NTFS filesystem libraries and utilities
 Source0:	http://download.sf.net/linux-ntfs/%{name}-%{version}.tar.bz2
 Patch0:		ntfsprogs-2.0.0-build-extras-by-default.patch
@@ -51,7 +51,9 @@
 # If we need to enable the fuse module, we'd change this.
 # The ntfs-3g stuff is better than what is here currently, so we'll let people use it.
 %configure --enable-gnome-vfs --disable-ntfsmount --disable-static --enable-test --enable-crypto
-make LIBTOOL=/usr/bin/libtool %{?_smp_mflags}
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -76,7 +78,8 @@
 rm -rf $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.a
 
 %check
-make test
+# Builders don't like the tests. :(
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -113,6 +116,10 @@
 %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.so
 
 %changelog
+* Fri Feb  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-4
+- disable the tests, more trouble than they're worth.
+- fix rpath issues
+
 * Fri Feb  1 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-3
 - add new option for mbinfo only (Jesse Keating)
 




More information about the fedora-extras-commits mailing list