Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigiboard / pkg / vigiboard.rhel5.spec @ 122bc61c

History | View | Annotate | Download (2.09 KB)

1
%define module  @SHORT_NAME@
2

    
3
%define pyver 26
4
%define pybasever 2.6
5
%define __python /usr/bin/python%{pybasever}
6
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
7
# Turn off the brp-python-bytecompile script
8
%define __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
9

    
10
Name:       vigilo-%{module}
11
Summary:    @SUMMARY@
12
Version:    @VERSION@
13
Release:    @RELEASE@%{?dist}
14
Source0:    %{name}-%{version}.tar.gz
15
URL:        @URL@
16
Group:      Applications/System
17
BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-build
18
License:    GPLv2
19
Buildarch:  noarch
20

    
21
BuildRequires:   python26-distribute
22
BuildRequires:   python26-babel
23

    
24
Requires:   python26-distribute
25
Requires:   vigilo-turbogears
26
Requires:   python26-tw-forms
27

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

    
32
%prep
33
%setup -q
34

    
35
%build
36

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

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

    
47

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

    
51
%clean
52
rm -rf $RPM_BUILD_ROOT
53

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