Project

General

Profile

Revision 830b5253

ID830b52536eb0e7563f04ab296e3434674aca8df8
Parent 69df24b2
Child 26132edf

Added by Aurelien BOMPARD about 12 years ago

Encore du packaging

Change-Id: I69321eedec070a5c0b460062c08f2a536ed57adb

View differences:

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

  
50
# Pour marquer en %ghost
51
touch $RPM_BUILD_ROOT%{python26_sitelib}/%{module}/config/app_cfg.pyc
52

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

  
55 52

  
......
76 73
%config(noreplace) /etc/logrotate.d/%{name}
77 74
%attr(750,apache,apache) %{_localstatedir}/cache/vigilo/sessions
78 75
%{python26_sitelib}/*
79
%ghost %{python26_sitelib}/%{module}/config/app_cfg.pyc
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}/config/app_cfg.pyc
46

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

  
49 46

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

Also available in: Unified diff