]> git.pld-linux.org Git - packages/exfat-utils.git/blame - exfat-utils.spec
- updated to 0.9.6
[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
66df63b4 4Version: 0.9.6
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
66df63b4 10# Source0-md5: 6722b7a919b4924bc64f86bccfedb0a6
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
21Current status of the project is beta.
22
23%description -l pl.UTF-8
24Celem tego projektu jest umożliwienie pełnego dostępu do systemu
25plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
26moduł FUSE.
27
28Obecny status tego projektu to beta.
29
30%prep
31%setup -q
32
f985f29d
JB
33%build
34%scons
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%scons install \
40 DESTDIR=$RPM_BUILD_ROOT/sbin
41
42install -d $RPM_BUILD_ROOT%{_mandir}/man8
43install dump/dumpexfat.8 \
44 fsck/exfatfsck.8 \
45 label/exfatlabel.8 \
46 mkfs/mkexfatfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
47echo '.so exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
48echo '.so mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
55%doc ChangeLog
56%attr(755,root,root) /sbin/dumpexfat
57%attr(755,root,root) /sbin/exfatfsck
58%attr(755,root,root) /sbin/exfatlabel
59%attr(755,root,root) /sbin/fsck.exfat
60%attr(755,root,root) /sbin/mkexfatfs
61%attr(755,root,root) /sbin/mkfs.exfat
62%{_mandir}/man8/dumpexfat.8*
63%{_mandir}/man8/exfatfsck.8*
64%{_mandir}/man8/exfatlabel.8*
65%{_mandir}/man8/fsck.exfat.8*
66%{_mandir}/man8/mkexfatfs.8*
67%{_mandir}/man8/mkfs.exfat.8*
This page took 0.092043 seconds and 4 git commands to generate.