]> git.pld-linux.org Git - packages/fuse-exfat.git/blobdiff - fuse-exfat.spec
- updated to 1.4.0; fuse3 is preferred now
[packages/fuse-exfat.git] / fuse-exfat.spec
index 9e61597ee6baeb1d94e4b96cd58a0e464d7d388a..1d930c0e4e86a0e422025255540fcee807e99be2 100644 (file)
@@ -1,47 +1,51 @@
 Summary:       FUSE module to access exFAT filesystem
 Summary(pl.UTF-8):     Moduł FUSE pozwalający na dostęp do systemu plików exFAT
 Name:          fuse-exfat
-Version:       0.9.8
+Version:       1.4.0
 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: 59ff35d4ec8e53a79359edc53a6ab534
-URL:           http://code.google.com/p/exfat/
-BuildRequires: libfuse-devel >= 2.6
-BuildRequires: rpmbuild(macros) >= 1.385
-BuildRequires: scons
-Requires:      libfuse >= 2.6
+#Source0Download: https://github.com/relan/exfat/releases
+Source0:       https://github.com/relan/exfat/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 765bf2484d48e5c253d0d8cb8de4f8c0
+URL:           https://github.com/relan/exfat
+BuildRequires: autoconf >= 2.50
+BuildRequires: automake >= 1:1.11.2
+# also libfuse-devel >= 2.6 possible, but libfuse3 is preferred
+BuildRequires: libfuse3-devel >= 3
+BuildRequires: pkgconfig
+Requires:      libfuse3-tools >= 3
 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 fuse/mount.exfat-fuse.8 $RPM_BUILD_ROOT%{_mandir}/man8
 echo '.so mount.exfat-fuse.8' >$RPM_BUILD_ROOT%{_mandir}/man8/mount.exfat.8
 
 %clean
@@ -49,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog
+%doc ChangeLog README
 %attr(755,root,root) /sbin/mount.exfat
 %attr(755,root,root) /sbin/mount.exfat-fuse
 %{_mandir}/man8/mount.exfat.8*
This page took 0.08458 seconds and 4 git commands to generate.