Hello community,

here is the log from the commit of package ekiga for openSUSE:Factory checked 
in at 2015-10-28 17:15:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ekiga (Old)
 and      /work/SRC/openSUSE:Factory/.ekiga.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ekiga"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ekiga/ekiga.changes      2014-06-17 
11:22:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ekiga.new/ekiga.changes 2015-10-28 
17:15:41.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Oct 22 11:44:20 UTC 2015 - tchva...@suse.com
+
+- Add missing dependency over gnome-icon-theme which caused ekiga
+  to not have any icons on kde
+- Sort out a bit with spec-cleaner
+- Version provides/obsoletes to avoid pointless warning
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ekiga.spec ++++++
--- /var/tmp/diff_new_pack.c8IVQD/_old  2015-10-28 17:15:42.000000000 +0100
+++ /var/tmp/diff_new_pack.c8IVQD/_new  2015-10-28 17:15:42.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ekiga
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +18,6 @@
 
 %define with_evolution 1
 %define with_gstreamer_0_10 0
-
 Name:           ekiga
 Version:        4.0.1
 Release:        0
@@ -28,21 +27,15 @@
 Url:            http://www.ekiga.org/
 Source:         
http://download.gnome.org/sources/ekiga/4.0/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM boost-configure.patch sch...@suse.de -- AX_BOOST_BASE: 
add aarch64 to the list of lib64 architectures
-Patch:          boost-configure.patch
+Patch0:         boost-configure.patch
 BuildRequires:  boost-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  dbus-1-glib-devel
-%if %{with_evolution}
-BuildRequires:  evolution-data-server-devel
-%endif
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gconf2-devel
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gnome-icon-theme >= 3.0.0
-%if %{with_gstreamer_0_10}
-BuildRequires:  gstreamer-0_10-plugins-base-devel
-%endif
 BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libavahi-glib-devel
@@ -56,16 +49,22 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(xv)
+Requires:       gnome-icon-theme
+Recommends:     %{name}-lang
+Provides:       gnomemeeting = %{version}
+Obsoletes:      gnomemeeting < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         filesystem /usr/bin/touch gconf2
-Provides:       gnomemeeting
-Obsoletes:      gnomemeeting
+%{gconf_schemas_prereq}
+%if %{with_evolution}
+BuildRequires:  evolution-data-server-devel
+%endif
+%if %{with_gstreamer_0_10}
+BuildRequires:  gstreamer-0_10-plugins-base-devel
+%endif
 %if ! %{with_evolution}
 # In case we cannot build the evolution plugin, we obsolete the sub package
 Obsoletes:      ekiga-plugins-evolution < %{version}
 %endif
-Recommends:     %{name}-lang
-%gconf_schemas_prereq
 
 %description
 Ekiga (formely known as GnomeMeeting) is an open source VoIP and video
@@ -95,9 +94,10 @@
 %endif
 
 %lang_package
+
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 translation-update-upstream
 
 %build
@@ -118,13 +118,13 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -name '*.la' -delete -print
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 %find_gconf_schemas
 %find_lang %{name} %{?no_lang_C}
 cat %{name}.schemas_list >%{name}.lst
-%suse_update_desktop_file %name
-%fdupes $RPM_BUILD_ROOT
+%suse_update_desktop_file %{name}
+%fdupes %{buildroot}
 
 %pre -f %{name}.schemas_pre
 
@@ -180,5 +180,6 @@
 %endif
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to