]> git.pld-linux.org Git - packages/exfat-utils.git/blobdiff - exfat-utils.spec
- up to 1.2.6
[packages/exfat-utils.git] / exfat-utils.spec
index d7ca54a82ef3540beb523fcd26a853daeaf67e58..3c06f9cd0baa67472bd033cd0ead9967df47a411 100644 (file)
@@ -1,58 +1,58 @@
 Summary:       Utilities for exFAT filesystem
 Summary(pl.UTF-8):     Narzędzia do systemu plików exFAT
 Name:          exfat-utils
-Version:       0.9.8
+Version:       1.2.6
 Release:       1
-License:       GPL v3+
+License:       GPL v2+
 Group:         Applications/System
-#Source0Download: http://code.google.com/p/exfat/downloads/list
-Source0:       http://exfat.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: a14c4bab6920121c874f448b5bfe4017
-URL:           http://code.google.com/p/exfat/
-BuildRequires: rpmbuild(macros) >= 1.385
-BuildRequires: scons
+#Source0Download: https://github.com/relan/exfat/releases
+Source0:       https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 5367f06a1540eecf4f94c2119cdbd924
+URL:           https://github.com/relan/exfat
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11.2
+Suggests:      fuse-exfat
 Conflicts:     fuse-exfat < 0.9.4
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
+
 %description
 This project aims to provide a full-featured exFAT file system
 implementation for Linux and other Unix-like systems as a FUSE module.
 
-Current status of the project is beta.
-
 %description -l pl.UTF-8
 Celem tego projektu jest umożliwienie pełnego dostępu do systemu
 plików exFAT z poziomu Linuksa i innych systemów uniksowych poprzez
 moduł FUSE.
 
-Obecny status tego projektu to beta.
-
 %prep
 %setup -q
 
 %build
-%scons
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%scons install \
-       DESTDIR=$RPM_BUILD_ROOT/sbin
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT%{_mandir}/man8
-install dump/dumpexfat.8 \
-       fsck/exfatfsck.8 \
-       label/exfatlabel.8 \
-       mkfs/mkexfatfs.8 $RPM_BUILD_ROOT%{_mandir}/man8
-echo '.so exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
-echo '.so mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
+echo '.so man8/exfatfsck.8' >$RPM_BUILD_ROOT%{_mandir}/man8/fsck.exfat.8
+echo '.so man8/mkexfatfs.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mkfs.exfat.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc ChangeLog README
 %attr(755,root,root) /sbin/dumpexfat
 %attr(755,root,root) /sbin/exfatfsck
 %attr(755,root,root) /sbin/exfatlabel
This page took 0.049925 seconds and 4 git commands to generate.