update to 1.2.0 [release 1.2.0-1mamba;Tue Sep 15 2015]
This commit is contained in:
parent
a8a0604c28
commit
5c548398b2
@ -1,5 +1,5 @@
|
||||
Name: fuse-exfat
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1mamba
|
||||
Summary: Free exFAT file system implementation
|
||||
Group: System/Tools
|
||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://code.google.com/p/exfat/
|
||||
Source: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
|
||||
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -22,14 +22,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
A full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n exfat-%{version}
|
||||
|
||||
%build
|
||||
scons
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
scons install DESTDIR=%{buildroot}/sbin
|
||||
%makeinstall
|
||||
|
||||
install -d %{buildroot}%{_mandir}/man8
|
||||
install -m 644 fuse/mount.exfat-fuse.8 \
|
||||
@ -40,12 +43,21 @@ install -m 644 fuse/mount.exfat-fuse.8 \
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/sbin/mount.exfat
|
||||
/sbin/mount.exfat-fuse
|
||||
%{_sbindir}/mount.exfat
|
||||
%{_sbindir}/mount.exfat-fuse
|
||||
%{_sbindir}/dumpexfat
|
||||
%{_sbindir}/exfatfsck
|
||||
%{_sbindir}/exfatlabel
|
||||
%{_sbindir}/fsck.exfat
|
||||
%{_sbindir}/mkexfatfs
|
||||
%{_sbindir}/mkfs.exfat
|
||||
%{_mandir}/man8/mount.exfat-fuse.*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||
- update to 1.2.0
|
||||
|
||||
* Sun Jul 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
|
||||
- update to 1.1.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user