[daemonize] update to latest upstream release

Sven Lankes slankes at fedoraproject.org
Wed Nov 2 22:46:49 UTC 2011


commit 16d5ead5a135468624937b6165b16b6647f420fb
Author: Sven Lankes <sven at lank.es>
Date:   Wed Nov 2 23:45:55 2011 +0100

    update to latest upstream release

 .gitignore     |    1 +
 daemonize.spec |   20 +++++++++++++-------
 sources        |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f4107b3..c5ce8d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 daemonize-1.5.6.tar.gz
+/daemonize-1.7.3.tar.gz
diff --git a/daemonize.spec b/daemonize.spec
index 42accc0..57efa92 100644
--- a/daemonize.spec
+++ b/daemonize.spec
@@ -1,12 +1,15 @@
 Name: daemonize
-Version: 1.5.6
-Release: 3%{?dist}
+Version: 1.7.3
+Release: 1%{?dist}
 Summary: Run a command as a Unix daemon
 
-Group:	Applications/Internet
+Group: Applications/Internet
 License: BSD
-URL: http://www.clapper.org/software/daemonize/	
-Source0: http://www.clapper.org/software/%{name}/%{name}-%{version}.tar.gz
+URL: http://www.clapper.org/software/daemonize/
+# $UPSTREAM no longer supplies hand made .tar.gz-Files for releases 
+# so a github tarball it is:
+# https://github.com/bmc/daemonize/tarball/release-1.7.3
+Source: daemonize-1.7.3.tar.gz
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -36,7 +39,7 @@ When you must run a daemon program that does not properly make itself into a
 true Unix daemon, you can use daemonize to force it to run as a true daemon.
 
 %prep
-%setup0 -q
+%setup -q -n bmc-daemonize-8c9856b
 
 %build
 %configure
@@ -51,11 +54,14 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE README
+%doc CHANGELOG.md LICENSE.md README.md
 %{_sbindir}/daemonize
 %{_mandir}/man1/daemonize.1.gz
 
 %changelog
+* Wed Nov 02 2011 Sven Lankes <sven at lank.es> - 1.7.3-1
+- update to latest upstream release
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 59808dc..52005de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2f5fbb8788ebe803ccaff3cd4b5c3188  daemonize-1.5.6.tar.gz
+2d5e81d6c4de85f38a9ea0fb93885f20  daemonize-1.7.3.tar.gz


More information about the scm-commits mailing list