install under /sbin for mount etc. to work [release 1.2.7-2mamba;Fri Jan 26 2018]
This commit is contained in:
parent
5c548398b2
commit
bf570e10aa
@ -1,12 +1,13 @@
|
|||||||
Name: fuse-exfat
|
Name: fuse-exfat
|
||||||
Version: 1.2.0
|
Version: 1.2.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Free exFAT file system implementation
|
Summary: Free exFAT file system implementation
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
Vendor: openmamba
|
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: https://github.com/relan/exfat.git
|
||||||
|
## GITSOURCE https://github.com/relan/exfat.git v1.2.7
|
||||||
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
Source: https://github.com/relan/exfat.git/v%{version}/exfat-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -14,6 +15,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libfuse-devel
|
BuildRequires: libfuse-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: scons
|
BuildRequires: scons
|
||||||
|
Provides: exfat-utils
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
@ -26,7 +28,7 @@ A full-featured exFAT file system implementation for GNU/Linux other Unix-like s
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
%configure
|
%configure --sbindir=/sbin
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -34,27 +36,33 @@ autoreconf -f -i
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
install -d %{buildroot}%{_mandir}/man8
|
|
||||||
install -m 644 fuse/mount.exfat-fuse.8 \
|
|
||||||
%{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/mount.exfat
|
/sbin/mount.exfat
|
||||||
%{_sbindir}/mount.exfat-fuse
|
/sbin/mount.exfat-fuse
|
||||||
%{_sbindir}/dumpexfat
|
/sbin/dumpexfat
|
||||||
%{_sbindir}/exfatfsck
|
/sbin/exfatfsck
|
||||||
%{_sbindir}/exfatlabel
|
/sbin/exfatlabel
|
||||||
%{_sbindir}/fsck.exfat
|
/sbin/fsck.exfat
|
||||||
%{_sbindir}/mkexfatfs
|
/sbin/mkexfatfs
|
||||||
%{_sbindir}/mkfs.exfat
|
/sbin/mkfs.exfat
|
||||||
|
%{_mandir}/man8/dumpexfat.8*
|
||||||
|
%{_mandir}/man8/exfatfsck.8*
|
||||||
|
%{_mandir}/man8/exfatlabel.8*
|
||||||
|
%{_mandir}/man8/mkexfatfs.8*
|
||||||
%{_mandir}/man8/mount.exfat-fuse.*
|
%{_mandir}/man8/mount.exfat-fuse.*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-2mamba
|
||||||
|
- install under /sbin for mount etc. to work
|
||||||
|
|
||||||
|
* Fri Jan 26 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.7-1mamba
|
||||||
|
- update to 1.2.7
|
||||||
|
|
||||||
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
* Tue Sep 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||||
- update to 1.2.0
|
- update to 1.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user