SPECS: cacti-spine.spec - cactid now known as spine
arekm
arekm at pld-linux.org
Sun Nov 25 17:02:39 CET 2007
Author: arekm Date: Sun Nov 25 16:02:38 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cactid now known as spine
---- Files affected:
SPECS:
cacti-spine.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/cacti-spine.spec
diff -u SPECS/cacti-spine.spec:1.17 SPECS/cacti-spine.spec:1.18
--- SPECS/cacti-spine.spec:1.17 Tue Nov 20 23:58:44 2007
+++ SPECS/cacti-spine.spec Sun Nov 25 17:02:33 2007
@@ -1,13 +1,13 @@
# $Revision$, $Date$
Summary: A backend data gatherer for cacti
Summary(pl.UTF-8): Backend gromadzący dane dla cacti
-Name: cacti-cactid
-Version: 0.8.6i
+Name: cacti-spine
+Version: 0.8.7
Release: 1
License: GPL
Group: Applications
-Source0: http://www.cacti.net/downloads/cactid/%{name}-%{version}.tar.gz
-# Source0-md5: 303c7533656c075cb695a1a8c54537b6
+Source0: http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
+# Source0-md5: 7a92339f80622b607705c37aaae2d635
URL: http://www.cacti.net/
BuildRequires: automake
BuildRequires: mysql-devel
@@ -15,6 +15,8 @@
BuildRequires: openssl-devel
BuildRequires: zlib-devel
Requires: cacti
+Provides: cacti-cactid
+Obsoletes: cacti-cactid
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -31,7 +33,9 @@
%setup -q
%build
-install /usr/share/automake/config.* config
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
%configure \
--with-mysql \
--with-snmp=%{_prefix}
@@ -44,7 +48,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-install cactid.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install spine.conf $RPM_BUILD_ROOT%{_sysconfdir}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -53,7 +57,7 @@
%defattr(644,root,root,755)
%doc README
%attr(755,root,root) %{_bindir}/*
-%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cactid.conf
+%attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/spine.conf
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -61,6 +65,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2007-11-25 16:02:33 arekm
+- cactid now known as spine
+
Revision 1.17 2007-11-20 22:58:44 glen
- rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cacti-spine.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list