]> git.pld-linux.org Git - packages/fuse-exfat.git/blame - fuse-exfat.spec
- updated to 1.0.0
[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
0d856e92 4Version: 1.0.0
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
0d856e92 10# Source0-md5: d2dd49910cfa213ab3b2ff2282dc46e6
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
cdb34aa5
JB
22%description -l pl.UTF-8
23Celem tego projektu jest umożliwienie pełnego dostępu do systemu
24plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
25moduł FUSE.
26
cdb34aa5
JB
27%prep
28%setup -q
29
30%build
1e21c9d9 31%scons
cdb34aa5
JB
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
0ae7754a
JB
36%scons install \
37 DESTDIR=$RPM_BUILD_ROOT/sbin
cdb34aa5 38
0ae7754a
JB
39install -d $RPM_BUILD_ROOT%{_mandir}/man8
40install fuse/mount.exfat-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8
41echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
cdb34aa5
JB
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%files
47%defattr(644,root,root,755)
48%doc ChangeLog
cdb34aa5
JB
49%attr(755,root,root) /sbin/mount.exfat
50%attr(755,root,root) /sbin/mount.exfat-fuse
0ae7754a
JB
51%{_mandir}/man8/mount.exfat.8*
52%{_mandir}/man8/mount.exfat-fuse.8*
This page took 0.076165 seconds and 4 git commands to generate.