SPECS: ntfsprogs.spec - package mkfs.ntfs,mount.ntfs-fuse hardlinks

qboosh qboosh at pld-linux.org
Tue Oct 11 18:16:19 CEST 2005


Author: qboosh                       Date: Tue Oct 11 16:16:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package mkfs.ntfs,mount.ntfs-fuse hardlinks

---- Files affected:
SPECS:
   ntfsprogs.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: SPECS/ntfsprogs.spec
diff -u SPECS/ntfsprogs.spec:1.39 SPECS/ntfsprogs.spec:1.40
--- SPECS/ntfsprogs.spec:1.39	Mon Oct 10 16:34:55 2005
+++ SPECS/ntfsprogs.spec	Tue Oct 11 18:16:13 2005
@@ -152,9 +152,13 @@
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/lib*.{la,a}
+# instead of hardlink
+echo '.so mkntfs.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mkfs.ntfs.8
+# not installed
+echo '.so ntfsmount.8' > $RPM_BUILD_ROOT%{_mandir}/man8/mount.ntfs-fuse.8
 
 %clean
-rm -rf "$RPM_BUILD_ROOT"
+rm -rf $RPM_BUILD_ROOT
 
 %post	-p /sbin/ldconfig
 %postun	-p /sbin/ldconfig
@@ -167,14 +171,18 @@
 %attr(755,root,root) %{_bindir}/ntfscat
 %attr(755,root,root) %{_bindir}/ntfscluster
 %attr(755,root,root) %{_bindir}/ntfsls
+%attr(755,root,root) %{_sbindir}/mkfs.ntfs
 %attr(755,root,root) %{_sbindir}/mkntfs
+%attr(755,root,root) %{_sbindir}/mount.ntfs-fuse
 %attr(755,root,root) %{_sbindir}/ntfsclone
 %attr(755,root,root) %{_sbindir}/ntfscp
 %attr(755,root,root) %{_sbindir}/ntfslabel
 %attr(755,root,root) %{_sbindir}/ntfsresize
 %attr(755,root,root) %{_sbindir}/ntfsundelete
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
+%{_mandir}/man8/mkfs.ntfs.8*
 %{_mandir}/man8/mkntfs.8*
+%{_mandir}/man8/mount.ntfs-fuse.8*
 %{_mandir}/man8/ntfs[!m][!o]*.8*
 
 %files devel
@@ -209,6 +217,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2005/10/11 16:16:13  qboosh
+- package mkfs.ntfs,mount.ntfs-fuse hardlinks
+
 Revision 1.39  2005/10/10 14:34:55  qboosh
 - reverted adapter breakage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ntfsprogs.spec?r1=1.39&r2=1.40&f=u




More information about the pld-cvs-commit mailing list