-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeatdjango.spec
98 lines (70 loc) · 2.29 KB
/
featdjango.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
%global __python python
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
%define version 1.0.0
Name: python-featdjango
Summary: F3AT Django integration
Version: %{version}
Release: 1%{?dist}
Source0: featdjango-%{version}.tar.gz
Group: Development/Languages
License: GPL
URL: http://www.flumotion.com
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-devel >= 2.6
BuildRequires: python-setuptools >= 0.6c9
Requires: python-twisted-core
Requires: python-twisted-web
Requires: nsca-client
Requires: python-feat
Provides: %{name}
%description
Flumotion Asynchronous Autonomous Agent Toolkit and Django integration.
%prep
%setup -q -n featdjango-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT \
--record=INSTALLED_FILES
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README.rst
%{python_sitelib}/*
%changelog
* Mon Sep 29 2014 Thomas Vander Stichele <thomas at apestaart dot org>
- 1.0.0-1
- bump major version
* Fri Apr 25 2014 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.3.1-1
- new release
* Mon Mar 10 2014 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.3.0-1
- new release
* Tue Dec 24 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.2.4-1
- new release
* Tue Dec 17 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.2.3-1
- new release
* Wed Aug 14 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.2.2-1
- new release
* Wed Jun 19 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.2.1-1
- new release
* Fri May 31 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.2.0-1
- new release
* Tue May 07 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.1.2-1
- new release
* Mon Feb 11 2013 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.1.1-1
- new release
* Mon Dec 10 2012 Thomas Vander Stichele <thomas at apestaart dot org>
- 0.1.0-1
- first version