]> git.pld-linux.org Git - packages/exfat-utils.git/blame - exfat-utils.spec
- updated to 1.0.0
[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
cba53787 4Version: 1.0.0
f985f29d
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
cba53787 10# Source0-md5: 1fdedea76fc660c432594a27f10ee74b
f985f29d
JB
11URL: http://code.google.com/p/exfat/
12BuildRequires: rpmbuild(macros) >= 1.385
13BuildRequires: scons
f985f29d
JB
14Conflicts: fuse-exfat < 0.9.4
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18This project aims to provide a full-featured exFAT file system
19implementation for Linux and other Unix-like systems as a FUSE module.
20
f985f29d
JB
21%description -l pl.UTF-8
22Celem tego projektu jest umożliwienie pełnego dostępu do systemu
23plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
24moduł FUSE.
25
f985f29d
JB
26%prep
27%setup -q
28
f985f29d
JB
29%build
30%scons
31
32%install
33rm -rf $RPM_BUILD_ROOT
34
35%scons install \
36 DESTDIR=$RPM_BUILD_ROOT/sbin
37
38install -d $RPM_BUILD_ROOT%{_mandir}/man8
39install dump/dumpexfat.8 \
40 fsck/exfatfsck.8 \
41 label/exfatlabel.8 \
42 mkfs/mkexfatfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
43echo '.so exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
44echo '.so mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
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.150091 seconds and 4 git commands to generate.