Author: qboosh Date: Fri Oct 14 08:39:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.12.1, moved mount.ntfs-fuse symlink to proper package
---- Files affected: SPECS: ntfsprogs.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/ntfsprogs.spec diff -u SPECS/ntfsprogs.spec:1.40 SPECS/ntfsprogs.spec:1.41 --- SPECS/ntfsprogs.spec:1.40 Tue Oct 11 18:16:13 2005 +++ SPECS/ntfsprogs.spec Fri Oct 14 10:39:23 2005 @@ -7,13 +7,13 @@ Summary: NTFS filesystem libraries and utilities Summary(pl): Narzędzia i biblioteki do obsługi systemu plików NTFS Name: ntfsprogs -Version: 1.12.0 +Version: 1.12.1 %define docver 0.5 Release: 1 License: GPL Group: Applications/System Source0: http://dl.sourceforge.net/linux-ntfs/%{name}-%{version}.tar.gz -# Source0-md5: dc19454b01aee8f8c632a5afc1896a86 +# Source0-md5: 607b86d45ab65cf9db2255669545006e Source1: http://dl.sourceforge.net/linux-ntfs/ntfsdoc-%{docver}.tar.bz2 # Source1-md5: d713836df621686785c3230e5788c689 Patch0: %{name}-gcc33.patch @@ -152,9 +152,9 @@ DESTDIR=$RPM_BUILD_ROOT rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/lib*.{la,a} -# instead of hardlink +# instead of symlinks +rm -f $RPM_BUILD_ROOT%{_mandir}/man8/{mkfs.ntfs,mount.ntfs-fuse}.8 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 @@ -171,18 +171,16 @@ %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) /sbin/mkfs.ntfs %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 @@ -200,6 +198,8 @@ %files fuse %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/ntfsmount +%attr(755,root,root) /sbin/mount.ntfs-fuse +%{_mandir}/man8/mount.ntfs-fuse.8* %{_mandir}/man8/ntfsmount.8* %endif @@ -217,6 +217,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2005/10/14 08:39:23 qboosh +- updated to 1.12.1, moved mount.ntfs-fuse symlink to proper package + Revision 1.40 2005/10/11 16:16:13 qboosh - package mkfs.ntfs,mount.ntfs-fuse hardlinks ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ntfsprogs.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
