Project

General

Profile

Revision c91e2ca9

IDc91e2ca914b46b07c83562834d9682a5ba9a547b
Parent 90dc7d76
Child 03dd54a9

Added by Aurelien BOMPARD about 12 years ago

Corrections packaging suite

Change-Id: Iabe5a6dfd34b8fe959865634ab6a2ec565078470

View differences:

pkg/vigiboard.mandriva.spec
123 123
%config(noreplace) /etc/logrotate.d/%{name}
124 124
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
125 125
%{python_sitelib}/*
126

  
pkg/vigiboard.redhat.spec
47 47
    LOCALSTATEDIR=%{_localstatedir} \
48 48
    PYTHON=%{__python}
49 49

  
50
# Pour marquer en %ghost
51
touch $RPM_BUILD_ROOT%{python_sitelib}/%{module}/app_cfg.py{c,o}
52

  
50 53
# %find_lang %{name} # ne fonctionne qu'avec les fichiers dans /usr/share/locale/
51 54

  
52 55

  
......
73 76
%config(noreplace) /etc/logrotate.d/%{name}
74 77
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
75 78
%{python26_sitelib}/*
76

  
79
%ghost %{python_sitelib}/%{module}/app_cfg.pyc
80
%ghost %{python_sitelib}/%{module}/app_cfg.pyo
pkg/vigiboard.rhel6.spec
41 41
    LOCALSTATEDIR=%{_localstatedir} \
42 42
    PYTHON=%{__python}
43 43

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

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

  
46 49

  
......
65 68
%config(noreplace) /etc/logrotate.d/%{name}
66 69
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
67 70
%{python_sitelib}/*
68

  
71
%ghost %{python_sitelib}/%{module}/app_cfg.pyc
72
%ghost %{python_sitelib}/%{module}/app_cfg.pyo

Also available in: Unified diff