From 0c67a3dbebf27f837f922fb134a24d6f9356c7db Mon Sep 17 00:00:00 2001 From: Sven Lankes Date: Dec 13 2015 10:20:13 +0000 Subject: update to latest upstream release - clean up spec-file --- diff --git a/.gitignore b/.gitignore index c5ce8d6..ab1c0c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ daemonize-1.5.6.tar.gz /daemonize-1.7.3.tar.gz +/daemonize-1.7.7.tar.gz diff --git a/daemonize.spec b/daemonize.spec index 309f38c..fc31e6e 100644 --- a/daemonize.spec +++ b/daemonize.spec @@ -1,6 +1,6 @@ Name: daemonize -Version: 1.7.3 -Release: 7%{?dist} +Version: 1.7.7 +Release: 1%{?dist} Summary: Run a command as a Unix daemon Group: Applications/Internet @@ -9,9 +9,7 @@ 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) +Source: daemonize-1.7.7.tar.gz %description daemonize runs a command as a Unix daemon. As defined in W. Richard Stevens' @@ -39,19 +37,15 @@ 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 -%setup -q -n bmc-daemonize-8c9856b +%setup -q -n %{name}-release-%{version} %build %configure make %{?_smp_mflags} %install -rm -rf %{buildroot} make DESTDIR=%{buildroot} INSTALL="install -p" install -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc CHANGELOG.md LICENSE.md README.md @@ -59,6 +53,10 @@ rm -rf %{buildroot} %{_mandir}/man1/daemonize.1.gz %changelog +* Sun Dec 13 2015 Sven Lankes - 1.7.7-1 +- update to latest upstream release +- clean up spec-file + * Sat Aug 16 2014 Fedora Release Engineering - 1.7.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 52005de..878468f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d5e81d6c4de85f38a9ea0fb93885f20 daemonize-1.7.3.tar.gz +17fe73557e259813ebc71084e909591b daemonize-1.7.7.tar.gz