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