]> git.pld-linux.org Git - packages/cacti-spine.git/blobdiff - cacti-spine.spec
- up to 1.2.11
[packages/cacti-spine.git] / cacti-spine.spec
index 5e4f99144170202b802834c58e5fe1df7ec1018e..801b4f0f1a98315e24ba4b1973b88b2ccfd1779e 100644 (file)
@@ -1,8 +1,3 @@
-# TODO
-# - -lcap link fail:
-#spine.o: In function `drop_root':
-#/home/users/glen/rpm/packages/BUILD.x86_64-linux/cacti-spine-0.8.8f/spine.c:133: undefined reference to `cap_from_text'
-# - http://bugs.cacti.net/view.php?id=2650
 #
 # Conditional build:
 %bcond_without cap             # Enable support for the Linux Capabilities (default: disabled)
 Summary:       A backend data gatherer for Cacti
 Summary(pl.UTF-8):     Backend gromadzÄ…cy dane dla Cacti
 Name:          cacti-spine
-Version:       0.8.8g
-Release:       0.1
+Version:       1.2.11
+Release:       1
 License:       GPL
 Group:         Daemons
 Source0:       http://www.cacti.net/downloads/spine/%{name}-%{version}.tar.gz
-# Source0-md5: 9e90936b950a7a353b31bf16ff7798f4
+# Source0-md5: 671c66e088887b2108803978cc9ca53f
 Patch0:                %{name}-paths.patch
-Patch2:                man-dep.patch
 # Official patches http://www.cacti.net/spine_download_patches.php
 URL:           http://www.cacti.net/
 BuildRequires: autoconf
@@ -52,11 +46,11 @@ procesorem cmd.php.
 %prep
 %setup -q
 %patch0 -p1
-%patch2 -p1
 
 %build
 %{__libtoolize}
 %{__aclocal} -I m4
+%{__autoheader}
 %{__automake}
 %{__autoconf}
 chmod +x ./configure
@@ -80,6 +74,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.md
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/spine.conf
 %attr(755,root,root) %{_sbindir}/cacti-poller-spine
+%{_mandir}/man1/spine.1*
This page took 0.033503 seconds and 4 git commands to generate.