From: Jakub Bogusz Date: Mon, 7 Mar 2011 17:35:23 +0000 (+0000) Subject: - updated to 0.9.4; fsck now in exfat-utils.spec X-Git-Tag: auto/th/fuse-exfat-0_9_7-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ffuse-exfat.git;a=commitdiff_plain;h=0ae7754a708319fef0a6c5350ec9820cb2b04a83 - updated to 0.9.4; fsck now in exfat-utils.spec Changed files: fuse-exfat.spec -> 1.2 --- diff --git a/fuse-exfat.spec b/fuse-exfat.spec index d8d4c68..9b707e9 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -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*