Hello community,

here is the log from the commit of package python-mpservlets for 
openSUSE:Factory
checked in at Fri Aug 26 09:35:40 CEST 2011.



--------
--- python-mpservlets/python-mpservlets.changes 2011-03-15 14:00:01.000000000 
+0100
+++ /mounts/work_src_done/STABLE/python-mpservlets/python-mpservlets.changes    
2011-08-26 00:56:35.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 25 22:55:34 UTC 2011 - [email protected]
+
+- fix Url
+- cleanup using spec-cleaner
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ python-mpservlets.spec ++++++
--- /var/tmp/diff_new_pack.fVMvXH/_old  2011-08-26 09:29:25.000000000 +0200
+++ /var/tmp/diff_new_pack.fVMvXH/_new  2011-08-26 09:29:25.000000000 +0200
@@ -15,29 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define mod_name mpservlets
 
 Name:           python-%{mod_name}
 Version:        1.1.6
-Release:        23
-Url:            http://www.astro.umass.edu/~dpopowich/python/mpservlets
-Summary:        Mod_python Servlets - a mod_python handler
+Release:        28
 License:        APLv2
+Summary:        Mod_python Servlets - a mod_python handler
+Url:            http://pypi.python.org/pypi/mpservlets
 Group:          Development/Languages/Python
 Source:         %{mod_name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version}
 BuildRequires:  apache2-devel
 %py_requires
 %if 0%{?suse_version} > 1110
-BuildArch:      noarch
 BuildRequires:  fdupes
+BuildArch:      noarch
 %endif
 %else
 BuildRequires:  apache-devel
@@ -55,10 +54,10 @@
 License:        APLv2
 Summary:        API Reference in HTML and PDF
 Group:          Documentation/Other
-Requires:       %name = %version
+Requires:       %{name} = %{version}
 
 %description doc
-This package contains the API Reference in HTML and PDF for %name.
+This package contains the API Reference in HTML and PDF for %{name}.
 
 This documentation is generated using epydoc (http://epydoc.sourceforge.net)
 which uses simple, special markup in python doc strings, so the source code is
@@ -68,10 +67,10 @@
 License:        APLv2
 Summary:        A tutorial on developing web applications using servlets
 Group:          Documentation/Other
-Requires:       %name = %version
+Requires:       %{name} = %{version}
 
 %description tutorial
-This package contains a tutorial on developing web applications using %name.
+This package contains a tutorial on developing web applications using %{name}.
 
 %prep
 %setup -q -n %{mod_name}-%{version}


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



Remember to have fun...

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

Reply via email to