[fatsort] Update to latest release

Till Maas till at fedoraproject.org
Sun Aug 31 12:39:07 UTC 2014


commit 77dd606d02b624135eb85f7ae322baaae8430d5b
Author: Till Maas <opensource at till.name>
Date:   Sun Aug 31 14:36:37 2014 +0200

    Update to latest release
    
    - Cleanup spec

 .gitignore   |    1 +
 fatsort.spec |   19 +++++++++----------
 sources      |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7c2b5f..b3a043d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /fatsort-0.9.17.269.tar.gz
 /fatsort-1.1.331.tar.gz
 /fatsort-1.2.355.tar.gz
+/fatsort-1.3.365.tar.gz
diff --git a/fatsort.spec b/fatsort.spec
index f743d92..a2c3a57 100644
--- a/fatsort.spec
+++ b/fatsort.spec
@@ -1,15 +1,15 @@
 %global _hardened_build 1
 Name:           fatsort
-Version:        1.2.355
-Release:        5%{?dist}
+Version:        1.3.365
+Release:        1%{?dist}
 Summary:        FAT sorter for FAT16 and FAT32 filesystems
 
 Group:          Applications/System
 License:        GPLv2+
-URL:            http://%{name}.sf.net/
+URL:            http://fatsort.sf.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  help2man
+# FIXME: Cannot run tests, because bbe is not available
 
 
 %description
@@ -28,21 +28,20 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir} MANDIR=%{_mandir}/man1
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%make_install SBINDIR=%{_sbindir} MANDIR=%{_mandir}/man1
 
 
 %files
-%defattr(-,root,root,-)
 %doc CHANGES LICENSE.txt README
 %{_mandir}/man1/fatsort.1*
 %{_sbindir}/fatsort
 
 
 %changelog
+* Sun Aug 31 2014 Till Maas <opensource at till.name> - 1.3.365-1
+- Update to latest release
+- Cleanup spec
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.355-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 32665e1..c01d157 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25f8c5a340581322dc8f4d676cd198f4  fatsort-1.2.355.tar.gz
+f1232f40eba6ee9362acd9f0d5209dcf  fatsort-1.3.365.tar.gz


More information about the scm-commits mailing list