Hello community,

here is the log from the commit of package xosd for openSUSE:Factory checked in 
at 2015-06-23 11:58:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xosd (Old)
 and      /work/SRC/openSUSE:Factory/.xosd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xosd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xosd/xosd.changes        2014-11-05 
16:26:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xosd.new/xosd.changes   2015-06-23 
11:58:34.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 19 18:49:25 UTC 2015 - [email protected]
+
+- Update project url
+- Use url for source
+- Cleanup spec file with spec-cleaner
+- Clenaup dependencies
+
+-------------------------------------------------------------------

Old:
----
  xosd-2.2.14.tar.bz2

New:
----
  xosd-2.2.14.tar.gz

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

Other differences:
------------------
++++++ xosd.spec ++++++
--- /var/tmp/diff_new_pack.iKdwtp/_old  2015-06-23 11:58:35.000000000 +0200
+++ /var/tmp/diff_new_pack.iKdwtp/_new  2015-06-23 11:58:35.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xosd
 #
-# Copyright (c) 2014 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
@@ -17,36 +17,26 @@
 
 
 Name:           xosd
-BuildRequires:  automake
-BuildRequires:  gcc-c++
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xinerama)
-#%define plugindir     %(xmms-config --general-plugin-dir)
-%define        aclocaldir      %(aclocal --print-ac-dir)
 Version:        2.2.14
 Release:        0
 Summary:        X On-Screen Display library
 License:        GPL-2.0+
 Group:          System/X11/Utilities
-Source:         %{name}-%{version}.tar.bz2
-Patch:          xosd.patch
+Url:            http://sourceforge.net/projects/libxosd
+Source:         
http://sourceforge.net/projects/libxosd/files/libxosd/xosd-%{version}/%{name}-%{version}.tar.gz
+Patch0:         xosd.patch
 Patch1:         xosd-2.2.14-config.patch
-Url:            http://sourceforge.net/project/showfiles.php?group_id=124390
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A library for displaying a TV-like on-screen display in X.
 
-
-
-Authors:
---------
-    Andre Renaud <[email protected]>
-
-%description -l de
-
 %package devel
 Summary:        X On-Screen Display library development files
 Group:          Development/Libraries/X11
@@ -55,34 +45,22 @@
 %description devel
 development headers and static libraries for xosd
 
-
-
-Authors:
---------
-    Andre Renaud <[email protected]>
-
 %prep
 %setup -q
-%patch -p1 
+%patch0 -p1
 %patch1
 
 %build
-%if "%(pkg-config --variable=prefix xft)" == "/usr"
-%configure --disable-static --with-pic \
-       --x-includes=/usr/include \
+%configure \
+  --disable-static \
+  --with-pic \
        --disable-new-plugin \
        --disable-old-plugin
-%else
-export CFLAGS="$RPM_OPT_FLAGS" 
-%configure --disable-static --with-pic \
-        --disable-new-plugin \
-        --disable-old-plugin
-%endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -90,7 +68,7 @@
 
 %files
 %defattr(-, root, root, 755)
-%doc %{_mandir}/man1/osd_cat.1*
+%{_mandir}/man1/osd_cat.1*
 %doc AUTHORS ChangeLog COPYING README
 %{_datadir}/%{name}
 %{_libdir}/libxosd.so.*
@@ -98,14 +76,11 @@
 
 %files devel
 %defattr(-, root, root)
-%doc %{_mandir}/man3/xosd*3*
+%{_mandir}/man3/xosd*3*
 %{_libdir}/libxosd.so
 %{_includedir}/xosd.h
 %{_bindir}/xosd-config
-%{aclocaldir}/libxosd.m4
-%doc %{_mandir}/man1/xosd-config.1*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{_datadir}/aclocal/libxosd.m4
+%{_mandir}/man1/xosd-config.1*
 
 %changelog


Reply via email to