Hello community, here is the log from the commit of package withlock for openSUSE:Factory checked in at 2014-02-11 11:46:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/withlock (Old) and /work/SRC/openSUSE:Factory/.withlock.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "withlock" Changes: -------- --- /work/SRC/openSUSE:Factory/withlock/withlock.changes 2012-08-27 17:48:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.withlock.new/withlock.changes 2014-02-11 11:46:46.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Feb 10 21:49:18 UTC 2014 - [email protected] + +- withlock is now distributed as a tarball, which is generally + easier for packaging on some platforms (at least Solaris). The + only other change: updated copyright year. + +------------------------------------------------------------------- Old: ---- withlock New: ---- withlock-0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ withlock.spec ++++++ --- /var/tmp/diff_new_pack.S6NzmT/_old 2014-02-11 11:46:47.000000000 +0100 +++ /var/tmp/diff_new_pack.S6NzmT/_new 2014-02-11 11:46:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package withlock # -# Copyright (c) 2009-2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: withlock Version: 0.2 -Release: 1 -License: Apache-2.0 +Release: 0 Summary: A locking wrapper script -Url: http://code.google.com/p/withlock/ +License: Apache-2.0 Group: System/Management +Url: http://code.google.com/p/withlock/ Requires: python -Source0: %{name} +Source0: http://mirrorbrain.org/files/releases/%{name}-%{version}.tar.gz Source1: %name-README.SuSE BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -38,11 +39,12 @@ to use, and much better than implementing half-hearted locking within scripts. %prep +%setup # %build # %install -install -Dm755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} +install -Dm755 withlock %{buildroot}%{_bindir}/%{name} install -Dm644 %{SOURCE1} %{buildroot}%{_defaultdocdir}/%{name}/README.SuSE sed -i "s|/usr/bin/env python|%{_bindir}/python|g" %{buildroot}%{_bindir}/%{name} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
