Rename rpm ntfsprogs-fuse to ntfsmount

edge.strict_endians
Yura Pakhuchiy 2007-09-10 19:26:38 +03:00
parent a1103ccd61
commit 030ea75bef
1 changed files with 9 additions and 7 deletions

View File

@ -37,16 +37,15 @@ This package contains the NTFS GNOME virtual filesystem (VFS) module which
allows GNOME VFS clients to seamlessly utilize the NTFS library (libntfs). allows GNOME VFS clients to seamlessly utilize the NTFS library (libntfs).
%package fuse %package -n ntfsmount
Summary : NTFS FUSE module (ntfsmount) Summary : NTFS FUSE module (ntfsmount)
Group : System Environment/Base Group : System Environment/Base
Requires : ntfsprogs = %{ver}-%{rel} Requires : ntfsprogs = %{ver}-%{rel}
Requires : fuse >= 2.6.1 Requires : fuse >= 2.6.1
%description fuse %description -n ntfsmount
This package contains the ntfsmount utility which is an NTFS filesystem in This package contains the ntfsmount utility which is an userspace read/write
userspace (FUSE) module allowing users to mount an ntfs filesystem from NTFS driver allowing users to mount an ntfs filesystem using FUSE and accessing
userspace and accessing it using the functionality provided by the NTFS it using the functionality provided by the NTFS library (libntfs).
library (libntfs).
%package devel %package devel
@ -101,7 +100,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*so* %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*so*
%config %{_sysconfdir}/gnome-vfs-2.0/modules/libntfs.conf %config %{_sysconfdir}/gnome-vfs-2.0/modules/libntfs.conf
%files fuse %files -n ntfsmount
%defattr(-,root,root) %defattr(-,root,root)
%{bindir}/ntfsmount* %{bindir}/ntfsmount*
/sbin/mount.ntfs-fuse /sbin/mount.ntfs-fuse
@ -115,6 +114,9 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*a* %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.*a*
%changelog %changelog
* Mon Sep 10 2007 Yura Pakhuchiy <pakhuchiy@gmail.com>
- Rename rpm ntfsprogs-fuse to ntfsmount.
* Fri Oct 7 2005 Anton Altaparmakov <aia21@cantab.net> * Fri Oct 7 2005 Anton Altaparmakov <aia21@cantab.net>
- Fix the file distribution after new binaries have been added as they were - Fix the file distribution after new binaries have been added as they were
ending up in the wrong rpms. ending up in the wrong rpms.