Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > 93dd38551a74aae464f3d3593bce7074 > files > 3

fuse-exfat-1.1.0-3.mga5.src.rpm

Name:		fuse-exfat
Summary:	Free exFAT file system implementation
Version:	1.1.0
Release:	%mkrel 3
License:	GPLv3+
Group:		System/Kernel and hardware
# Sources are in google docs nowadays
#Source0:	http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
Source0:	fuse-exfat-%{version}.tar.gz
Patch0:		fuse-exfat-1.0.1-fix-install-destination.patch
URL:		http://code.google.com/p/exfat/
BuildRequires:	fuse-devel >= 2.6
BuildRequires:	scons
Requires:	fuse >= 2.6

%description
This driver is the first free exFAT file system implementation with write
support. exFAT is a simple file system created by Microsoft. It is intended
to replace FAT32 removing some of it's limitations. exFAT is a standard FS
for SDXC memory cards.

%prep
%setup -q
%apply_patches

%build
#nothing, install runs build again

%install
export CCFLAGS="%{optflags} -std=c99"
export LDFLAGS="%{ldflags}"
%scons_install

mkdir -p %{buildroot}%{_mandir}/man8
install -pm644 fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/

%files
%doc ChangeLog
%{_sbindir}/*
%{_mandir}/man8/*


%changelog
* Wed Oct 15 2014 umeabot <umeabot> 1.1.0-3.mga5
+ Revision: 741487
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 1.1.0-2.mga5
+ Revision: 679380
- Mageia 5 Mass Rebuild

* Mon Jul 21 2014 wally <wally> 1.1.0-1.mga5
+ Revision: 655288
- new version 1.1.0

* Sat Oct 19 2013 umeabot <umeabot> 1.0.1-2.mga4
+ Revision: 523747
- Mageia 4 Mass Rebuild

* Fri May 24 2013 wally <wally> 1.0.1-1.mga4
+ Revision: 426809
- new version 1.0.1
- rediff P0
- clean .spec a  bit

* Fri Jan 11 2013 umeabot <umeabot> 0.9.8-2.mga3
+ Revision: 350996
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Oct 09 2012 wally <wally> 0.9.8-1.mga3
+ Revision: 303935
- add a patch to fix install (use destdir and prefix) when building
- use our optflags and ldflags

  + fedya <fedya>
    - imported package fuse-exfat