[python-django-nose/f16] initial import f16 version

Matthias Runge mrunge at fedoraproject.org
Fri Feb 3 10:00:17 UTC 2012


commit 52a9534c588d127105c215200a950041b947014b
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Feb 3 10:59:56 2012 +0100

    initial import f16 version

 .gitignore              |    1 +
 python-django-nose.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 sources                 |    1 +
 3 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..37c6247 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/django-nose-0.1.3.tar.gz
diff --git a/python-django-nose.spec b/python-django-nose.spec
new file mode 100644
index 0000000..d57fc87
--- /dev/null
+++ b/python-django-nose.spec
@@ -0,0 +1,41 @@
+%global pkgname django-nose
+
+Name:           python-django-nose
+Version:        0.1.3
+Release:        1%{?dist}
+Summary:        Django test runner that uses nose
+
+License:        BSD
+URL:            http://github.com/jbalogh/django-nose
+Source0:        http://pypi.python.org/packages/source/d/django-nose/django-nose-0.1.3.tar.gz
+#md5=5b4f54f7e0e251b169d86ad6ee6b9b10
+
+BuildArch:      noarch
+BuildRequires:  python2-devel python-setuptools
+Requires:       python-nose
+Requires:       Django
+
+%description
+Django test runner that uses nose.
+
+%prep
+%setup -q -n %{pkgname}-%{version}
+
+
+%build
+# Remove CFLAGS=... for noarch packages (unneeded)
+%{__python} setup.py build
+
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%files
+%doc LICENSE README.rst
+%{python_sitelib}/*
+
+
+%changelog
+* Tue Jan 31 2012 Matthias Runge <mrunge at matthias-runge.de> - 0.1.3-1
+- initial packaging
diff --git a/sources b/sources
index e69de29..93e87f3 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5b4f54f7e0e251b169d86ad6ee6b9b10  django-nose-0.1.3.tar.gz


More information about the scm-commits mailing list