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