Hello community,
here is the log from the commit of package python-django-guardian for
openSUSE:Factory checked in at 2012-02-16 10:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-guardian (Old)
and /work/SRC/openSUSE:Factory/.python-django-guardian.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-guardian", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-guardian/python-django-guardian.changes
2011-09-23 12:42:34.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-django-guardian.new/python-django-guardian.changes
2012-02-16 10:09:10.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 28 21:28:48 UTC 2011 - [email protected]
+
+- Standard in spec file;
+- Replace python-setuptools by python-distribute in Requires tag;
+- Remove CFLAGS and %clean section from spec file.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-guardian.spec ++++++
--- /var/tmp/diff_new_pack.XUfXIV/_old 2012-02-16 10:09:11.000000000 +0100
+++ /var/tmp/diff_new_pack.XUfXIV/_new 2012-02-16 10:09:11.000000000 +0100
@@ -15,23 +15,20 @@
# 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-guardian
-
-Name: python-%{mod_name}
+Name: python-django-guardian
Version: 1.0.3
Release: 0
Url: http://github.com/lukaszb/django-guardian
Summary: Implementation of per object permissions for Django 1.2
License: BSD-3-Clause
Group: Development/Languages/Python
-Source: %{mod_name}-%{version}.tar.bz2
+Source: django-guardian-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
-BuildRequires: python-setuptools
+BuildRequires: python-distribute
Requires: python-django >= 1.2
%if 0%{?suse_version}
%py_requires
@@ -46,18 +43,14 @@
work with older Django releases.
%prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n django-guardian-%{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 CHANGES README.rst
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]