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

Patrick Griffis tingping at rpmfusion.org
Tue Apr 2 07:21:15 CEST 2013


Author: tingping

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

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-19/.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	2 Apr 2013 05:21:14 -0000	1.2
@@ -0,0 +1 @@
+fuse-exfat-1.0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/free/rpms/fuse-exfat/F-19/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	2 Apr 2013 05:21:14 -0000	1.2
@@ -0,0 +1 @@
+7988a5111841593231f20af22153362d  fuse-exfat-1.0.1.tar.gz


More information about the rpmfusion-commits mailing list