Mailinglist Archive: opensuse-commit (1406 mails)

< Previous Next >
commit python-django for openSUSE:Factory
Hello community,

here is the log from the commit of package python-django for openSUSE:Factory
checked in at 2011-11-25 11:21:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django (Old)
and /work/SRC/openSUSE:Factory/.python-django.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django", Maintainer is "ro@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-django/python-django.changes
2011-09-23 12:42:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-django.new/python-django.changes
2011-11-25 10:21:53.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Nov 24 12:30:40 UTC 2011 - saschpe@xxxxxxx
+
+- Set license to SDPX style (BSD-3-Clause)
+- Package AUTHORS, LICENE and README files
+- No CFLAGS for noarch package
+- Drop runtime dependency on gettext-tools
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-django.spec ++++++
--- /var/tmp/diff_new_pack.05ejHQ/_old 2011-11-25 10:21:55.000000000 +0100
+++ /var/tmp/diff_new_pack.05ejHQ/_new 2011-11-25 10:21:55.000000000 +0100
@@ -15,19 +15,14 @@
# 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)")}

-%define mod_name django
-
-Name: python-%{mod_name}
+Name: python-django
Version: 1.3.1
-Release: 1
-Url: http://www.djangoproject.com
+Release: 0
+License: BSD-3-Clause
Summary: A high-level Python Web framework
-License: BSD
+Url: http://www.djangoproject.com
Group: Development/Languages/Python
Source: Django-%{version}.tar.bz2
Source1: python-django-rpmlintrc
@@ -35,16 +30,17 @@
Patch1: Django-1.2-completion-only-for-bash.patch
# PATCH-FIX-UPSTREAM empty-ip-2.diff
Patch2: empty-ip-2.diff
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Requires: python-xml
-Requires: gettext-tools
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+#Requires: gettext-tools
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch: noarch
%endif
%endif
+%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Django is a high-level Python Web framework that encourages rapid development
and clean, pragmatic design.
@@ -55,19 +51,15 @@
%patch2

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

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%{__install} -d %{buildroot}%{_sysconfdir}/bash_completion.d
-%{__install} -m 0755 extras/django_bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion.sh
-
-%clean
-rm -rf %{buildroot}
+install -D -m 0755 extras/django_bash_completion
%{buildroot}%{_sysconfdir}/bash_completion.d/django_bash_completion.sh

%files
%defattr(-,root,root,-)
+%doc AUTHORS LICENSE README
%{_bindir}/django-admin.py
%{python_sitelib}/*
%{_sysconfdir}/bash_completion.d/django_bash_completion.sh

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

< Previous Next >
This Thread
  • No further messages