summaryrefslogtreecommitdiffstats
path: root/hyperkitty.spec
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-18 14:48:10 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-19 12:50:01 +0100
commit9501fd6ee6f8aa00a9614c00b49834d51c7c3481 (patch)
tree6d1da5cbc68882fcaffa71787aca04f832f5ae58 /hyperkitty.spec
parent838660b2faf2f419838dec591214c533323bb332 (diff)
downloadhyperkitty-9501fd6ee6f8aa00a9614c00b49834d51c7c3481.tar.gz
hyperkitty-9501fd6ee6f8aa00a9614c00b49834d51c7c3481.tar.xz
hyperkitty-9501fd6ee6f8aa00a9614c00b49834d51c7c3481.zip
Update spec file
Diffstat (limited to 'hyperkitty.spec')
-rw-r--r--hyperkitty.spec21
1 files changed, 17 insertions, 4 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec
index 529128f..a7b68e5 100644
--- a/hyperkitty.spec
+++ b/hyperkitty.spec
@@ -2,14 +2,20 @@
Name: hyperkitty
Version: 0.1.4
-Release: 0.1%{?dist}
+Release: 1%{?dist}
Summary: A web interface to access GNU Mailman v3 archives
License: GPLv3
URL: https://fedorahosted.org/hyperkitty/
Source0: http://pypi.python.org/packages/source/H/%{pypi_name}/%{pypi_name}-%{version}.tar.gz
-# git clone https://github.com/hyperkitty/hyperkitty_standalone.git
-Source1: hyperkitty_standalone.tar.gz
+
+# To get SOURCE1:
+# git clone https://github.com/hyperkitty/hyperkitty_standalone.git
+# make sdist -C hyperkitty_standalone
+# mv hyperkitty_standalone/dist/hyperkitty_standalone-%{version}.tar.gz .
+Source1: hyperkitty_standalone-%{version}.tar.gz
+
+
BuildArch: noarch
BuildRequires: python-devel
@@ -19,6 +25,8 @@ BuildRequires: Django
BuildRequires: kittystore
BuildRequires: django-rest-framework >= 2.0.0
BuildRequires: django-social-auth >= 0.7.1
+BuildRequires: python-django-south
+BuildRequires: django-crispy-forms
Requires: Django >= 1.4
Requires: django-gravatar2
@@ -26,6 +34,8 @@ Requires: django-social-auth >= 0.7.1
Requires: django-rest-framework >= 2.0.0
Requires: mailman >= 3.0.0b2
Requires: kittystore
+Requires: python-django-south
+Requires: django-crispy-forms
%description
@@ -89,7 +99,7 @@ touch --reference hyperkitty_standalone/settings.py \
%check
touch hyperkitty_standalone/__init__.py
-%{__python} hyperkitty_standalone/manage.py test hyperkitty
+%{__python} hyperkitty_standalone/manage.py test --pythonpath=`pwd` hyperkitty
rm -f hyperkitty_standalone/__init__.py
@@ -119,5 +129,8 @@ fi
%changelog
+* Tue Feb 19 2013 Aurelien Bompard <abompard@fedoraproject.org> - 0.1.4-1
+- update to 0.1.4
+
* Thu Nov 29 2012 Aurelien Bompard <abompard@fedoraproject.org> - 0.1.3-1
- Initial package.