Hello community,

here is the log from the commit of package pwlib for openSUSE:Factory checked 
in at 2011-12-21 17:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pwlib (Old)
 and      /work/SRC/openSUSE:Factory/.pwlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/pwlib/pwlib.changes      2011-12-05 
12:45:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pwlib.new/pwlib.changes 2011-12-21 
17:00:49.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Dec 15 11:18:00 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------
+Fri Dec  2 16:44:07 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pwlib.spec ++++++
--- /var/tmp/diff_new_pack.nhEP10/_old  2011-12-21 17:00:51.000000000 +0100
+++ /var/tmp/diff_new_pack.nhEP10/_new  2011-12-21 17:00:51.000000000 +0100
@@ -17,11 +17,11 @@
 
 Name:           pwlib
 Summary:        Portable Windows Library from Equivalence Pty. Ltd
+License:        MPL-1.0
+Group:          System/Libraries
 Version:        1.11.0
 Release:        0
 %define package_version v1_11_0
-License:        MPL ..
-Group:          System/Libraries
 Url:            http://openh323.sourceforge.net
 # https://sourceforge.net/projects/openh323
 Source:         %{name}-%{package_version}-src-tar.bz2
@@ -60,6 +60,7 @@
 
 %package -n libpt1_11
 Summary:        The pwlib shared libs
+Group:          System/Libraries
 Requires:       %{name} = %{version}
 
 %description -n libpt1_11
@@ -78,6 +79,7 @@
 
 %package plugins-v4l2
 Summary:        V4L2 support for pwlib
+Group:          System/Libraries
 Provides:       pwlib-video-plugin
 #obsolete, replaced by this package but not the same thing.
 Obsoletes:      %{name}-plugins-avc
@@ -111,10 +113,8 @@
 cd ..
 #automake --force-missing
 %{?suse_update_config:%{suse_update_config -f}}
-PWINSTDIR=%{_datadir}/%{name} ./configure \
-       --prefix=/usr \
-       --libdir=%{_libdir} \
-       --mandir=%{_mandir} \
+export PWINSTDIR="%{_datadir}/%{name}"
+%configure \
        --enable-plugins\
        --enable-v4l2\
        --disable-avc\
@@ -124,7 +124,8 @@
 #      --enable-sockagg\
 #      --enable-exceptions
 
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector" 
%{?jobs:-j %jobs}
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fstack-protector" \
+       %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -133,9 +134,6 @@
 
 %postun -n libpt1_11 -p /sbin/ldconfig
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc mpl-1.0.htm History.txt


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

Reply via email to