[packages/qtmib] initial PLD release

gotar gotar at pld-linux.org
Tue Nov 10 13:26:03 CET 2015


commit 335fcd6323c3450cc9e3d1c7a07c663ff37c4505
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Tue Nov 10 13:25:42 2015 +0100

    initial PLD release

 qtmib.spec | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
---
diff --git a/qtmib.spec b/qtmib.spec
new file mode 100644
index 0000000..10fa137
--- /dev/null
+++ b/qtmib.spec
@@ -0,0 +1,43 @@
+Summary:	Qt4 SNMP MIB Browser
+Name:		qtmib
+Version:	1.1.1
+Release:	1
+License:	GPL v2
+Group:		Networking/Utilities
+Source0:	http://downloads.sourceforge.net/qpdf/%{name}-%{version}.tar.bz2
+# Source0-md5:	1715ae9c88e1f0d355f9a93b3248455e
+URL:		http://qtmib.sourceforge.net/
+BuildRequires:	QtGui-devel
+BuildRequires:	qt4-qmake
+Requires:	net-snmp-utils
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Easy-to-use SNMP MIB Browser based on QT4 library. It is build as a front-end
+for net-snmp tools, and it allows the user to query SNMP-enabled devices. It
+implements SNMPv1 and SNMPv2c.
+
+%prep
+%setup -q
+%{__sed} -e 's/which qmake/which qmake-qt4/' -i configure
+
+%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 README RELNOTES
+%attr(755,root,root) %{_bindir}/%{name}*
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
+%{_mandir}/man1/%{name}*.1*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qtmib.git/commitdiff/335fcd6323c3450cc9e3d1c7a07c663ff37c4505



More information about the pld-cvs-commit mailing list