]> git.pld-linux.org Git - packages/fuse-exfat.git/commitdiff
- updated to 0.9.4; fsck now in exfat-utils.spec
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 7 Mar 2011 17:35:23 +0000 (17:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fuse-exfat.spec -> 1.2

fuse-exfat.spec

index d8d4c68a8f4bcbe8e40373eafe9fa0ed7e340e5f..9b707e9c9825f8b8c602a92d24ea75ed9c08ddc1 100644 (file)
@@ -1,13 +1,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
@@ -32,15 +32,17 @@ Obecny status tego projektu to beta.
 %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
@@ -48,6 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 %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*
This page took 0.124069 seconds and 4 git commands to generate.