]> git.pld-linux.org Git - packages/exfat-utils.git/blame - exfat-utils.spec
- updated to 1.4.0
[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
c057c98d 4Version: 1.4.0
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
c057c98d 10# Source0-md5: 2e33fc2d291ca5632218561b3ca2570b
977d7c44
JB
11URL: https://github.com/relan/exfat
12BuildRequires: autoconf >= 2.50
13BuildRequires: automake >= 1:1.11.2
e1aa07fe 14Suggests: fuse-exfat
f985f29d
JB
15Conflicts: fuse-exfat < 0.9.4
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
977d7c44
JB
18%define _sbindir /sbin
19
f985f29d
JB
20%description
21This project aims to provide a full-featured exFAT file system
22implementation for Linux and other Unix-like systems as a FUSE module.
23
f985f29d
JB
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
f985f29d
JB
29%prep
30%setup -q
31
f985f29d 32%build
977d7c44
JB
33%{__aclocal}
34%{__autoconf}
35%{__autoheader}
36%{__automake}
37%configure
38
39%{__make}
f985f29d
JB
40
41%install
42rm -rf $RPM_BUILD_ROOT
f985f29d 43
977d7c44
JB
44%{__make} install \
45 DESTDIR=$RPM_BUILD_ROOT
46
e1aa07fe
ER
47echo '.so man8/exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
48echo '.so man8/mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
f985f29d
JB
49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
53%files
54%defattr(644,root,root,755)
977d7c44 55%doc ChangeLog README
f985f29d 56%attr(755,root,root) /sbin/dumpexfat
c057c98d 57%attr(755,root,root) /sbin/exfatattrib
f985f29d
JB
58%attr(755,root,root) /sbin/exfatfsck
59%attr(755,root,root) /sbin/exfatlabel
60%attr(755,root,root) /sbin/fsck.exfat
61%attr(755,root,root) /sbin/mkexfatfs
62%attr(755,root,root) /sbin/mkfs.exfat
63%{_mandir}/man8/dumpexfat.8*
c057c98d 64%{_mandir}/man8/exfatattrib.8*
f985f29d
JB
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.096968 seconds and 4 git commands to generate.