]> git.pld-linux.org Git - packages/exfat-utils.git/blame - exfat-utils.spec
- up to 1.2.3
[packages/exfat-utils.git] / exfat-utils.spec
CommitLineData
f985f29d
JB
1Summary: Utilities for exFAT filesystem
2Summary(pl.UTF-8): Narzędzia do systemu plików exFAT
3Name: exfat-utils
0597b9f4 4Version: 1.2.3
355293ec 5Release: 1
977d7c44 6License: GPL v2+
f985f29d 7Group: Applications/System
977d7c44
JB
8#Source0Download: https://github.com/relan/exfat/releases
9Source0: https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
0597b9f4 10# Source0-md5: f4e564450aa8159e26dde2869563d242
977d7c44
JB
11Patch0: %{name}-man.patch
12URL: https://github.com/relan/exfat
13BuildRequires: autoconf >= 2.50
14BuildRequires: automake >= 1:1.11.2
e1aa07fe 15Suggests: fuse-exfat
f985f29d
JB
16Conflicts: fuse-exfat < 0.9.4
17BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
977d7c44
JB
19%define _sbindir /sbin
20
f985f29d
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
f985f29d
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
f985f29d
JB
30%prep
31%setup -q
977d7c44 32%patch0 -p1
f985f29d 33
f985f29d 34%build
977d7c44
JB
35%{__aclocal}
36%{__autoconf}
37%{__autoheader}
38%{__automake}
39%configure
40
41%{__make}
f985f29d
JB
42
43%install
44rm -rf $RPM_BUILD_ROOT
f985f29d 45
977d7c44
JB
46%{__make} install \
47 DESTDIR=$RPM_BUILD_ROOT
48
e1aa07fe
ER
49echo '.so man8/exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
50echo '.so man8/mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
f985f29d
JB
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
977d7c44 57%doc ChangeLog README
f985f29d
JB
58%attr(755,root,root) /sbin/dumpexfat
59%attr(755,root,root) /sbin/exfatfsck
60%attr(755,root,root) /sbin/exfatlabel
61%attr(755,root,root) /sbin/fsck.exfat
62%attr(755,root,root) /sbin/mkexfatfs
63%attr(755,root,root) /sbin/mkfs.exfat
64%{_mandir}/man8/dumpexfat.8*
65%{_mandir}/man8/exfatfsck.8*
66%{_mandir}/man8/exfatlabel.8*
67%{_mandir}/man8/fsck.exfat.8*
68%{_mandir}/man8/mkexfatfs.8*
69%{_mandir}/man8/mkfs.exfat.8*
This page took 0.130385 seconds and 4 git commands to generate.