Hello community,

here is the log from the commit of package python-dojango for openSUSE:Factory
checked in at Mon May 30 16:31:45 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ python-dojango/python-dojango.changes       2011-04-15 17:42:47.000000000 
+0200
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Fri Apr 15 15:24:28 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.5.2:
+  - Sorry, no changelog.
+- Regenerate spec file with py2pack;
+- Add README file as documentation.
+
+-------------------------------------------------------------------
+Mon Dec 27 01:34:36 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.5.1:
+  - Using Dojo 1.5.0 and Claro theme as default, minor bugfixes.
+
+-------------------------------------------------------------------
+Thu Jul 15 02:05:41 UTC 2010 - alexan...@exatati.com.br
+
+- Update to 0.4.7;
+- Spec file cleaned with spec-cleaner.
+
+-------------------------------------------------------------------
+Tue Nov 24 21:48:08 UTC 2009 - alexan...@exatati.com.br
+
+- Update to 0.4.6.
+
+-------------------------------------------------------------------
+Tue Nov 24 10:56:05 UTC 2009 - alexan...@exatati.com.br
+
+- Initial package (0.4.5) for openSUSE.

calling whatdependson for head-i586


New:
----
  dojango-0.5.2.tar.bz2
  python-dojango.changes
  python-dojango.spec

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

Other differences:
------------------
++++++ python-dojango.spec ++++++
#
# spec file for package python-dojango
#
# 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()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define mod_name dojango

Name:           python-%{mod_name}
Version:        0.5.2
Release:        1
Url:            http://code.google.com/p/dojango/
Summary:        App that helps you to use the client-side framework dojo
License:        BSD
Group:          Development/Languages/Python
Source:         %{mod_name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
Requires:       python-django
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif

%description
Reusable django application that helps you to use the client-side framework 
dojo.
    - It provides capabilites to easily switch between several dojo versions and
      sources (e.g. aol, google, local)
    - Delivers helping utilities, that makes the development of rich internet
      applications in combination with dojo more comfortable.
    - It makes the building of your own packed dojo release easier.

%prep
%setup -q -n %{mod_name}-%{version}

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

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README
%python_sitelib/%{mod_name}*

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to