diff options
| author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-02-02 11:39:48 +0100 |
|---|---|---|
| committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2012-02-02 11:39:48 +0100 |
| commit | b0fb69cc5210b261394af8cb7ebeee2f23cce3a7 (patch) | |
| tree | ae677659d9565b8dc000d744e74843e781377bf2 /python | |
| parent | 3a8e425813128ab5a3c99e816547d7cde3a9ab6f (diff) | |
| download | specs-b0fb69cc5210b261394af8cb7ebeee2f23cce3a7.tar.gz specs-b0fb69cc5210b261394af8cb7ebeee2f23cce3a7.tar.xz specs-b0fb69cc5210b261394af8cb7ebeee2f23cce3a7.zip | |
Remove done and obsoleted Python reviews
Diffstat (limited to 'python')
| -rw-r--r-- | python/django-profiles.spec | 57 | ||||
| -rw-r--r-- | python/django-registration.spec | 55 | ||||
| -rw-r--r-- | python/python-testtools.spec | 50 |
3 files changed, 0 insertions, 162 deletions
diff --git a/python/django-profiles.spec b/python/django-profiles.spec deleted file mode 100644 index b71a30e..0000000 --- a/python/django-profiles.spec +++ /dev/null @@ -1,57 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: django-profiles -Version: 0.2 -Release: 1%{?dist} -Summary: A user-registration application for Django - -Group: Development/Languages -License: BSD -URL: http://bitbucket.org/ubernostrum/django-profiles/ -Source0: http://bitbucket.org/ubernostrum/%{name}/get/v%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -Requires: Django - -%description -This is a fairly simple user-registration application for Django_, -designed to make allowing user signups as painless as possible. It -requires a functional installation of Django 1.0 or newer, but has no -other dependencies. - - -%prep -%setup -q -n %{name} - -%build -%{__python} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -# Language files; not under /usr/share, need to be handled manually -#(cd $RPM_BUILD_ROOT && find . -name 'django*.[mp]o') | -# %{__sed} -e 's|^.||' | %{__sed} -e \ -# 's:\(.*/locale/\)\([^/_]\+\)\(.*\.[mp]o$\):%lang(\2) \1\2\3:' \ -# >> %{name}.lang - - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -# -f %{name}.lang -%defattr(-,root,root,-) -%doc LICENSE.txt CHANGELOG.txt README.txt docs/* -%{python_sitelib}/* -#.egg-info -#dir %{python_sitelib}/registration -#{python_sitelib}/registration/management -#{python_sitelib}/registration/*.py* - - -%changelog -* Mon Sep 28 2009 Michel Salim <salimma@fedoraproject.org> - 0.2-1 -- Initial package diff --git a/python/django-registration.spec b/python/django-registration.spec deleted file mode 100644 index dd20644..0000000 --- a/python/django-registration.spec +++ /dev/null @@ -1,55 +0,0 @@ -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} - -Name: django-registration -Version: 0.7 -Release: 1%{?dist} -Summary: A user-registration application for Django - -Group: Development/Languages -License: BSD -URL: http://bitbucket.org/ubernostrum/django-registration/ -Source0: http://bitbucket.org/ubernostrum/%{name}/get/v%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildArch: noarch -BuildRequires: python-devel -Requires: Django - -%description -This is a fairly simple user-registration application for Django_, -designed to make allowing user signups as painless as possible. It -requires a functional installation of Django 1.0 or newer, but has no -other dependencies. - - -%prep -%setup -q -n %{name} - -%build -%{__python} setup.py build - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT -# Language files; not under /usr/share, need to be handled manually -(cd $RPM_BUILD_ROOT && find . -name 'django*.[mp]o') | - %{__sed} -e 's|^.||' | %{__sed} -e \ - 's:\(.*/locale/\)\([^/_]\+\)\(.*\.[mp]o$\):%lang(\2) \1\2\3:' \ - >> %{name}.lang - - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -f %{name}.lang -%defattr(-,root,root,-) -%doc LICENSE.txt AUTHORS.txt CHANGELOG.txt README.txt docs/* -%{python_sitelib}/*.egg-info -%dir %{python_sitelib}/registration -%{python_sitelib}/registration/management -%{python_sitelib}/registration/*.py* - - -%changelog -* Mon Sep 28 2009 Michel Salim <salimma@fedoraproject.org> - 0.7-1 -- Initial package diff --git a/python/python-testtools.spec b/python/python-testtools.spec deleted file mode 100644 index 1b95307..0000000 --- a/python/python-testtools.spec +++ /dev/null @@ -1,50 +0,0 @@ -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - -Name: python-testtools -Version: 0.9.8 -Release: 2%{?dist} -Summary: Extensions to the Python unit testing framework - -Group: Development/Tools -License: MIT -URL: https://launchpad.net/testtools -Source0: http://pypi.python.org/packages/source/t/testtools/testtools-0.9.8.tar.gz - -BuildArch: noarch -BuildRequires: python2-devel - -%description -testtools is a set of extensions to the Python standard library's unit testing -framework. - - -%prep -%setup -q -n testtools-%{version} - - -%build -%{__python} setup.py build - - -%install -rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT - - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%doc LICENSE HACKING MANUAL NEWS README -%{python_sitelib}/* - - -%changelog -* Thu Apr 7 2011 Michel Salim <salimma@fedoraproject.org> - 0.9.8-2 -- Add definitions needed by older RPM versions - -* Thu Apr 7 2011 Michel Salim <salimma@fedoraproject.org> - 0.9.8-1 -- Initial package - |
