]> git.pld-linux.org Git - packages/fuse-exfat.git/blame - fuse-exfat.spec
- updated to 0.9.7
[packages/fuse-exfat.git] / fuse-exfat.spec
CommitLineData
cdb34aa5
JB
1Summary: FUSE module to access exFAT filesystem
2Summary(pl.UTF-8): Moduł FUSE pozwalający na dostęp do systemu plików exFAT
3Name: fuse-exfat
990532f4 4Version: 0.9.7
cdb34aa5
JB
5Release: 1
6License: GPL v3+
7Group: Applications/System
8#Source0Download: http://code.google.com/p/exfat/downloads/list
9Source0: http://exfat.googlecode.com/files/%{name}-%{version}.tar.gz
990532f4 10# Source0-md5: ea8eddcc68ec8881cb8a280086297e39
cdb34aa5
JB
11URL: http://code.google.com/p/exfat/
12BuildRequires: libfuse-devel >= 2.6
13BuildRequires: rpmbuild(macros) >= 1.385
14BuildRequires: scons
15Requires: libfuse >= 2.6
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This project aims to provide a full-featured exFAT file system
20implementation for Linux and other Unix-like systems as a FUSE module.
21
22Current status of the project is beta.
23
24%description -l pl.UTF-8
25Celem tego projektu jest umożliwienie pełnego dostępu do systemu
26plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
27moduł FUSE.
28
29Obecny status tego projektu to beta.
30
31%prep
32%setup -q
33
34%build
1e21c9d9 35%scons
cdb34aa5
JB
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
0ae7754a
JB
40%scons install \
41 DESTDIR=$RPM_BUILD_ROOT/sbin
cdb34aa5 42
0ae7754a
JB
43install -d $RPM_BUILD_ROOT%{_mandir}/man8
44install fuse/mount.exfat-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8
45echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
cdb34aa5
JB
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50%files
51%defattr(644,root,root,755)
52%doc ChangeLog
cdb34aa5
JB
53%attr(755,root,root) /sbin/mount.exfat
54%attr(755,root,root) /sbin/mount.exfat-fuse
0ae7754a
JB
55%{_mandir}/man8/mount.exfat.8*
56%{_mandir}/man8/mount.exfat-fuse.8*
This page took 0.041799 seconds and 4 git commands to generate.