rpms/ntfs-3g/devel .cvsignore, 1.9, 1.10 ntfs-3g.spec, 1.13, 1.14 sources, 1.10, 1.11

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue Jul 24 21:12:17 UTC 2007


Author: spot

Update of /cvs/extras/rpms/ntfs-3g/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10758/devel

Modified Files:
	.cvsignore ntfs-3g.spec sources 
Log Message:

ntfs-3g-1.710



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	16 May 2007 00:34:45 -0000	1.9
+++ .cvsignore	24 Jul 2007 21:11:45 -0000	1.10
@@ -1,2 +1,3 @@
 ntfs-3g-1.417.tgz
 ntfs-3g-1.516.tgz
+ntfs-3g-1.710.tgz


Index: ntfs-3g.spec
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/ntfs-3g.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ntfs-3g.spec	16 May 2007 00:34:45 -0000	1.13
+++ ntfs-3g.spec	24 Jul 2007 21:11:45 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		ntfs-3g
 Summary: 	Linux NTFS userspace driver 
-Version:	1.516
+Version:	1.710
 Release:	1%{?dist}
 License:	GPL
 Group:		System Environment/Base
@@ -41,21 +41,21 @@
 %setup -q
 
 %build
-%configure --disable-static --disable-ldconfig
+%configure --disable-static --disable-ldconfig --exec-prefix=/ --bindir=/bin --libdir=/%{_lib}
 make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
-rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf $RPM_BUILD_ROOT/%{_lib}/*.la
 
 # make the symlink an actual copy to avoid confusion
 rm -rf $RPM_BUILD_ROOT/sbin/mount.ntfs-3g
-cp -a $RPM_BUILD_ROOT%{_bindir}/ntfs-3g $RPM_BUILD_ROOT/sbin/mount.ntfs-3g
+cp -a $RPM_BUILD_ROOT/bin/ntfs-3g $RPM_BUILD_ROOT/sbin/mount.ntfs-3g
 
 # Actually make some symlinks for simplicity...
 # ... since we're obsoleting ntfsprogs-fuse
-cd $RPM_BUILD_ROOT%{_bindir}
+cd $RPM_BUILD_ROOT/bin
 ln -s ntfs-3g ntfsmount
 cd $RPM_BUILD_ROOT/sbin
 ln -s mount.ntfs-3g mount.ntfs-fuse
@@ -63,6 +63,13 @@
 # mount...
 ln -s mount.ntfs-3g mount.ntfs
 
+# Compat symlinks
+mkdir -p $RPM_BUILD_ROOT%{_bindir}
+cd $RPM_BUILD_ROOT%{_bindir}
+ln -s /bin/ntfs-3g ntfs-3g
+ln -s /bin/ntfsmount ntfsmount
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -76,17 +83,26 @@
 /sbin/mount.ntfs
 %attr(4754,root,fuse) /sbin/mount.ntfs-3g
 /sbin/mount.ntfs-fuse
+/bin/ntfs-3g
+/bin/ntfsmount
 %{_bindir}/ntfs-3g
 %{_bindir}/ntfsmount
-%{_libdir}/libntfs-3g.so.*
+/%{_lib}/libntfs-3g.so.*
 %{_mandir}/man8/*
 
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/ntfs-3g/
-%{_libdir}/libntfs-3g.so
+/%{_lib}/libntfs-3g.so
 
 %changelog
+* Sun Jul 22 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:1.710-1
+- bump to 1.710
+- add compat symlinks
+
+* Wed Jun 27 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:1.616-1
+- bump to 1.616
+
 * Tue May 15 2007 Tom "spot" Callaway <tcallawa at redhat.com> 2:1.516-1
 - bump to 1.516
 - fix bugzilla 232031


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ntfs-3g/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	16 May 2007 00:34:45 -0000	1.10
+++ sources	24 Jul 2007 21:11:45 -0000	1.11
@@ -1 +1 @@
-d8527df764193abb16af3a2248bdd8b5  ntfs-3g-1.516.tgz
+d42e8d59daca61f5725ea97a08a12142  ntfs-3g-1.710.tgz




More information about the scm-commits mailing list