[python-django-staticfiles] Initial import (#825496).

Domingo Becker beckerde at fedoraproject.org
Thu Jul 12 12:37:44 UTC 2012


commit f628afbb0fe38efbd183a47c1846fd29cc3401b5
Author: Domingo Becker <domingobecker at gmail.com>
Date:   Thu Jul 12 09:37:39 2012 -0300

    Initial import (#825496).

 python-django-staticfiles.spec |   60 ++++++++++++++++++++++++++++++++++++++++
 sources                        |    1 +
 2 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/python-django-staticfiles.spec b/python-django-staticfiles.spec
new file mode 100644
index 0000000..654ac99
--- /dev/null
+++ b/python-django-staticfiles.spec
@@ -0,0 +1,60 @@
+Name:           python-django-staticfiles
+Version:        0.3.2
+Release:        6%{?dist}
+Summary:        A Django app that provides helpers for serving static files
+
+Group:          Development/Languages
+License:        BSD
+URL:            http://django-staticfiles.readthedocs.org/
+Source:         http://pypi.python.org/packages/source/d/django-staticfiles/django-staticfiles-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python2-devel 
+BuildRequires:  python-setuptools
+Requires:       python-django
+
+Provides: django-staticfiles = %{version}-%{release} 
+# Because of the renaming mechanism, the next should stay forever in this package.
+Obsoletes: django-staticfiles < 0.3.2-3 
+
+%description
+This is a Django app that provides helpers for serving static files.
+The main website for django-staticfiles is github.com/jezdez/django-staticfiles 
+where you can also file tickets.
+
+%prep
+%setup -q -n django-staticfiles-%{version}
+rm -f docs/_build/html/.buildinfo
+rm -rf django_staticfiles.egg-info 
+
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files
+%doc docs/ LICENSE AUTHORS README.rst
+%{python_sitelib}/staticfiles
+%{python_sitelib}/django_staticfiles-%{version}-py?.?.egg-info
+
+%changelog
+* Sat Jun 16 2012 Domingo Becker <domingobecker at gmail.com> - 0.3.2-6
+- rebuilt
+
+* Tue May 29 2012 Domingo Becker <domingobecker at gmail.com> - 0.3.2-5
+- Removed BuildRoot, clean, defattr and rm -rf buildroot.
+
+* Sat May 26 2012 Domingo Becker <domingobecker at gmail.com> - 0.3.2-4
+- Package rename to python-django-staticfiles. Please read
+  https://fedoraproject.org/wiki/User:Bkabrda/Django_rename
+
+* Mon Nov 08 2010 Domingo Becker <domingobecker at gmail.com> - 0.3.2-3
+- Removed hidden .buildinfo from docs dir
+
+* Mon Nov 08 2010 Domingo Becker <domingobecker at gmail.com> - 0.3.2-2
+- Fixed License, URL, BuildRequires, long description, dot at summary
+
+* Mon Sep 27 2010 Domingo Becker <domingobecker at gmail.com> - 0.3.2-1
+- Initial RPM release
+
diff --git a/sources b/sources
index e69de29..bc3ef27 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8fd8d7abb3fd06c31d752283ed643fde  django-staticfiles-0.3.2.tar.gz


More information about the scm-commits mailing list