Hello community, here is the log from the commit of package python-jinja2 for openSUSE:Factory checked in at Thu Apr 14 14:48:35 CEST 2011.
-------- --- python-jinja2/python-jinja2.changes 2010-12-12 18:47:09.000000000 +0100 +++ python-jinja2/python-jinja2.changes 2011-04-07 17:00:40.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Apr 7 14:56:33 UTC 2011 - [email protected] + +- Do not require python-setuptools, buildrequires is sufficient +- Removed authors from description +- Changed license to BSD3c + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jinja2.spec ++++++ --- /var/tmp/diff_new_pack.h1hIlw/_old 2011-04-14 14:46:29.000000000 +0200 +++ /var/tmp/diff_new_pack.h1hIlw/_new 2011-04-14 14:46:29.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python-jinja2 (Version 2.5.5) +# spec file for package python-jinja2 # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -15,7 +15,6 @@ # 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)")} @@ -24,22 +23,21 @@ Name: python-%{mod_name} Version: 2.5.5 -Release: 1 +Release: 6 Url: http://jinja.pocoo.org/ -Summary: A small but fast and easy to use stand-alone template engine written in Python -License: BSD +Summary: A small but fast and easy to use stand-alone template engine +License: BSD3c Group: Development/Languages/Python Source: Jinja2-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-setuptools %if 0%{?suse_version} %py_requires %if 0%{?suse_version} > 1010 BuildRequires: fdupes %endif -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif %endif @@ -49,34 +47,26 @@ Django inspired non-XML syntax but supports inline expressions and an optional sandboxed environment. - -Authors: --------- - Armin Ronacher <[email protected]> - %prep -export CFLAGS="%{optflags}" -%setup -n Jinja2-%{version} +%setup -q -n Jinja2-%{version} %build -%{__python} setup.py build +export CFLAGS="%{optflags}" +python setup.py build %install -%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES} +python setup.py install --prefix=%{_prefix} --root=%{buildroot} %if 0%{?suse_version} > 1010 %fdupes %{buildroot} %endif %clean -%{__rm} -rf %{buildroot} +rm -rf %{buildroot} -%files %{?suse_version: -f INSTALLED_FILES} +%files %defattr(-,root,root,-) %doc AUTHORS CHANGES LICENSE artwork examples ext -%if 0%{!?suse_version:1} -# You may have to add additional files here! %python_sitelib/%{mod_name}* %python_sitelib/Jinja2* -%endif %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
