Hello community,

here is the log from the commit of package sablot for openSUSE:Factory checked 
in at 2013-04-07 14:26:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sablot (Old)
 and      /work/SRC/openSUSE:Factory/.sablot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/sablot/sablot.changes    2011-11-24 
11:37:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sablot.new/sablot.changes       2013-04-07 
14:26:24.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 12:29:20 UTC 2013 - [email protected]
+
+- Cleanup spec file
+- Add Source URL, see https://en.opensuse.org/SourceUrls
+
+-------------------------------------------------------------------

Old:
----
  Sablot-1.0.3.tar.bz2

New:
----
  Sablot-1.0.3.tar.gz

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

Other differences:
------------------
++++++ sablot.spec ++++++
--- /var/tmp/diff_new_pack.ZASVOR/_old  2013-04-07 14:26:25.000000000 +0200
+++ /var/tmp/diff_new_pack.ZASVOR/_new  2013-04-07 14:26:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sablot
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,55 +15,39 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           sablot
-BuildRequires:  gcc-c++ libexpat-devel libtool
 Version:        1.0.3
-Release:        108
-Provides:       sablotron
-Group:          Productivity/Publishing/XML
-License:        GPL-2.0+
-Url:            http://www.gingerall.org/sablotron.html
+Release:        0
 Summary:        XSL Processor
-Source:         Sablot-%{version}.tar.bz2
+License:        GPL-2.0+
+Group:          Productivity/Publishing/XML
+Url:            http://www.gingerall.com/charlie/ga/xml/p_sab.xml
+Source:         
http://sourceforge.net/projects/sablotron/files/sablotron-%{version}/Sablot-%{version}.tar.gz
 Patch0:         %{name}-%{version}-newautoconf.diff
 Patch1:         %{name}-%{version}-gcc3.diff
 Patch2:         %{name}-%{version}-delete.diff
+BuildRequires:  gcc-c++
+BuildRequires:  libexpat-devel
+BuildRequires:  libtool
+Provides:       sablotron
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Sablotron is an XSL processor fully implemented in C++. The excellent
 Expat parser is used as the associated XML parser.
 
-
-
-Authors:
---------
-    Tomas Kaiser <tom at gingerall.com>
-    Pavel Hlavnicka <pavel at gingerall.cz>
-    James Clark
-
 %package devel
-License:        GPL-2.0+
-Requires:       %{name} = %{version} glibc-devel
 Summary:        Header Files and Libraries for Sablot Development
 Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+Requires:       glibc-devel
 Provides:       sablotd
 Obsoletes:      sablotd
 
 %description devel
 Header files and libraries needed for sablot development.
 
-
-
-Authors:
---------
-    Tomas Kaiser <tom at gingerall.com>
-    Pavel Hlavnicka <pavel at gingerall.cz>
-    James Clark
-
 %prep
 %setup -q -n Sablot-%{version}
 %patch0
@@ -75,11 +59,11 @@
 touch COPYING NEWS AUTHORS ChangeLog
 autoreconf -fiv
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/*.la
 
 %post -p /sbin/ldconfig
 
@@ -98,7 +82,4 @@
 %{_libdir}/*.so
 %{_bindir}/sablot-config
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %changelog

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

Reply via email to