Hello community,

here is the log from the commit of package python-werkzeug for openSUSE:Factory
checked in at Mon May 30 17:09:00 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-werkzeug/python-werkzeug.changes     2011-04-14 11:14:01.000000000 
+0200
@@ -0,0 +1,23 @@
+-------------------------------------------------------------------
+Thu Apr 14 09:03:37 UTC 2011 - [email protected]
+
+- Add spec file license header
+- Use py_requires
+- Moved changelog from spec to changes file
+- Corrected RPM groups
+
+-------------------------------------------------------------------
+Wed Apr 13 00:00:00 UTC 2011 - [email protected]
+
+- Update to 0.6.2
+
+-------------------------------------------------------------------
+Fri Mar  5 00:00:00 UTC 2010 - [email protected]
+
+- Updating because upstream release of Werkzeug 0.6
+
+-------------------------------------------------------------------
+Tue Aug 25 00:00:00 UTC 2009 - [email protected]
+
+- Initial package
+

calling whatdependson for head-i586


New:
----
  Werkzeug-0.6.2.tar.bz2
  python-werkzeug.changes
  python-werkzeug.spec

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

Other differences:
------------------
++++++ python-werkzeug.spec ++++++
#
# spec file for package python-werkzeug
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%define mod_name Werkzeug

Name:           python-werkzeug
Version:        0.6.2
Release:        1
Url:            http://werkzeug.pocoo.org/
Summary:        The Swiss Army knife of Python web development 
License:        BSD
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/W/Werkzeug/%{mod_name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
BuildRequires:  python-nose
BuildRequires:  python-setuptools
%if 0%{?suse_version}
%py_requires
%if %{?suse_version: %{suse_version} > 1110}
BuildArch:      noarch
%endif
%endif

%description
Werkzeug started as simple collection of various utilities for WSGI
applications and has become one of the most advanced WSGI utility
modules.  It includes a powerful debugger, full featured request and
response objects, HTTP utilities to handle entity tags, cache control
headers, HTTP dates, cookie handling, file uploads, a powerful URL
routing system and a bunch of community contributed addon modules.

Werkzeug is unicode aware and doesn't enforce a specific template
engine, database adapter or anything else.  It doesn't even enforce
a specific way of handling requests and leaves all that up to the
developer. It's most useful for end user applications which should work
on as many server environments as possible (such as blogs, wikis,
bulletin boards, etc.).

%package doc

Summary:        Documentation for %{name}
Group:          Documentation/Other
Requires:       %{name} = %{version}-%{release}

%description doc
Documentation and examples for %{name}.

%prep
%setup -q -n %{mod_name}-%{version}
%{__sed} -i 's/\r//' LICENSE
%{__sed} -i 's/\r//' docs/makearchive.py
%{__sed} -i 's/\r//' docs/_build/html/_static/pygments.css
%{__sed} -i 's/\r//' docs/_build/html/objects.inv
%{__sed} -i 's/\r//' PKG-INFO

%build
export CFLAGS="$RPM_OPT_FLAGS"
%{__python} setup.py build

%install
%{__python} setup.py install --root="%{buildroot}" --prefix="%{_prefix}"
%{__rm} -rf docs/_build/html/.buildinfo

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc AUTHORS LICENSE PKG-INFO CHANGES
%{python_sitelib}/*

%files doc
%defattr(-,root,root,-)
%doc docs/_build/html examples

%changelog

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



Remember to have fun...

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

Reply via email to