Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / pkg / vigigraph.mdv.spec @ 5196c472

History | View | Annotate | Download (3.39 KB)

1 e0593934 Aurelien BOMPARD
%define module  vigigraph
2
%define name    vigilo-%{module}
3
%define version 2.0.0
4
%define release 1%{?svn}
5
6
Name:       %{name}
7
Summary:    Vigilo graphs interface
8
Version:    %{version}
9
Release:    %{release}
10
Source0:    %{module}.tar.bz2
11
URL:        http://www.projet-vigilo.org
12
Group:      System/Servers
13
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
14
License:    GPLv2
15
16
BuildRequires:   python-setuptools
17
BuildRequires:   python-babel
18
19
Requires:   python >= 2.5
20
Requires:   python-setuptools
21
Requires:   vigilo-turbogears
22 d75a1b31 Francois POIROTTE
Requires:   apache-mod_wsgi
23 5196c472 Thomas BURGUIERE
######### Dependance from python dependance tree ########
24
Requires:   vigilo-vigigraph
25
Requires:   vigilo-common
26 d1ea2257 Thomas BURGUIERE
Requires:   vigilo-models
27
Requires:   vigilo-themes-default
28 5196c472 Thomas BURGUIERE
Requires:   vigilo-turbogears
29
Requires:   python-addons
30
Requires:   python-babel
31
Requires:   python-beaker
32
Requires:   python-bytecodeassembler
33
Requires:   python-configobj
34 d1ea2257 Thomas BURGUIERE
Requires:   python-decorator
35 5196c472 Thomas BURGUIERE
Requires:   python-decoratortools
36
Requires:   python-EggTranslations
37
Requires:   python-extremes
38
Requires:   python-formencode
39
Requires:   python-genshi
40
Requires:   python-mako
41
Requires:   python-nose
42 d1ea2257 Thomas BURGUIERE
Requires:   python-paste
43
Requires:   python-pastedeploy
44
Requires:   python-pastescript
45
Requires:   python-peak-rules
46 5196c472 Thomas BURGUIERE
Requires:   python-prioritized_methods
47 d1ea2257 Thomas BURGUIERE
Requires:   python-psycopg2
48 5196c472 Thomas BURGUIERE
Requires:   python-pygments
49 d1ea2257 Thomas BURGUIERE
Requires:   python-pylons
50 5196c472 Thomas BURGUIERE
Requires:   python-dateutil
51
Requires:   python-repoze.tm2
52
Requires:   python-repoze.what
53
Requires:   python-repoze.what.plugins.sql
54
Requires:   python-repoze.what-pylons
55
Requires:   python-repoze.what-quickstart
56 d1ea2257 Thomas BURGUIERE
Requires:   python-repoze.who
57
Requires:   python-repoze.who-friendlyform
58
Requires:   python-repoze.who.plugins.sa
59
Requires:   python-repoze.who-testutil
60 5196c472 Thomas BURGUIERE
Requires:   python-routes
61
Requires:   python-rum
62
Requires:   python-RumAlchemy
63
Requires:   python-setuptools
64
Requires:   python-simplejson
65
Requires:   python-sqlalchemy
66
Requires:   python-sqlalchemy-migrate
67 d1ea2257 Thomas BURGUIERE
Requires:   python-symboltype
68 5196c472 Thomas BURGUIERE
Requires:   python-tempita
69
Requires:   python-tg.devtools
70
Requires:   python-TgRum
71
Requires:   python-toscawidgets
72
Requires:   python-transaction
73
Requires:   python-turbogears2
74
Requires:   python-turbojson
75
Requires:   python-tw.dojo
76
Requires:   python-tw.forms
77
Requires:   python-tw.rum
78
Requires:   python-weberror
79
Requires:   python-webflash
80
Requires:   python-webhelpers
81
Requires:   python-webob
82
Requires:   python-webtest
83
Requires:   python-zope-interface
84
Requires:   python-zope.sqlalchemy
85 e0593934 Aurelien BOMPARD
86
Buildarch:  noarch
87
88
89
%description
90
Vigilo graphs interface.
91
This application is part of the Vigilo Project <http://vigilo-project.org>
92
93
%prep
94
%setup -q -n %{module}
95 0f317fa6 Aurelien BOMPARD
cd javascript
96 8dcc834f Aurelien BOMPARD
#wget http://downloads.sourceforge.net/project/qooxdoo/qooxdoo-legacy/0.7.3/qooxdoo-0.7.3-sdk.tar.gz
97
wget http://vigilo-dev.si.c-s.fr/cache/qooxdoo-0.7.3-sdk.tar.gz
98 0f317fa6 Aurelien BOMPARD
tar -xzf qooxdoo-0.7.3-sdk.tar.gz
99
cd ..
100
patch -p0 < patches/001_qooxdoo_getBoxObjectFor.diff
101 e0593934 Aurelien BOMPARD
102
%build
103
make PYTHON=%{_bindir}/python SYSCONFDIR=%{_sysconfdir}
104
105
%install
106
rm -rf $RPM_BUILD_ROOT
107
make install \
108
	DESTDIR=$RPM_BUILD_ROOT \
109
	SYSCONFDIR=%{_sysconfdir} \
110
	PYTHON=%{_bindir}/python
111
112
%find_lang %{name}
113
114
115
%clean
116
rm -rf $RPM_BUILD_ROOT
117
118
%files -f %{name}.lang
119
%defattr(-,root,root)
120
%doc COPYING
121
%dir %{_sysconfdir}/vigilo
122
%config(noreplace) %{_sysconfdir}/vigilo/%{module}
123
%{_sysconfdir}/httpd/conf/webapps.d/%{module}.conf
124 76ba3217 Aurelien BOMPARD
%dir %{_localstatedir}/log/vigilo/
125
%attr(750,apache,apache) %{_localstatedir}/log/vigilo/%{module}
126 e0593934 Aurelien BOMPARD
%{python_sitelib}/*