Fix bugzilla 218836

epel9
Tom Callaway 18 years ago
parent 5a0b4c8832
commit b2eb04c44a

@ -3,7 +3,7 @@
Name: ntfs-3g Name: ntfs-3g
Summary: Linux NTFS userspace driver Summary: Linux NTFS userspace driver
Version: 0 Version: 0
Release: 0.8.%{buildrev}%{?dist} Release: 0.9.%{buildrev}%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
Source0: http://www.ntfs-3g.org/ntfs-3g-0.%{buildrev}-BETA.tgz Source0: http://www.ntfs-3g.org/ntfs-3g-0.%{buildrev}-BETA.tgz
@ -63,6 +63,9 @@ cd $RPM_BUILD_ROOT%{_bindir}
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
# And since there is no other package in Fedora that provides an ntfs
# mount...
ln -s mount.ntfs-3g mount.ntfs
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -74,6 +77,7 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING CREDITS NEWS README %doc AUTHORS ChangeLog COPYING CREDITS NEWS README
/sbin/mount.ntfs
/sbin/mount.ntfs-3g /sbin/mount.ntfs-3g
/sbin/mount.ntfs-fuse /sbin/mount.ntfs-fuse
%{_bindir}/ntfs-3g %{_bindir}/ntfs-3g
@ -87,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libntfs-3g.so %{_libdir}/libntfs-3g.so
%changelog %changelog
* Fri Jan 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:0-0.9.20070118
- symlink to mount.ntfs
* Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:0-0.8.20070118 * Wed Jan 17 2007 Tom "spot" Callaway <tcallawa@redhat.com> 2:0-0.8.20070118
- bump to 20070118 - bump to 20070118

Loading…
Cancel
Save