SPECS: ntfsprogs.spec - moved ntfsmount to fuse package - sorted p...

tommat tommat at pld-linux.org
Fri Jul 22 12:05:37 CEST 2005


Author: tommat                       Date: Fri Jul 22 10:05:37 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- moved ntfsmount to fuse package
- sorted packages
- fixed manpage files

---- Files affected:
SPECS:
   ntfsprogs.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/ntfsprogs.spec
diff -u SPECS/ntfsprogs.spec:1.27 SPECS/ntfsprogs.spec:1.28
--- SPECS/ntfsprogs.spec:1.27	Wed Jul 20 19:54:10 2005
+++ SPECS/ntfsprogs.spec	Fri Jul 22 12:05:32 2005
@@ -2,7 +2,7 @@
 #
 # Conditional build:
 %bcond_without	gnome		# don't build gnome-vfs2 module
-%bcond_without	ntfsmount	# don't build ntfsmount utility
+%bcond_without	fuse		# don't build ntfsmount utility
 #
 Summary:	NTFS filesystem libraries and utilities
 Summary(pl):	Narzędzia i biblioteki do obsługi systemu plików NTFS
@@ -22,7 +22,7 @@
 BuildRequires:	automake
 BuildRequires:	gcc >= 3.1
 %{?with_gnome:BuildRequires:	gnome-vfs2-devel >= 2.0}
-%{?with_ntfsmount:BuildRequires:	libfuse-devel >= 2.3.0}
+%{?with_fuse:BuildRequires:	libfuse-devel >= 2.3.0}
 BuildRequires:	libtool >= 1:1.4.2-9
 %{?with_gnome:BuildRequires:	pkgconfig}
 Obsoletes:	linux-ntfs
@@ -75,6 +75,23 @@
 Pliki nagłówkowe potrzebne do budowania programów korzystających z
 libntfs.
 
+%package fuse
+Summary:	NTFS FUSE module (ntfsmount)
+Summary(pl):	Moduł FUSE dla NTFS (ntfsmount)
+Group:		Base/Utilities
+Requires:	%{name} = %{version}-%{release}
+
+%description fuse
+This package contains the ntfsmount utility which is an NTFS filesystem in
+userspace (FUSE) module allowing users to mount an NTFS filesystem from
+userspace and accessing it using the functionality provided by the NTFS
+library (libntfs).
+
+%description fuse -l pl
+Pakiet zawiera narzędzie ntfmount które jest modułem FUSE pozwalającym
+użytkownikom na dostęp do systemu plików NTFS w przestrzeni użytkownika
+wykorzystując funkcjonalność biblioteki libntfs.
+
 %package static
 Summary:	Static version of libntfs
 Summary(pl):	Statyczna wersja libntfs
@@ -148,7 +165,8 @@
 %attr(755,root,root) %{_sbindir}/ntfsresize
 %attr(755,root,root) %{_sbindir}/ntfsundelete
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
-%{_mandir}/man8/*
+%{_mandir}/man8/mkntfs.8*
+%{_mandir}/man8/ntfs[^m][^o]*.8*
 
 %files devel
 %defattr(644,root,root,755)
@@ -157,23 +175,36 @@
 %{_libdir}/*.la
 %{_includedir}/*
 
-%files static
+%if %{with fuse}
+%files fuse
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{?with_fuse:%attr(755,root,root) %{_bindir}/ntfsmount}
+%{_mandir}/man8/ntfsmount.8*
+%endif
 
 %if %{with gnome}
 %files -n gnome-vfs2-module-ntfs
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/gnome-vfs-2.0/modules/libntfs-gnomevfs.so*
 %{_sysconfdir}/gnome-vfs-2.0/modules/libntfs.conf
+%{_mandir}/man8/libntfs-gnomevfs.8*
 %endif
 
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2005/07/22 10:05:32  tommat
+- moved ntfsmount to fuse package
+- sorted packages
+- fixed manpage files
+
 Revision 1.27  2005/07/20 17:54:10  tommat
 - ver. 1.11.1
 - added bconded ntfsmount utility (requires libfuse)
================================================================

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




More information about the pld-cvs-commit mailing list