Mailinglist Archive: opensuse-commit (849 mails)

< Previous Next >
commit python-genshi for openSUSE:Factory

Hello community,

here is the log from the commit of package python-genshi for openSUSE:Factory
checked in at Tue Mar 8 10:28:37 CET 2011.



--------
--- python-genshi/python-genshi.changes 2010-04-25 20:16:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-genshi/python-genshi.changes
2011-03-03 10:19:09.000000000 +0100
@@ -2 +2 @@
-Sun Apr 25 18:02:50 UTC 2010 - bitshuffler #suse@xxxxxxxxxxxxxxxx
+Thu Mar 3 09:16:11 UTC 2011 - saschpe@xxxxxxx
@@ -4 +4,5 @@
-- Update to 0.6
+- Spec file cleanup
+ * Proper SUSE changes file and removed changelog from spec
+ * Added proper license header
+ * Package files COPYING, README.txt and docs and examples
+- Split of documentation package
@@ -5,0 +10,25 @@
+-------------------------------------------------------------------
+Sun Apr 25 18:02:50 UTC 2010 - bitdealer@xxxxxxxxx
+
+- Updated to 0.6
+
+-------------------------------------------------------------------
+Mon Aug 4 00:00:00 UTC 2008 - dannoritzer@xxxxxx
+
+- Updated to 0.5.1
+
+-------------------------------------------------------------------
+Thu Feb 28 00:00:00 UTC 2008 - dannoritzer@xxxxxx
+
+- Fixed build errors
+- Updated to 0.4.4
+
+-------------------------------------------------------------------
+Mon Oct 15 00:00:00 UTC 2007 - nix@xxxxxxxxxxxx
+
+- Clean up spec file and change name to python-geneshi
+
+-------------------------------------------------------------------
+Sun Jul 22 00:00:00 UTC 2007 - dannoritzer@xxxxxx
+
+- Initial package

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ python-genshi.spec ++++++
--- /var/tmp/diff_new_pack.cbTkfW/_old 2011-03-08 10:23:56.000000000 +0100
+++ /var/tmp/diff_new_pack.cbTkfW/_new 2011-03-08 10:23:56.000000000 +0100
@@ -17,51 +17,72 @@

# norootforbuild

-#
-%define real_name Genshi
-#
-#
+%{!?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)")}

-Name: python-genshi
+%define mod_name genshi
+
+Name: python-%{mod_name}
Version: 0.6
-Release: 1
-License: BSD
-Group: Development/Libraries/Python
+Release: 6
Url: http://genshi.edgewall.org/
-Source: %{real_name}-%{version}.tar.bz2
-%if 0%{?suse_version} > 1110
-BuildArch: noarch
-%endif
+Summary: A toolkit for generation of output for the web
+License: BSD3c
+Group: Development/Languages/Python
+Source: Genshi-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: python-setuptools
BuildRequires: python-devel
+BuildRequires: python-setuptools
Requires: pyxml
Requires: python-babel >= 0.8
-%{py_requires}
-Summary: Python XML-based Template Engine
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
+BuildArch: noarch
+%endif
+%endif

%description
Genshi is a Python library that provides an integrated set of
-components for parsing, generating, and processing HTML or XML
-content in a uniform manner. The major feature is a template
-language, which is heavily inspired by Kid.
+components for parsing, generating, and processing HTML, XML or
+other textual content for output generation on the web. The major
+feature is a template language, which is heavily inspired by Kid.
+
+%package doc
+Summary: Documentation for python-curl
+License: BSD3c
+Group: Development/Libraries/Python
+Requires: %name = %version
+
+%description doc
+Genshi is a Python library that provides an integrated set of
+components for parsing, generating, and processing HTML, XML or
+other textual content for output generation on the web. The major
+feature is a template language, which is heavily inspired by Kid.

+This package contains documentation and examples.

%prep
-%setup -n %{real_name}-%{version}
+%setup -q -n Genshi-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
--record-rpm=INSTALLED_FILES
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

-%files -f INSTALLED_FILES
-%defattr(-,root,root)
-%doc ChangeLog
+%files doc
+%defattr(-,root,root,-)
+%doc doc examples
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING ChangeLog README.txt
+%python_sitelib/%{mod_name}*
+%python_sitelib/*.egg-info

%changelog


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages