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