Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / pkg / vigiboard.rhel6.spec @ 8f3fca99

History | View | Annotate | Download (1.8 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
# %find_lang %{name} # ne fonctionne qu'avec les fichiers dans /usr/share/locale/
45

    
46

    
47
%post
48
/sbin/service httpd condrestart > /dev/null 2>&1 || :
49

    
50
%clean
51
rm -rf $RPM_BUILD_ROOT
52

    
53
%files
54
%defattr(644,root,root,755)
55
%doc COPYING.txt README.txt
56
%dir %{_sysconfdir}/vigilo
57
%dir %{_sysconfdir}/vigilo/%{module}
58
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.conf
59
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.py
60
%config(noreplace) %{_sysconfdir}/vigilo/%{module}/*.wsgi
61
%config(noreplace) %attr(640,root,apache) %{_sysconfdir}/vigilo/%{module}/*.ini
62
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf
63
%dir %{_localstatedir}/log/vigilo/
64
%attr(750,apache,apache) %{_localstatedir}/log/vigilo/%{module}
65
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
66
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
67
%{python_sitelib}/*
68
%attr(755,root,root) %{_sysconfdir}/cron.daily/*
69
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}