packages: fuse-exfat/fuse-exfat.spec - updated to 0.9.4; fsck now in exfat-...

qboosh qboosh at pld-linux.org
Mon Mar 7 18:35:28 CET 2011


Author: qboosh                       Date: Mon Mar  7 17:35:28 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 0.9.4; fsck now in exfat-utils.spec

---- Files affected:
packages/fuse-exfat:
   fuse-exfat.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/fuse-exfat/fuse-exfat.spec
diff -u packages/fuse-exfat/fuse-exfat.spec:1.1 packages/fuse-exfat/fuse-exfat.spec:1.2
--- packages/fuse-exfat/fuse-exfat.spec:1.1	Sun Jan  9 17:26:19 2011
+++ packages/fuse-exfat/fuse-exfat.spec	Mon Mar  7 18:35:23 2011
@@ -2,13 +2,13 @@
 Summary:	FUSE module to access exFAT filesystem
 Summary(pl.UTF-8):	Moduł FUSE pozwalający na dostęp do systemu plików exFAT
 Name:		fuse-exfat
-Version:	0.9.3
+Version:	0.9.4
 Release:	1
 License:	GPL v3+
 Group:		Applications/System
 #Source0Download: http://code.google.com/p/exfat/downloads/list
 Source0:	http://exfat.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5:	42b5e36062cc3f89efd6c8d9b74c0c5d
+# Source0-md5:	f9d66d9a8358c9151e38a97721f6101a
 URL:		http://code.google.com/p/exfat/
 BuildRequires:	libfuse-devel >= 2.6
 BuildRequires:	rpmbuild(macros) >= 1.385
@@ -33,15 +33,17 @@
 %setup -q
 
 %build
-%scons
+%scons \
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-DESTDIR=$RPM_BUILD_ROOT/sbin \
-%scons install
+%scons install \
+	DESTDIR=$RPM_BUILD_ROOT/sbin
 
-install fsck/exfatck $RPM_BUILD_ROOT/sbin
+install -d $RPM_BUILD_ROOT%{_mandir}/man8
+install fuse/mount.exfat-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8
+echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,9 +51,10 @@
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
-%attr(755,root,root) /sbin/exfatck
 %attr(755,root,root) /sbin/mount.exfat
 %attr(755,root,root) /sbin/mount.exfat-fuse
+%{_mandir}/man8/mount.exfat.8*
+%{_mandir}/man8/mount.exfat-fuse.8*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -59,5 +62,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2011/03/07 17:35:23  qboosh
+- updated to 0.9.4; fsck now in exfat-utils.spec
+
 Revision 1.1  2011/01/09 16:26:19  qboosh
 - new
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fuse-exfat/fuse-exfat.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list