]> git.pld-linux.org Git - packages/libvirt-snmp.git/commitdiff
- new auto/th/libvirt-snmp-0_0_2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 30 Jun 2012 05:14:37 +0000 (05:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libvirt-snmp.spec -> 1.1

libvirt-snmp.spec [new file with mode: 0644]

diff --git a/libvirt-snmp.spec b/libvirt-snmp.spec
new file mode 100644 (file)
index 0000000..a619dab
--- /dev/null
@@ -0,0 +1,47 @@
+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*
This page took 0.067257 seconds and 4 git commands to generate.