Hello community,
here is the log from the commit of package brp-extract-appdata for
openSUSE:Factory checked in at 2018-03-12 12:03:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-extract-appdata (Old)
and /work/SRC/openSUSE:Factory/.brp-extract-appdata.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "brp-extract-appdata"
Mon Mar 12 12:03:40 2018 rev:25 rq:583667 version:2016.05.04
Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-extract-appdata/brp-extract-appdata.changes
2016-05-14 12:22:58.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.brp-extract-appdata.new/brp-extract-appdata.changes
2018-03-12 12:03:41.720714547 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:23:33 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ brp-extract-appdata.spec ++++++
--- /var/tmp/diff_new_pack.EcatYF/_old 2018-03-12 12:03:42.904672117 +0100
+++ /var/tmp/diff_new_pack.EcatYF/_new 2018-03-12 12:03:42.916671687 +0100
@@ -1,7 +1,7 @@
#
# spec file for package brp-extract-appdata
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,9 +22,8 @@
Summary: Extract appdata.xml
License: MIT
Group: Development/Tools/Building
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+URL: https://github.com/openSUSE/brp-extract-appdata
Source0: %{name}-%{version}.tar.xz
-Url: https://github.com/openSUSE/brp-extract-appdata
BuildArch: noarch
%description
@@ -45,17 +44,15 @@
%build
%install
-install -m0755 -D brp-extract-appdata.pl
$RPM_BUILD_ROOT%_rpmconfigdir/brp-suse.d/brp-72-extract-appdata
-install -m0755 -D create-appdata-xml.pl
$RPM_BUILD_ROOT/usr/lib/build/checks/72-translate-appdata
-install -m0755 -D extract-icons.pl
$RPM_BUILD_ROOT/usr/bin/extract-appdata-icons
+install -m0755 -D brp-extract-appdata.pl
%{buildroot}%{_rpmconfigdir}/brp-suse.d/brp-72-extract-appdata
+install -m0755 -D create-appdata-xml.pl
%{buildroot}%{_prefix}/lib/build/checks/72-translate-appdata
+install -m0755 -D extract-icons.pl %{buildroot}%{_bindir}/extract-appdata-icons
%files
-%defattr(-,root,root)
-%_rpmconfigdir/brp-suse.d
-/usr/lib/build
+%{_rpmconfigdir}/brp-suse.d
+%{_prefix}/lib/build
%files -n extract-appdata-icons
-%defattr(-,root,root)
-/usr/bin/extract-appdata-icons
+%{_bindir}/extract-appdata-icons
%changelog