]> git.pld-linux.org Git - packages/fuse-exfat.git/blob - fuse-exfat.spec
- updated to 0.9.8
[packages/fuse-exfat.git] / fuse-exfat.spec
1 Summary:        FUSE module to access exFAT filesystem
2 Summary(pl.UTF-8):      Moduł FUSE pozwalający na dostęp do systemu plików exFAT
3 Name:           fuse-exfat
4 Version:        0.9.8
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:  59ff35d4ec8e53a79359edc53a6ab534
11 URL:            http://code.google.com/p/exfat/
12 BuildRequires:  libfuse-devel >= 2.6
13 BuildRequires:  rpmbuild(macros) >= 1.385
14 BuildRequires:  scons
15 Requires:       libfuse >= 2.6
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 %build
35 %scons
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %scons install \
41         DESTDIR=$RPM_BUILD_ROOT/sbin
42
43 install -d $RPM_BUILD_ROOT%{_mandir}/man8
44 install fuse/mount.exfat-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8
45 echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc ChangeLog
53 %attr(755,root,root) /sbin/mount.exfat
54 %attr(755,root,root) /sbin/mount.exfat-fuse
55 %{_mandir}/man8/mount.exfat.8*
56 %{_mandir}/man8/mount.exfat-fuse.8*
This page took 0.065084 seconds and 4 git commands to generate.