Hello community,

here is the log from the commit of package apache2-mod_tidy for 
openSUSE:Factory checked in at 2012-02-21 12:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_tidy (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_tidy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_tidy", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_tidy/apache2-mod_tidy.changes        
2011-09-23 01:51:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_tidy.new/apache2-mod_tidy.changes   
2012-02-21 12:15:03.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:44:14 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sat Sep 17 11:21:24 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache2-mod_tidy.spec ++++++
--- /var/tmp/diff_new_pack.sb4r3o/_old  2012-02-21 12:15:03.000000000 +0100
+++ /var/tmp/diff_new_pack.sb4r3o/_new  2012-02-21 12:15:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package apache2-mod_tidy (Version 0.5.5)
+# spec file for package apache2-mod_tidy
 #
-# Copyright (c) 2009 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,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           apache2-mod_tidy
-BuildRequires:  apache2-devel libtidy-devel
+BuildRequires:  apache2-devel
+BuildRequires:  libtidy-devel
 Version:        0.5.5
-Release:        207
+Release:        0
 ########################################
 # apache macros
 ########################################
@@ -34,10 +33,9 @@
 ###
 ###
 Summary:        Apache Module using the Tidy Library to Clean Up HTML, XHTML, 
and XML
+License:        Apache-2.0
 Group:          Productivity/Networking/Web/Utilities
-License:        The Apache Software License
 Requires:       apache2 %{apache_mmn}
-AutoReqProv:    on
 Url:            http://mod-tidy.sourceforge.net/
 Source0:        http://mod-tidy.sourceforge.net/src/mod_tidy-%{version}.tar.gz
 Source1:        %{modname}-suse-addons.tar.bz2
@@ -56,12 +54,6 @@
 To learn about the configuration, refer to
 /usr/share/doc/packages/apache2-mod_tidy/README.
 
-
-
-Authors:
---------
-    Sierk Bornemann <[email protected]>
-
 %prep
 %setup -q -n %{modname}-%{version} -a 1
 
@@ -75,19 +67,13 @@
 %configure --with-apxs=%{apxs} \
            --with-tidy=%{_libdir}
 # RPM_OPT_FLAGS come from apxs
-make OPT="$(%{apxs} -q CFLAGS)"
+make OPT="$(%{apxs} -q CFLAGS)" %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 install -Dpm 755 src/.libs/mod_tidy.so 
$RPM_BUILD_ROOT%{apache_libexecdir}/%{modname}.so
 install -Dpm 644 mod_tidy.conf 
$RPM_BUILD_ROOT%{apache_sysconfdir}/%{modname}.conf
 mv %{modname}-suse-addons/README.SUSE .
 
-%clean
-if ! test -f /.buildenv; then
-    rm -rf $RPM_BUILD_ROOT;
-fi
-
 %post
 echo -e "\nTo load %{modname} into Apache, add tidy to APACHE_MODULES in 
/etc/sysconfig/apache2."
 echo -e "Please read %{_defaultdocdir}/%{name}/README.SUSE for further 
configuration hints."

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

Reply via email to