Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / pkg / vigiboard.rhel6.spec @ c91e2ca9

History | View | Annotate | Download (1.86 KB)

1
%define module  @SHORT_NAME@
2

    
3
Name:       vigilo-%{module}
4
Summary:    @SUMMARY@
5
Version:    @VERSION@
6
Release:    @RELEASE@%{?dist}
7
Source0:    %{name}-%{version}.tar.gz
8
URL:        @URL@
9
Group:      Applications/System
10
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
11
License:    GPLv2
12
Buildarch:  noarch
13

    
14
BuildRequires:   python-distribute
15
BuildRequires:   python-babel
16

    
17
Requires:   python-distribute
18
Requires:   vigilo-turbogears
19
Requires:   python-tw-forms
20
Requires:   mod_wsgi
21

    
22
# Renommage
23
Obsoletes: vigiboard < 1.0-1
24
Provides:  vigiboard = %{version}-%{release}
25

    
26

    
27
%description
28
@DESCRIPTION@
29
This application is part of the Vigilo Project <http://vigilo-project.org>
30

    
31
%prep
32
%setup -q
33

    
34
%build
35

    
36
%install
37
rm -rf $RPM_BUILD_ROOT
38
make install_pkg \
39
    DESTDIR=$RPM_BUILD_ROOT \
40
    SYSCONFDIR=%{_sysconfdir} \
41
    LOCALSTATEDIR=%{_localstatedir} \
42
    PYTHON=%{__python}
43

    
44
# Pour marquer en %ghost
45
touch $RPM_BUILD_ROOT%{python_sitelib}/%{module}/app_cfg.py{c,o}
46

    
47
# %find_lang %{name} # ne fonctionne qu'avec les fichiers dans /usr/share/locale/
48

    
49

    
50
%post
51
/sbin/service httpd condrestart > /dev/null 2>&1 || :
52

    
53
%clean
54
rm -rf $RPM_BUILD_ROOT
55

    
56
%files
57
%defattr(644,root,root,755)
58
%doc COPYING.txt README.txt
59
%dir %{_sysconfdir}/vigilo
60
%dir %{_sysconfdir}/vigilo/%{module}
61
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.conf
62
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.py
63
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.wsgi
64
%config(noreplace) %attr(640,root,apache) %{_sysconfdir}/vigilo/%{module}/*.ini
65
%config(noreplace) /etc/httpd/conf.d/%{name}.conf
66
%dir %{_localstatedir}/log/vigilo/
67
%attr(750,apache,apache) %{_localstatedir}/log/vigilo/%{module}
68
%config(noreplace) /etc/logrotate.d/%{name}
69
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
70
%{python_sitelib}/*
71
%ghost %{python_sitelib}/%{module}/app_cfg.pyc
72
%ghost %{python_sitelib}/%{module}/app_cfg.pyo