Hello community,

here is the log from the commit of package mxml for openSUSE:Factory checked in 
at 2012-02-16 10:06:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mxml (Old)
 and      /work/SRC/openSUSE:Factory/.mxml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mxml", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mxml/mxml.changes        2011-09-23 
02:13:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mxml.new/mxml.changes   2012-02-16 
10:06:25.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 19:52:20 UTC 2012 - jeng...@medozas.de
+
+- Remove redundant tags/sections per specfile guideline suggestions
+- Parallel building using %_smp_mflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mxml.spec ++++++
--- /var/tmp/diff_new_pack.PSfxSD/_old  2012-02-16 10:06:26.000000000 +0100
+++ /var/tmp/diff_new_pack.PSfxSD/_new  2012-02-16 10:06:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mxml
 #
-# 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:           mxml
@@ -45,13 +44,12 @@
 
 %define library_name libmxml1
 
-%package -n libmxml1
-License:        LGPL-2.1+
+%package -n %library_name
 Group:          Development/Libraries/Other
 #
 Summary:        Shared library for mxml
 
-%description -n libmxml1
+%description -n %library_name
 Mini-XML is a small XML parsing library that you can use to read XML
 and XML-like data files in your application without requiring large
 nonstandard libraries.
@@ -90,16 +88,13 @@
 
 %build
 %configure --enable-shared --with-docdir=%{_docdir}/%{name}
-%{__make}
+make %{?_smp_mflags}
 
 %install
 %makeinstall DSTROOT=%{buildroot}
 # we dont want the static lib
 %{__rm} -rv %{buildroot}%{_libdir}/libmxml.a
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %post   -n %{library_name} -p /sbin/ldconfig
 
 %postun -n %{library_name} -p /sbin/ldconfig

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

Reply via email to