packages: libvirt-snmp/libvirt-snmp.spec (NEW)=?UTF-8?Q?=20?=- new

qboosh qboosh at pld-linux.org
Sat Jun 30 07:14:42 CEST 2012


Author: qboosh                       Date: Sat Jun 30 05:14:42 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/libvirt-snmp:
   libvirt-snmp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libvirt-snmp/libvirt-snmp.spec
diff -u /dev/null packages/libvirt-snmp/libvirt-snmp.spec:1.1
--- /dev/null	Sat Jun 30 07:14:42 2012
+++ packages/libvirt-snmp/libvirt-snmp.spec	Sat Jun 30 07:14:37 2012
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+Summary:	SNMP API for libvirt
+Summary(pl.UTF-8):	API SNMP do libvirt
+Name:		libvirt-snmp
+Version:	0.0.2
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	ftp://libvirt.org/libvirt/snmp/%{name}-%{version}.tar.gz
+# Source0-md5:	8fc59a917ce73bc37728c06be7c258a4
+URL:		http://libvirt.org/
+BuildRequires:	libvirt-devel
+BuildRequires:	net-snmp-devel
+BuildRequires:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Libvirt-snmp provides SNMP functionality for libvirt. Therefore it is
+now possible to gather and set domain status over SNMP from one place.
+This allows to create views of entire platforms end to end.
+
+%description -l pl.UTF-8
+Libvirt-snmp udostępnia funkcjonalność SNMP dla libvirt. Dzięki temu
+można pobierać i ustawiać stan domen z jednego miejsca poprzez SNMP.
+Pozwala to na tworzenie widoków całych platform.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/libvirtMib_subagent
+%{_datadir}/snmp/mibs/LIBVIRT-MIB.txt
+%{_mandir}/man1/libvirtMib_subagent.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/06/30 05:14:37  qboosh
+- new
================================================================


More information about the pld-cvs-commit mailing list