rpms/fuse-exfat/F-17 fuse-exfat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrick Griffis tingping at rpmfusion.org
Mon Mar 18 02:08:35 CET 2013


Author: tingping

Update of /cvs/free/rpms/fuse-exfat/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8872/F-17

Modified Files:
	.cvsignore sources 
Added Files:
	fuse-exfat.spec 
Log Message:
Initial import



--- NEW FILE fuse-exfat.spec ---
Name:           fuse-exfat
Summary:        Free exFAT file system implementation
Version:        1.0.1
Release:        1%{?dist}
License:        GPLv3+
Group:          System Environment/Base
Source0:        http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
URL:            http://code.google.com/p/exfat/
BuildRequires:  fuse-devel
BuildRequires:  scons

%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

%build
scons CFLAGS="%{optflags}"

%install
scons install DESTDIR=%{buildroot}%{_sbindir}
mkdir -p %{buildroot}%{_mandir}/man8/
cp -a fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat.8

%files
%doc COPYING
%{_sbindir}/mount.exfat-fuse
%{_sbindir}/mount.exfat
%{_mandir}/man8/*

%changelog
* Sun Mar 17 2013 TingPing <tingping at tingping.se> - 1.0.1-1
- Initial package



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/fuse-exfat/F-17/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Mar 2013 22:24:03 -0000	1.1
+++ .cvsignore	18 Mar 2013 01:08:35 -0000	1.2
@@ -0,0 +1 @@
+fuse-exfat-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/fuse-exfat/F-17/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Mar 2013 22:24:03 -0000	1.1
+++ sources	18 Mar 2013 01:08:35 -0000	1.2
@@ -0,0 +1 @@
+7988a5111841593231f20af22153362d  fuse-exfat-1.0.1.tar.gz


More information about the rpmfusion-commits mailing list