]> git.pld-linux.org Git - packages/fuse-exfat.git/blob - fuse-exfat.spec
- new
[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.3
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:  42b5e36062cc3f89efd6c8d9b74c0c5d
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 DESTDIR=$RPM_BUILD_ROOT/sbin \
41 %scons install
42
43 install fsck/exfatck $RPM_BUILD_ROOT/sbin
44
45 %clean
46 rm -rf $RPM_BUILD_ROOT
47
48 %files
49 %defattr(644,root,root,755)
50 %doc ChangeLog
51 %attr(755,root,root) /sbin/exfatck
52 %attr(755,root,root) /sbin/mount.exfat
53 %attr(755,root,root) /sbin/mount.exfat-fuse
This page took 0.300347 seconds and 4 git commands to generate.