ntfs-3g-1.710

epel9
Tom Callaway 18 years ago
parent dbe68424e5
commit cc3907ab9d

@ -1,2 +1,3 @@
ntfs-3g-1.417.tgz ntfs-3g-1.417.tgz
ntfs-3g-1.516.tgz ntfs-3g-1.516.tgz
ntfs-3g-1.710.tgz

@ -1,6 +1,6 @@
Name: ntfs-3g Name: ntfs-3g
Summary: Linux NTFS userspace driver Summary: Linux NTFS userspace driver
Version: 1.516 Version: 1.710
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
@ -41,21 +41,21 @@ functionality.
%setup -q %setup -q
%build %build
%configure --disable-static --disable-ldconfig %configure --disable-static --disable-ldconfig --exec-prefix=/ --bindir=/bin --libdir=/%{_lib}
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install 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 # make the symlink an actual copy to avoid confusion
rm -rf $RPM_BUILD_ROOT/sbin/mount.ntfs-3g 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... # Actually make some symlinks for simplicity...
# ... since we're obsoleting ntfsprogs-fuse # ... since we're obsoleting ntfsprogs-fuse
cd $RPM_BUILD_ROOT%{_bindir} cd $RPM_BUILD_ROOT/bin
ln -s ntfs-3g ntfsmount ln -s ntfs-3g ntfsmount
cd $RPM_BUILD_ROOT/sbin cd $RPM_BUILD_ROOT/sbin
ln -s mount.ntfs-3g mount.ntfs-fuse ln -s mount.ntfs-3g mount.ntfs-fuse
@ -63,6 +63,13 @@ ln -s mount.ntfs-3g mount.ntfs-fuse
# mount... # mount...
ln -s mount.ntfs-3g mount.ntfs 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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -76,17 +83,26 @@ rm -rf $RPM_BUILD_ROOT
/sbin/mount.ntfs /sbin/mount.ntfs
%attr(4754,root,fuse) /sbin/mount.ntfs-3g %attr(4754,root,fuse) /sbin/mount.ntfs-3g
/sbin/mount.ntfs-fuse /sbin/mount.ntfs-fuse
/bin/ntfs-3g
/bin/ntfsmount
%{_bindir}/ntfs-3g %{_bindir}/ntfs-3g
%{_bindir}/ntfsmount %{_bindir}/ntfsmount
%{_libdir}/libntfs-3g.so.* /%{_lib}/libntfs-3g.so.*
%{_mandir}/man8/* %{_mandir}/man8/*
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_includedir}/ntfs-3g/ %{_includedir}/ntfs-3g/
%{_libdir}/libntfs-3g.so /%{_lib}/libntfs-3g.so
%changelog %changelog
* Sun Jul 22 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:1.710-1
- bump to 1.710
- add compat symlinks
* Wed Jun 27 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:1.616-1
- bump to 1.616
* Tue May 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:1.516-1 * Tue May 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:1.516-1
- bump to 1.516 - bump to 1.516
- fix bugzilla 232031 - fix bugzilla 232031

@ -1 +1 @@
d8527df764193abb16af3a2248bdd8b5 ntfs-3g-1.516.tgz d42e8d59daca61f5725ea97a08a12142 ntfs-3g-1.710.tgz

Loading…
Cancel
Save