1 |
# $Id: smeserver-cacti.spec,v 1.2 2013/10/16 03:07:57 unnilennium Exp $ |
# $Id: smeserver-cacti.spec,v 1.4 2013/10/18 14:46:30 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 2 |
%define release 6 |
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 |
|
#Patch:%{name}-%{version}.patch.yyyymmddnn |
20 |
BuildRoot: /var/tmp/e-smith-buildroot |
BuildRoot: /var/tmp/e-smith-buildroot |
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
22 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
Requires: smeserver-release >= 8 , rrdtool >= 1 |
Requires: smeserver-release >= 8 , rrdtool >= 1 |
24 |
Requires: cacti-0.8.8b-2.el5 |
Requires: cacti = 0.8.8b-2.el5 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b.sme-2 |
* Fri Oct 18 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-6.sme |
29 |
|
- fix missing type |
30 |
|
- fix wrong path in Virtualhost template |
31 |
|
- fix DB not creating |
32 |
|
- fix extra file in template |
33 |
|
|
34 |
|
* Tue Oct 15 2013 Jean-Philippe Pialasse <tests@pialasse.com> 0.8.8b-3.sme |
35 |
- initial release for SME 8 |
- initial release for SME 8 |
36 |
- use el5 repo cacti |
- use el5 repo cacti |
37 |
|
- fix dependencies |
38 |
|
|
39 |
* Tue Dec 4 2007 Michel Van hees <michel@vanhees.cc> |
* Tue Dec 4 2007 Michel Van hees <michel@vanhees.cc> |
40 |
- Update contrib to 0.8.7a version |
- Update contrib to 0.8.7a version |
51 |
|
|
52 |
%prep |
%prep |
53 |
%setup |
%setup |
54 |
#%patch0 -p1 |
%patch0 -p1 |
55 |
#%patch1 -p1 |
%patch1 -p1 |
56 |
|
%patch2 -p1 |
57 |
|
%patch3 -p1 |
58 |
|
|
59 |
%build |
%build |
60 |
perl createlinks |
perl createlinks |