[samefile] Update to 2.13 (man page fix and cosmetic fixes only, however).

Michael Schwendt mschwendt at fedoraproject.org
Sun Jan 15 11:07:09 UTC 2012


commit d3c47906b5e06fc9c2cf715db9c55c5f80939df6
Author: Michael Schwendt <mschwendt at fedoraproject.org>
Date:   Sun Jan 15 12:07:05 2012 +0100

    Update to 2.13 (man page fix and cosmetic fixes only, however).

 .gitignore    |    1 +
 samefile.spec |   18 ++++++++++++------
 sources       |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4cc2d9..e26221d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 samefile-2.12.tar.gz
+/samefile-2.13.tar.gz
diff --git a/samefile.spec b/samefile.spec
index 653ed50..e65876e 100644
--- a/samefile.spec
+++ b/samefile.spec
@@ -1,11 +1,11 @@
 Name:		samefile
-Version:	2.12
-Release:	7%{?dist}
-Summary:	An utility to find identical files on the file system
+Version:	2.13
+Release:	1%{?dist}
+Summary:	Command-line utility to find identical files on the file system
 
 Group:		Applications/System
 License:	BSD
-URL:		http://schweikhardt.net/samefile/
+URL:		http://www.schweikhardt.net/samefile/
 Source0:	http://www.schweikhardt.net/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -16,6 +16,7 @@ exceeding your disk quota, pay for your storage by the megabyte, run any kind
 of file server, need to reduce the size of your backups, or just want to get 
 a feeling for how much redundant files are there on your system.
 
+
 %prep
 %setup -q
 
@@ -24,13 +25,15 @@ a feeling for how much redundant files are there on your system.
 %configure
 make %{?_smp_mflags}
 
+
 %check
 make test
 
+
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -39,10 +42,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README ChangeLog
 %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man1/%{name}.1*
 
 
 %changelog
+* Sun Jan 15 2012 Michael Schwendt <mschwendt at fedoraproject.org> - 2.13-1
+- Update to 2.13 (man page fix and cosmetic fixes only, however).
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.12-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 8236ab3..9c0a9e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e51411512f693897f9cfd59c45071f7  samefile-2.12.tar.gz
+3d3f616d9079b2d64999c91926767ab4  samefile-2.13.tar.gz


More information about the scm-commits mailing list