Hello community,

here is the log from the commit of package wvstreams for openSUSE:Factory 
checked in at 2012-02-14 19:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wvstreams (Old)
 and      /work/SRC/openSUSE:Factory/.wvstreams.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wvstreams", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/wvstreams/wvstreams.changes      2011-09-23 
12:50:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.wvstreams.new/wvstreams.changes 2012-02-14 
19:09:35.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Jan 28 22:26:35 UTC 2012 - [email protected]
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wvstreams.spec ++++++
--- /var/tmp/diff_new_pack.QTx0Fs/_old  2012-02-14 19:09:36.000000000 +0100
+++ /var/tmp/diff_new_pack.QTx0Fs/_new  2012-02-14 19:09:36.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wvstreams
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           wvstreams
@@ -49,7 +48,6 @@
     Net Integration Technologies, Inc.
 
 %package devel
-License:        LGPL-2.1+
 Summary:        Network Programming Library in C++
 Group:          Development/Libraries/Other
 Requires:       wvstreams = %{version}
@@ -66,7 +64,7 @@
     Net Integration Technologies, Inc.
 
 %prep
-%setup -q -n wvstreams-%{version}
+%setup -q
 %patch0
 %patch1
 %patch2
@@ -85,18 +83,14 @@
 export CXXFLAGS="$RPM_OPT_FLAGS -fPIC -fno-strict-aliasing"
 export CXXOPTS="$CXXFLAGS"
 export LDFLAGS="-ldb -lpthread"
-./configure --prefix=/usr --libdir=%{_libdir} --mandir=%{_mandir}      \
-    --sysconfdir=/etc --localstatedir=/var --enable-verbose
-make %{?jobs:-j %jobs}
+%configure --enable-verbose
+make %{?_smp_mflags}
 
 %install
 export SUSE_ASNEEDED=0
 make install DESTDIR=%{buildroot}
 rm %{buildroot}/%_libdir/valgrind/wvstreams.supp
 
-%clean
-rm -rf %{buildroot}
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to