]> git.pld-linux.org Git - packages/exfat-utils.git/blame - exfat-utils.spec
S: fuse-exfat
[packages/exfat-utils.git] / exfat-utils.spec
CommitLineData
f985f29d
JB
1Summary: Utilities for exFAT filesystem
2Summary(pl.UTF-8): Narzędzia do systemu plików exFAT
3Name: exfat-utils
5e7509eb 4Version: 1.0.1
e1aa07fe 5Release: 2
f985f29d
JB
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
5e7509eb 10# Source0-md5: e592130829d0bf61fa5e3cd1c759d329
f985f29d
JB
11URL: http://code.google.com/p/exfat/
12BuildRequires: rpmbuild(macros) >= 1.385
13BuildRequires: scons
e1aa07fe 14Suggests: fuse-exfat
f985f29d
JB
15Conflicts: fuse-exfat < 0.9.4
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
f985f29d
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
f985f29d
JB
27%prep
28%setup -q
29
f985f29d
JB
30%build
31%scons
32
33%install
34rm -rf $RPM_BUILD_ROOT
f985f29d
JB
35%scons install \
36 DESTDIR=$RPM_BUILD_ROOT/sbin
37
38install -d $RPM_BUILD_ROOT%{_mandir}/man8
e1aa07fe 39cp -p dump/dumpexfat.8 \
f985f29d
JB
40 fsck/exfatfsck.8 \
41 label/exfatlabel.8 \
42 mkfs/mkexfatfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
e1aa07fe
ER
43echo '.so man8/exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
44echo '.so man8/mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
f985f29d
JB
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc ChangeLog
52%attr(755,root,root) /sbin/dumpexfat
53%attr(755,root,root) /sbin/exfatfsck
54%attr(755,root,root) /sbin/exfatlabel
55%attr(755,root,root) /sbin/fsck.exfat
56%attr(755,root,root) /sbin/mkexfatfs
57%attr(755,root,root) /sbin/mkfs.exfat
58%{_mandir}/man8/dumpexfat.8*
59%{_mandir}/man8/exfatfsck.8*
60%{_mandir}/man8/exfatlabel.8*
61%{_mandir}/man8/fsck.exfat.8*
62%{_mandir}/man8/mkexfatfs.8*
63%{_mandir}/man8/mkfs.exfat.8*
This page took 0.10922 seconds and 4 git commands to generate.