]> git.pld-linux.org Git - packages/fuse-exfat.git/blame - fuse-exfat.spec
- up to 1.3.0
[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
afc8a03d
AO
4Version: 1.3.0
5Release: 1
a323f7c6 6License: GPL v2+
cdb34aa5 7Group: Applications/System
a323f7c6
JB
8#Source0Download: https://github.com/relan/exfat/releases
9Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
afc8a03d 10# Source0-md5: 846b8c36bfa4684719f9e08e9d3a6bff
a323f7c6
JB
11URL: https://github.com/relan/exfat
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake >= 1:1.11.2
cdb34aa5 14BuildRequires: libfuse-devel >= 2.6
a323f7c6 15BuildRequires: pkgconfig
bcd27ac2 16Requires: libfuse-tools >= 2.6
cdb34aa5
JB
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
a323f7c6
JB
19%define _sbindir /sbin
20
cdb34aa5
JB
21%description
22This project aims to provide a full-featured exFAT file system
23implementation for Linux and other Unix-like systems as a FUSE module.
24
cdb34aa5
JB
25%description -l pl.UTF-8
26Celem tego projektu jest umożliwienie pełnego dostępu do systemu
27plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
28moduł FUSE.
29
cdb34aa5
JB
30%prep
31%setup -q
32
33%build
a323f7c6
JB
34%{__aclocal}
35%{__autoconf}
36%{__autoheader}
37%{__automake}
38%configure
b2befcbe 39
a323f7c6 40%{__make}
cdb34aa5
JB
41
42%install
43rm -rf $RPM_BUILD_ROOT
44
a323f7c6
JB
45%{__make} install \
46 DESTDIR=$RPM_BUILD_ROOT
cdb34aa5 47
0ae7754a 48echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
cdb34aa5
JB
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
a323f7c6 55%doc ChangeLog README
cdb34aa5
JB
56%attr(755,root,root) /sbin/mount.exfat
57%attr(755,root,root) /sbin/mount.exfat-fuse
0ae7754a
JB
58%{_mandir}/man8/mount.exfat.8*
59%{_mandir}/man8/mount.exfat-fuse.8*
This page took 0.064544 seconds and 4 git commands to generate.