[fatsort] Update to new release Add manpage

Till Maas till at fedoraproject.org
Sat Aug 27 14:34:48 UTC 2011


commit 53f943054fef5ee46638680b51bd781086129839
Author: Till Maas <opensource at till.name>
Date:   Sat Aug 27 16:34:34 2011 +0200

    Update to new release
    Add manpage

 .gitignore   |    2 ++
 fatsort.spec |   13 +++++++++----
 sources      |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aabfcf6..b4cb6f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 fatsort-0.9.10-187.tar.gz
+/fatsort-0.9.14-213.tar.gz
+/fatsort-0.9.14.1-213.tar.gz
diff --git a/fatsort.spec b/fatsort.spec
index fe74104..9945167 100644
--- a/fatsort.spec
+++ b/fatsort.spec
@@ -1,9 +1,9 @@
-%global svn_revision 187
+%global svn_revision 213
 %global tarball_name %{name}-%{version}-%{svn_revision}
 
 Name:           fatsort
-Version:        0.9.10
-Release:        5%{?dist}
+Version:        0.9.14.1
+Release:        1%{?dist}
 Summary:        FAT sorter for FAT16 and FAT32 filesystems
 
 Group:          Applications/System
@@ -29,7 +29,7 @@ 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}
+make install DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir} MANDIR=%{_mandir}/man1
 
 
 %clean
@@ -39,10 +39,15 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %doc CHANGES LICENSE.txt README TODO
+%{_mandir}/man1/fatsort.1*
 %{_sbindir}/fatsort
 
 
 %changelog
+* Sat Aug 27 2011 Till Maas <opensource at till.name> - 0.9.14-1
+- Update to new release
+- Add manpage
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 86c4d72..6cd7f7e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a86460bc658369c5119224269c8895a1  fatsort-0.9.10-187.tar.gz
+08ea2f2ceb0772a9156461c8c19b5bb2  fatsort-0.9.14.1-213.tar.gz


More information about the scm-commits mailing list