[fuse-exfat] Update to 1.2.4

Patrick Griffis tingping at rpmfusion.org
Sun Jul 24 20:10:44 CEST 2016


commit 2e9c4a50ce00136c7a74848cd884de0fdbe23a0e
Author: Patrick Griffis <tingping at tingping.se>
Date:   Sun Jul 24 14:10:27 2016 -0400

    Update to 1.2.4

 .gitignore      |  1 +
 fuse-exfat.spec | 11 ++++++-----
 sources         |  2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35f1c2b..3553066 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fuse-exfat-1.1.0.tar.gz
+/fuse-exfat-1.2.4.tar.gz
diff --git a/fuse-exfat.spec b/fuse-exfat.spec
index 7db744e..8f9c31a 100644
--- a/fuse-exfat.spec
+++ b/fuse-exfat.spec
@@ -1,6 +1,6 @@
 Name:           fuse-exfat
 Summary:        Free exFAT file system implementation
-Version:        1.2.3
+Version:        1.2.4
 Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
@@ -24,10 +24,8 @@ make %{?_smp_mflags}
 
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
-mkdir -p %{buildroot}%{_mandir}/man8/
-cp -a fuse/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat-fuse.8
-ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat.8
+make install DESTDIR="$RPM_BUILD_ROOT"
+ln -s %{_mandir}/man8/mount.exfat-fuse.8.gz %{buildroot}%{_mandir}/man8/mount.exfat.8.gz
 
 
 %files
@@ -37,6 +35,9 @@ ln -s %{_mandir}/man8/mount.exfat-fuse.8 %{buildroot}%{_mandir}/man8/mount.exfat
 %{_mandir}/man8/*
 
 %changelog
+* Sun Jul 24 2016 Patrick Griffis <tingping at tingping.se> - 1.2.4-1
+- Update to 1.2.4
+
 * Wed Mar 30 2016 Orion Poplawski <orion at cora.nwra.com> - 1.2.3-1
 - Update to 1.2.3
 
diff --git a/sources b/sources
index cacfb41..9b588b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fca71e6598f79d037a3c7c969cb5710c  fuse-exfat-1.2.3.tar.gz
+1ed881862bea9616003398cb6eab9903  fuse-exfat-1.2.4.tar.gz


More information about the rpmfusion-commits mailing list