Hello community, here is the log from the commit of package pin for openSUSE:Factory checked in at 2016-01-13 22:46:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pin (Old) and /work/SRC/openSUSE:Factory/.pin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pin" Changes: -------- --- /work/SRC/openSUSE:Factory/pin/pin.changes 2014-11-19 20:30:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pin.new/pin.changes 2016-01-13 22:46:13.000000000 +0100 @@ -2 +2,6 @@ -Sun Oct 19 17:49:00 UTC 2014 - Led <[email protected]> +Wed Jan 13 08:40:28 UTC 2016 - [email protected] + +- Clean up with spec-cleaner and silence rpmlint warnings + +------------------------------------------------------------------- +Sun Oct 19 17:49:00 UTC 2014 - [email protected] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pin.spec ++++++ --- /var/tmp/diff_new_pack.P4nSZ6/_old 2016-01-13 22:46:14.000000000 +0100 +++ /var/tmp/diff_new_pack.P4nSZ6/_new 2016-01-13 22:46:14.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package pin (Version 0.38) +# spec file for package pin # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ Name: pin Version: 0.38 Release: 0 +Summary: A tool for finding package information License: GPL-2.0+ Group: Documentation/SUSE Url: http://www.hennevogel.de/scripts/pin/ Source: pin Source1: pin.1.gz -Summary: A tool for finding package information BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -33,25 +33,28 @@ -qi, -ql) and the ARCHIVES.gz file for the desired information. It shows README, README.SuSE, and FAQ, when available. +%prep +: - -Authors: --------- - Martin Lasarsch <[email protected]> +%build +: %install -mkdir -p $RPM_BUILD_ROOT/%_bindir -install -m 755 %{S:0} $RPM_BUILD_ROOT/%_bindir -install -d $RPM_BUILD_ROOT/%_mandir/man1 -install -m 644 %{S:1} $RPM_BUILD_ROOT/%_mandir/man1/pin.1.gz -install -d $RPM_BUILD_ROOT/%_localstatedir/lib/%name -touch $RPM_BUILD_ROOT/%_localstatedir/lib/%name/ARCHIVES.gz +mkdir -p %{buildroot}/%{_bindir} +install -m 755 %{SOURCE0} %{buildroot}/%{_bindir} +install -d %{buildroot}/%{_mandir}/man1 +install -m 644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/pin.1.gz +install -d %{buildroot}/%{_localstatedir}/lib/%{name} +touch %{buildroot}/%{_localstatedir}/lib/%{name}/ARCHIVES.gz + +%post +touch %{_localstatedir}/lib/%{name}/ARCHIVES.gz %files %defattr(-,root,root) -%_bindir/pin -%_mandir/man1/pin.1.gz -%dir %_localstatedir/lib/%name -%ghost %_localstatedir/lib/%name/ARCHIVES.gz +%{_bindir}/pin +%{_mandir}/man1/pin.1.gz +%dir %{_localstatedir}/lib/%{name} +%ghost %{_localstatedir}/lib/%{name}/ARCHIVES.gz %changelog
