Hello community, here is the log from the commit of package susepaste for openSUSE:Factory checked in at 2017-11-27 22:17:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/susepaste (Old) and /work/SRC/openSUSE:Factory/.susepaste.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "susepaste" Mon Nov 27 22:17:48 2017 rev:7 rq:545746 version:0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/susepaste/susepaste.changes 2012-02-14 19:08:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.susepaste.new/susepaste.changes 2017-11-27 22:17:48.591944096 +0100 @@ -1,0 +2,5 @@ +Sun Nov 26 10:47:28 UTC 2017 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ susepaste.spec ++++++ --- /var/tmp/diff_new_pack.cADi3V/_old 2017-11-27 22:17:49.131924497 +0100 +++ /var/tmp/diff_new_pack.cADi3V/_new 2017-11-27 22:17:49.135924352 +0100 @@ -1,7 +1,7 @@ # # spec file for package susepaste # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: susepaste Version: 0.5 -Release: 1 +Release: 0 +Summary: Simple script for using openSUSE paste easily License: GPL-3.0 +Group: Productivity/Other Url: http://susepaste.org Source0: susepaste-script-%{version}.tar.bz2 -Group: Productivity/Other -Summary: Simple script for using openSUSE paste easily -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: bash Requires: curl +BuildArch: noarch %description Simple script for using openSUSE paste easily. @@ -35,11 +35,13 @@ http://susepaste.org %package screenshot -Group: Productivity/Other Summary: Simple script for pasting screenshots easily -BuildArch: noarch -Requires: wmctrl ImageMagick curl +Group: Productivity/Other +Requires: ImageMagick +Requires: curl +Requires: wmctrl Recommends: xclip +BuildArch: noarch %description screenshot Simple script for using openSUSE paste easily. @@ -48,30 +50,33 @@ http://susepaste.org %prep -%setup -n susepaste-script-%{version} +%setup -q -n susepaste-script-%{version} mv gpl-3.0.txt COPYING %build %install -install -D -m 0755 susepaste %{buildroot}%{_bindir}/susepaste -install -D -m 0755 susepaste-screenshot %{buildroot}%{_bindir}/susepaste-screenshot -install -D -m 0644 susepaste.1 %{buildroot}%{_mandir}/man1/susepaste.1 -install -D -m 0644 susepaste-screenshot.1 %{buildroot}%{_mandir}/man1/susepaste-screenshot.1 -install -D -m 0644 lang-mappings.sed %{buildroot}/usr/share/susepaste/lang-mappings.sed +install -Dpm 0755 susepaste \ + %{buildroot}%{_bindir}/susepaste +install -Dpm 0755 susepaste-screenshot \ + %{buildroot}%{_bindir}/susepaste-screenshot +install -Dpm 0644 susepaste.1 \ + %{buildroot}%{_mandir}/man1/susepaste.1 +install -Dpm 0644 susepaste-screenshot.1 \ + %{buildroot}%{_mandir}/man1/susepaste-screenshot.1 +install -Dpm 0644 lang-mappings.sed \ + %{buildroot}%{_datadir}/susepaste/lang-mappings.sed %files -%defattr(-,root,root) %doc COPYING %{_bindir}/%{name} -/usr/share/susepaste/lang-mappings.sed -%dir /usr/share/susepaste -%doc %{_mandir}/man1/%{name}.* +%{_datadir}/susepaste/lang-mappings.sed +%dir %{_datadir}/susepaste +%{_mandir}/man1/%{name}.1%{ext_man} %files screenshot -%defattr(-,root,root) %doc COPYING %{_bindir}/%{name}-screenshot -%doc %{_mandir}/man1/%{name}-screenshot.* +%{_mandir}/man1/%{name}-screenshot.1%{ext_man} %changelog
