Hello community,

here is the log from the commit of package tvtime for openSUSE:Factory checked 
in at 2014-11-11 09:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tvtime (Old)
 and      /work/SRC/openSUSE:Factory/.tvtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tvtime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes    2012-09-10 
15:28:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tvtime.new/tvtime.changes       2014-11-11 
09:59:46.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Nov  8 00:44:53 UTC 2014 - crrodrig...@opensuse.org
+
+- Run spec cleaner 
+- replace use of xorg-x11-devel by individual pkgconfig()
+  buildrequires.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tvtime.spec ++++++
--- /var/tmp/diff_new_pack.0cp61T/_old  2014-11-11 09:59:47.000000000 +0100
+++ /var/tmp/diff_new_pack.0cp61T/_new  2014-11-11 09:59:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tvtime
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,6 @@
 
 
 Name:           tvtime
-BuildRequires:  SDL-devel
-BuildRequires:  freetype2-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libpng-devel
-BuildRequires:  libtool
-BuildRequires:  libxml2-devel
-BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
 Version:        1.0.2
 Release:        0
 Summary:        High Quality Television Application
@@ -32,13 +24,25 @@
 Group:          Hardware/TV
 Url:            http://tvtime.net
 Source:         %{name}-%{version}.tar.bz2
-Patch:          tvtime-gcc41.patch
+Patch0:         tvtime-gcc41.patch
 Patch1:         tvtime-1.0.2-videoinput.patch
 Patch2:         tvtime.linux-compiler.patch
 Patch3:         tvtime-glibc.patch
 # I haven't sent libpng15.patch upstream, because project from url
 # seems to be dead
 Patch4:         tvtime-libpng15.patch
+BuildRequires:  gcc-c++
+BuildRequires:  libpng-devel
+BuildRequires:  libtool
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(libxml-2.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
+BuildRequires:  pkgconfig(xtst)
+BuildRequires:  pkgconfig(xv)
+BuildRequires:  pkgconfig(xxf86vm)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -67,18 +71,9 @@
 
 You can find more information at http://tvtime.net/.
 
-
-
-Authors:
---------
-    Billy Biggs <vek...@dumbterm.net>
-    Doug Bell <drb...@users.sourceforge.net>
-    Achim Schneider <batch...@mordor.ch>
-    Alexandr S. Belov <as...@sice.ru>
-
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -87,21 +82,18 @@
 %build
 autoreconf -i -f
 %ifarch %ix86
-RPM_OPT_FLAGS="$RPM_OPT_FLAGS -mmmx"
+RPM_OPT_FLAGS="%{optflags} -mmmx"
 export CXXFLAGS="-mmmx"
 %endif
-export CFLAGS="$RPM_OPT_FLAGS"
+export CFLAGS="%{optflags}"
 %configure --with-pic 
-make
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %suse_update_desktop_file -i net-tvtime AudioVideo TV
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f %{name}.lang
 %defattr(-, root, root)
 %doc NEWS AUTHORS COPYING INSTALL ChangeLog README docs/html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to