]> git.pld-linux.org Git - packages/fuse-exfat.git/blame - fuse-exfat.spec
- new
[packages/fuse-exfat.git] / fuse-exfat.spec
CommitLineData
cdb34aa5
JB
1Summary: FUSE module to access exFAT filesystem
2Summary(pl.UTF-8): Moduł FUSE pozwalający na dostęp do systemu plików exFAT
3Name: fuse-exfat
4Version: 0.9.3
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
10# Source0-md5: 42b5e36062cc3f89efd6c8d9b74c0c5d
11URL: http://code.google.com/p/exfat/
12BuildRequires: libfuse-devel >= 2.6
13BuildRequires: rpmbuild(macros) >= 1.385
14BuildRequires: scons
15Requires: libfuse >= 2.6
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19This project aims to provide a full-featured exFAT file system
20implementation for Linux and other Unix-like systems as a FUSE module.
21
22Current status of the project is beta.
23
24%description -l pl.UTF-8
25Celem tego projektu jest umożliwienie pełnego dostępu do systemu
26plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
27moduł FUSE.
28
29Obecny status tego projektu to beta.
30
31%prep
32%setup -q
33
34%build
35%scons
36
37%install
38rm -rf $RPM_BUILD_ROOT
39
40DESTDIR=$RPM_BUILD_ROOT/sbin \
41%scons install
42
43install fsck/exfatck $RPM_BUILD_ROOT/sbin
44
45%clean
46rm -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.086839 seconds and 4 git commands to generate.