1 |
# $Id: smeserver-cacti.spec,v 1.3 2013/10/16 03:09:42 unnilennium Exp $ |
# $Id: smeserver-cacti.spec,v 1.6 2013/10/18 22:04:51 unnilennium Exp $ |
2 |
# Authority: nocvs |
# Authority: nocvs |
3 |
# Name: Michel Van hees |
# Name: Michel Van hees |
4 |
|
|
6 |
%define name smeserver-cacti |
%define name smeserver-cacti |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.8.8b |
%define version 0.8.8b |
9 |
%define release 3 |
%define release 8 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: Freely distributable |
License: Freely distributable |
13 |
Group: Apache |
Group: Apache |
14 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
15 |
#Patch0: %{name}-%{version}.patch.yyyymmddnn |
Patch0: smeserver-cacti-0.8.8b-patch0.patch |
16 |
|
Patch1: smeserver-cacti-0.8.8b-patch1.patch |
17 |
|
Patch2: smeserver-cacti-0.8.8b-patch2.patch |
18 |
|
Patch3: smeserver-cacti-0.8.8b-patch3.patch |
19 |
|
Patch4: smeserver-cacti-0.8.8b-patch4.patch |
20 |
|
Patch5: smeserver-cacti-0.8.8b-patch5.patch |
21 |
|
Patch6: smeserver-cacti-0.8.8b-patch6.patch |
22 |
|
#Patch:%{name}-%{version}.patch.yyyymmddnn |
23 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
24 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
25 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b.sme-3 |
* Mon Oct 21 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-8.sme |
32 |
|
- fixing last template path error in createlinks |
33 |
|
|
34 |
|
* Fri Oct 18 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-7.sme |
35 |
|
- fix missing type |
36 |
|
- fix wrong path in Virtualhost template |
37 |
|
- fix DB not creating |
38 |
|
- fix extra file in template |
39 |
|
- updated db mysql default |
40 |
|
|
41 |
|
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-3.sme |
42 |
- initial release for SME 8 |
- initial release for SME 8 |
43 |
- use el5 repo cacti |
- use el5 repo cacti |
44 |
- fix dependencies |
- fix dependencies |
58 |
|
|
59 |
%prep |
%prep |
60 |
%setup |
%setup |
61 |
#%patch0 -p1 |
%patch0 -p1 |
62 |
#%patch1 -p1 |
%patch1 -p1 |
63 |
|
%patch2 -p1 |
64 |
|
%patch3 -p1 |
65 |
|
%patch4 -p1 |
66 |
|
%patch5 -p1 |
67 |
|
%patch6 -p1 |
68 |
|
|
69 |
|
|
70 |
%build |
%build |
71 |
perl createlinks |
perl createlinks |