Hello community,

here is the log from the commit of package ytalk for openSUSE:Factory checked 
in at 2012-04-12 09:59:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ytalk (Old)
 and      /work/SRC/openSUSE:Factory/.ytalk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ytalk", Maintainer is "dlova...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ytalk/ytalk.changes      2011-12-26 
16:30:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ytalk.new/ytalk.changes 2012-04-12 
10:00:53.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Apr  4 20:54:24 UTC 2012 - jeng...@medozas.de
+
+- Remove unneeded autoregenerate calls
+- Strip redundant tags/sections from specfile
+- Build in parallel with %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ytalk.spec ++++++
--- /var/tmp/diff_new_pack.Sr6knH/_old  2012-04-12 10:00:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Sr6knH/_new  2012-04-12 10:00:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ytalk
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,10 +17,6 @@
 
 
 Name:           ytalk
-BuildRequires:  autoconf
-BuildRequires:  ncurses-devel
-BuildRequires:  xorg-x11
-BuildRequires:  xorg-x11-devel
 Version:        3.3.0
 Release:        0
 Summary:        Multi-User replacement for Unix talk client
@@ -29,6 +25,7 @@
 Url:            http://www.impul.se/ytalk/
 Source:         %{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  ncurses-devel
 
 %description
 YTalk is, in essence, a multiuser chat program. It works almost exactly
@@ -47,22 +44,12 @@
 %setup
 
 %build
-autoconf
-CFLAGS="$RPM_OPT_FLAGS" ./configure \
-                        --prefix=/usr \
-                        --sysconfdir=/etc \
-                       --x-libraries=/usr/X11R6/%{_lib} \
-                       --with-x \
-                        --mandir=%{_mandir}
-make
+%configure
+make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README*  

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

Reply via email to