Hello community, here is the log from the commit of package gnuhealth-client for openSUSE:Factory checked in at 2018-01-30 15:44:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnuhealth-client (Old) and /work/SRC/openSUSE:Factory/.gnuhealth-client.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnuhealth-client" Tue Jan 30 15:44:03 2018 rev:2 rq:570778 version:3.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/gnuhealth-client/gnuhealth-client.changes 2018-01-06 18:55:43.708895231 +0100 +++ /work/SRC/openSUSE:Factory/.gnuhealth-client.new/gnuhealth-client.changes 2018-01-30 15:44:16.634959055 +0100 @@ -1,0 +2,6 @@ +Mon Jan 29 09:22:30 UTC 2018 - [email protected] + +- Add emptly build phase to silence rpmlint +- Drop python-rsvg require, the code does not include it + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnuhealth-client.spec ++++++ --- /var/tmp/diff_new_pack.54v6sh/_old 2018-01-30 15:44:17.130935901 +0100 +++ /var/tmp/diff_new_pack.54v6sh/_new 2018-01-30 15:44:17.134935714 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnuhealth-client # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015-2017 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties @@ -16,9 +16,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define majorver 3.2 Name: gnuhealth-client - Version: %{majorver}.5 Release: 0 Summary: The client of the GNU Health Hospital system @@ -36,7 +36,6 @@ BuildRequires: python-devel BuildRequires: python-gtk BuildRequires: python-python-dateutil -BuildRequires: python-rsvg BuildRequires: python-setuptools BuildRequires: python-simplejson BuildRequires: update-desktop-files @@ -51,27 +50,28 @@ Requires: python-gtk Requires: python-opencv Requires: python-pytz -Requires: python-rsvg Requires: python-setuptools Requires: python-simplejson Requires: python-xml -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch #install Tryton or GNU Health Client Conflicts: tryton +BuildArch: noarch %description The client of the GNU Health Hospital application %prep -%setup -q -n %{name}-%{version} +%setup -q %patch0 -p1 -cp %{S:2} . +cp %{SOURCE2} . pwd cd %{name}/plugins/ tar --strip-components 1 -xzvf %{SOURCE1} +%build +: + %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -94,7 +94,6 @@ %icon_theme_cache_postun %files -%defattr(-,root,root) %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %doc COPYRIGHT COPYING COPYRIGHT Changelog
