Hello community,
here is the log from the commit of package telepathy-mission-control for
openSUSE:Factory checked in at 2018-03-14 19:22:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
and /work/SRC/openSUSE:Factory/.telepathy-mission-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "telepathy-mission-control"
Wed Mar 14 19:22:31 2018 rev:51 rq:584657 version:5.16.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
2014-09-15 17:40:29.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
2018-03-14 19:22:32.808340262 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:40:15 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.PfaGKU/_old 2018-03-14 19:22:33.784305612 +0100
+++ /var/tmp/diff_new_pack.PfaGKU/_new 2018-03-14 19:22:33.788305469 +0100
@@ -1,7 +1,7 @@
#
# spec file for package telepathy-mission-control
#
-# Copyright (c) 2014 SUSE LINUX Products 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,25 +16,24 @@
#
-Url: http://mission-control.sourceforge.net/
-
Name: telepathy-mission-control
Version: 5.16.3
Release: 0
Summary: Telepathy Mission Control instant messaging connection manager
-License: LGPL-2.1
+License: LGPL-2.1-only
Group: System/Libraries
+URL: http://mission-control.sourceforge.net/
Source:
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
# PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 [email protected] --
Sent upstream for discussion, it will need a rewrite for MC5 WAS:
PATCH-FEATURE-UPSTREAM
Patch1: lockdown-protocols.patch
BuildRequires: dbus-1-glib-devel >= 0.73
BuildRequires: fdupes
BuildRequires: libxslt-devel
+BuildRequires: pkgconfig
BuildRequires: python-xml
BuildRequires: telepathy-glib-devel >= 0.19.0
BuildRequires: pkgconfig(libnm-glib) >= 0.7.0
Requires: dbus-1-glib >= 0.73
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%glib2_gsettings_schema_requires
%description
@@ -75,15 +74,15 @@
%prep
%setup -q
# NEEDS REBASE
-# %patch1 -p0
+# %patch1
%build
%configure --disable-static --with-pic
-%__make %{?jobs:-j %jobs}
+make %{?_smp_mflags}
%install
-%makeinstall
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
# Create directory that will contain the plugins (fail if it exists, so we can
remove this hack)
PLUGINDIR=`PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig pkg-config
--variable=plugindir mission-control-plugins`
test ! -d %{buildroot}${PLUGINDIR}
@@ -100,15 +99,11 @@
%glib2_gsettings_schema_postun
%post -n libmission-control-plugins0 -p /sbin/ldconfig
-
%postun -n libmission-control-plugins0 -p /sbin/ldconfig
-%clean
-%{__rm} -rf %{buildroot}
-
%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
%{_bindir}/mc-tool
%{_bindir}/mc-wait-for-name
%{_libexecdir}/mission-control-5
@@ -120,13 +115,11 @@
%{_mandir}/man8/mission-control-5.8%{?ext_man}
%files -n libmission-control-plugins0
-%defattr(-,root,root)
%{_libdir}/libmission-control-plugins.so.*
# Directory containing the plugins
%dir %{_libdir}/mission-control-plugins.0
%files devel
-%defattr(-,root,root)
%doc %{_datadir}/gtk-doc/html/mission-control-plugins/
%{_includedir}/mission-control-5.5/
%{_libdir}/libmission-control-plugins.so