source: projects/specs/trunk/f/fuse-exfat/fuse-exfat-vl.spec @ 9083

Revision 9083, 1.3 KB checked in by daisuke, 9 years ago (diff)

fuse-exfat: new package

Line 
1Name:           fuse-exfat
2Summary:        Free exFAT file system implementation
3Summary(ja):    フリーの exFAT ファイルシステム実装
4Version:        1.0.1
5Release:        1%{?_dist_release}
6License:        GPLv3+
7Group:          System Environment/Base
8Source0:        http://exfat.googlecode.com/files/fuse-exfat-%{version}.tar.gz
9URL:            http://code.google.com/p/exfat/
10BuildRequires:  fuse-devel
11BuildRequires:  scons
12
13%description
14This driver is the first free exFAT file system implementation with write
15support. exFAT is a simple file system created by Microsoft. It is intended
16to replace FAT32 removing some of it's limitations. exFAT is a standard FS
17for SDXC memory cards.
18
19%prep
20%setup -q
21
22%build
23scons CFLAGS="%{optflags}"
24
25%install
26scons install DESTDIR=%{buildroot}%{_sbindir}
27mkdir -p %{buildroot}%{_mandir}/man8/
28cp -a fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
29ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat.8
30
31%files
32%doc COPYING
33%{_sbindir}/mount.exfat-fuse
34%{_sbindir}/mount.exfat
35%{_mandir}/man8/*
36
37%changelog
38* Fri Nov 14 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 1.0.1-1
39- initial build for Vine Linux
40
41* Sun Mar 17 2013 TingPing <tingping@tingping.se> - 1.0.1-1
42- Initial package
43
Note: See TracBrowser for help on using the repository browser.