Project

General

Profile

Revision 7061ecbf

ID7061ecbf6cbb05f7fd04cba190c24e2071f41fe7
Parent cc774053
Child ec4b33e0

Added by Aurelien BOMPARD about 12 years ago

Corrections packaging suite

Change-Id: Iabe5a6dfd34b8fe959865634ab6a2ec565078470

View differences:

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

  
pkg/vigigraph.redhat.spec
42 42
    LOCALSTATEDIR=%{_localstatedir} \
43 43
    PYTHON=%{__python}
44 44

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

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

  
47 50

  
......
68 71
%config(noreplace) /etc/logrotate.d/%{name}
69 72
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
70 73
%{python26_sitelib}/*
71

  
74
%ghost %{python_sitelib}/%{module}/app_cfg.pyc
75
%ghost %{python_sitelib}/%{module}/app_cfg.pyo
pkg/vigigraph.rhel6.spec
36 36
    LOCALSTATEDIR=%{_localstatedir} \
37 37
    PYTHON=%{__python}
38 38

  
39
# Pour marquer en %ghost
40
touch $RPM_BUILD_ROOT%{python_sitelib}/%{module}/app_cfg.py{c,o}
41

  
39 42
# %find_lang %{name} # ne fonctionne qu'avec les fichiers dans /usr/share/locale/
40 43

  
41 44

  
......
60 63
%config(noreplace) /etc/logrotate.d/%{name}
61 64
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
62 65
%{python_sitelib}/*
63

  
66
%ghost %{python_sitelib}/%{module}/app_cfg.pyc
67
%ghost %{python_sitelib}/%{module}/app_cfg.pyo

Also available in: Unified diff