Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 36e635c58e277ba3bf1fb867a8b48cce > files > 3

fuse-exfat-0.9.8-2.mga3.src.rpm

Name: fuse-exfat
Summary: Free exFAT file system implementation
Version: 0.9.8
Release: %mkrel 2
License: GPLv3+
Group: System/Kernel and hardware
Source0: http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
Patch0: fuse-exfat-0.9.8-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}"
export LDFLAGS="%{ldflags}"
%scons_install

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

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


%changelog

* 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