]> git.pld-linux.org Git - packages/exfat-utils.git/blob - exfat-utils.spec
a7ac8f7b39d6f6aee5b471f9823cd70484d790e0
[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:        0.9.4
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:  678ad6e34e99464087b829a37acfa7b0
11 URL:            http://code.google.com/p/exfat/
12 BuildRequires:  rpmbuild(macros) >= 1.385
13 BuildRequires:  scons
14 BuildRequires:  sed >= 4.0
15 Conflicts:      fuse-exfat < 0.9.4
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 This project aims to provide a full-featured exFAT file system
20 implementation for Linux and other Unix-like systems as a FUSE module.
21
22 Current status of the project is beta.
23
24 %description -l pl.UTF-8
25 Celem tego projektu jest umożliwienie pełnego dostępu do systemu
26 plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
27 moduł FUSE.
28
29 Obecny status tego projektu to beta.
30
31 %prep
32 %setup -q
33
34 # libfuse not used in -utils
35 sed -i -e "s/, 'fuse'//" SConstruct
36
37 %build
38 %scons
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
43 %scons install \
44         DESTDIR=$RPM_BUILD_ROOT/sbin
45
46 install -d $RPM_BUILD_ROOT%{_mandir}/man8
47 install dump/dumpexfat.8 \
48         fsck/exfatfsck.8 \
49         label/exfatlabel.8 \
50         mkfs/mkexfatfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
51 echo '.so exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
52 echo '.so mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files
58 %defattr(644,root,root,755)
59 %doc ChangeLog
60 %attr(755,root,root) /sbin/dumpexfat
61 %attr(755,root,root) /sbin/exfatfsck
62 %attr(755,root,root) /sbin/exfatlabel
63 %attr(755,root,root) /sbin/fsck.exfat
64 %attr(755,root,root) /sbin/mkexfatfs
65 %attr(755,root,root) /sbin/mkfs.exfat
66 %{_mandir}/man8/dumpexfat.8*
67 %{_mandir}/man8/exfatfsck.8*
68 %{_mandir}/man8/exfatlabel.8*
69 %{_mandir}/man8/fsck.exfat.8*
70 %{_mandir}/man8/mkexfatfs.8*
71 %{_mandir}/man8/mkfs.exfat.8*
This page took 0.02478 seconds and 2 git commands to generate.