Hello community, here is the log from the commit of package tasque for openSUSE:Factory checked in at 2018-03-19 23:34:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tasque (Old) and /work/SRC/openSUSE:Factory/.tasque.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tasque" Mon Mar 19 23:34:04 2018 rev:31 rq:582694 version:0.1.12 Changes: -------- --- /work/SRC/openSUSE:Factory/tasque/tasque.changes 2015-11-22 11:00:30.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tasque.new/tasque.changes 2018-03-19 23:34:05.474632328 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 16:40:01 UTC 2018 - [email protected] + +- Modernize spec-file by calling spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tasque.spec ++++++ --- /var/tmp/diff_new_pack.2q7XDH/_old 2018-03-19 23:34:06.918580238 +0100 +++ /var/tmp/diff_new_pack.2q7XDH/_new 2018-03-19 23:34:06.930579805 +0100 @@ -1,7 +1,7 @@ # # spec file for package tasque # -# Copyright (c) 2015 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 @@ -16,21 +16,27 @@ # -Url: http://live.gnome.org/Tasque - -Name: tasque %define dbus_min_version 0.60-26 +%if 0%{?suse_version} +BuildRequires: translation-update-upstream +BuildRequires: update-desktop-files +%else +%define suse_update_desktop_file true +%endif +Name: tasque Version: 0.1.12 Release: 0 Summary: A simple task management app (TODO list) for the Linux Desktop -License: LGPL-2.1+ and MIT +License: LGPL-2.1-or-later AND MIT Group: Productivity/Office/Organizers +URL: http://live.gnome.org/Tasque Source: http://download.gnome.org/sources/tasque/0.1/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: intltool BuildRequires: mono-data-sqlite BuildRequires: mono-devel BuildRequires: notify-sharp +BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-sharp-1.0) BuildRequires: pkgconfig(dbus-sharp-glib-1.0) @@ -40,19 +46,13 @@ Recommends: %{name}-lang Provides: tasky = %{version} Obsoletes: tasky < %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} -BuildRequires: translation-update-upstream -BuildRequires: update-desktop-files -%else -%define suse_update_desktop_file true -%endif %description Tasky is a simple task management app (TODO list) for the Linux Desktop. %lang_package + %prep %setup -q translation-update-upstream @@ -60,7 +60,7 @@ %build %configure \ --enable-standard-backends -make +make %{?_smp_mflags} %install %make_install @@ -68,25 +68,19 @@ %suse_update_desktop_file %{name} %fdupes -s %{buildroot} -%clean -rm -rf %{buildroot} - %if 0%{?suse_version} > 1130 - %post %desktop_database_post %icon_theme_cache_post %endif %if 0%{?suse_version} > 1130 - %postun %desktop_database_postun %icon_theme_cache_postun %endif %files -%defattr(-,root,root) %{_bindir}/%{name} %{_prefix}/lib/pkgconfig/tasque.pc %{_prefix}/lib/tasque/
