SPECS: ntfs-3g.spec - package /sbin/mount.ntfs-3g for /etc/fstab; ...

glen glen at pld-linux.org
Sun Nov 5 14:47:45 CET 2006


Author: glen                         Date: Sun Nov  5 13:47:45 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- package /sbin/mount.ntfs-3g for /etc/fstab; rel 2

---- Files affected:
SPECS:
   ntfs-3g.spec (1.16 -> 1.17) 

---- Diffs:

================================================================
Index: SPECS/ntfs-3g.spec
diff -u SPECS/ntfs-3g.spec:1.16 SPECS/ntfs-3g.spec:1.17
--- SPECS/ntfs-3g.spec:1.16	Sun Nov  5 13:47:08 2006
+++ SPECS/ntfs-3g.spec	Sun Nov  5 14:47:40 2006
@@ -1,24 +1,26 @@
 # $Revision$, $Date$
 %define		_beta	BETA
-
+%define		_rel	2
 Summary:	The NTFS driver with read and write support
 Summary(pl):	Sterownik do NTFS umożliwiający odczyt i zapis
 Name:		ntfs-3g
 Version:	0.20061031
-Release:	0.%{_beta}.1
+Release:	0.%{_beta}.%{_rel}
 Epoch:		1
 License:	GPL
 Group:		Applications/System
-Source0:	http://www.ntfs-3g.org/%{name}-%{version}-BETA.tgz
+Source0:	http://www.ntfs-3g.org/%{name}-%{version}-%{_beta}.tgz
 # Source0-md5:	c94db623d2b1e67c4feb7fac4b34bc78
 Patch0:		%{name}-Makefile.am.diff
 URL:		http://www.ntfs-3g.org/
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libtool
 BuildRequires:	libfuse-devel >= 2.5.0
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_sbindir	/sbin
+
 %description
 The driver to NTFS with read and write support. It is able to
 unlimited and fully save file creation and deletion.
@@ -76,13 +78,14 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p /sbin/ldconfig
-%postun	-p /sbin/ldconfig
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CREDITS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/ntfs-3g
+%attr(755,root,root) %{_sbindir}/mount.ntfs-3g
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 %{_mandir}/man8/*
 
@@ -102,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.17  2006/11/05 13:47:40  glen
+- package /sbin/mount.ntfs-3g for /etc/fstab; rel 2
+
 Revision 1.16  2006/11/05 12:47:08  wolf
 - 0.20061031
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ntfs-3g.spec?r1=1.16&r2=1.17&f=u



More information about the pld-cvs-commit mailing list