Hello community,
here is the log from the commit of package python-django-international for
openSUSE:Factory checked in at 2014-11-26 10:33:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-international (Old)
and /work/SRC/openSUSE:Factory/.python-django-international.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-international"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-international/python-django-international.changes
2013-06-07 07:08:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-international.new/python-django-international.changes
2014-11-26 10:33:36.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 17 14:35:39 UTC 2014 - [email protected]
+
+- Cosmetics: mod_name, spec-cleaner, more verbose %files list
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-international.spec ++++++
--- /var/tmp/diff_new_pack.JTdBhh/_old 2014-11-26 10:33:37.000000000 +0100
+++ /var/tmp/diff_new_pack.JTdBhh/_new 2014-11-26 10:33:37.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package django-international
+# spec file for package python-django-international
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,17 +15,19 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
+
+%define mod_name django-international
Name: python-django-international
Version: 0.0.6
Release: 0
-License: BSD-4-Clause
Summary: Country and currency data for Django projects
-Url: https://bitbucket.org/monwara/django-international
+License: BSD-4-Clause
Group: Development/Languages/Python
-Source: django-international-%{version}.tar.gz
+Url: https://bitbucket.org/monwara/django-international
+Source:
https://pypi.python.org/packages/source/d/%{mod_name}/%{mod_name}-%{version}.tar.gz
BuildRequires: python-devel
Requires: python-django
-BuildRoot: %{_tmppath}/django-international-%{version}-build
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%else
@@ -39,17 +41,18 @@
time when sources become updated.
%prep
-%setup -q -n django-international-%{version}
+%setup -q -n %{mod_name}-%{version}
%build
python setup.py build
%install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+python setup.py install --skip-build --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc NEWS LICENSE README.rst
-%{python_sitelib}/*
+%{python_sitelib}/django_international-%{version}-py2.7.egg-info
+%{python_sitelib}/international/
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]