]> git.pld-linux.org Git - packages/qtmib.git/blob - qtmib.spec
initial PLD release
[packages/qtmib.git] / qtmib.spec
1 Summary:        Qt4 SNMP MIB Browser
2 Name:           qtmib
3 Version:        1.1.1
4 Release:        1
5 License:        GPL v2
6 Group:          Networking/Utilities
7 Source0:        http://downloads.sourceforge.net/qpdf/%{name}-%{version}.tar.bz2
8 # Source0-md5:  1715ae9c88e1f0d355f9a93b3248455e
9 URL:            http://qtmib.sourceforge.net/
10 BuildRequires:  QtGui-devel
11 BuildRequires:  qt4-qmake
12 Requires:       net-snmp-utils
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 Easy-to-use SNMP MIB Browser based on QT4 library. It is build as a front-end
17 for net-snmp tools, and it allows the user to query SNMP-enabled devices. It
18 implements SNMPv1 and SNMPv2c.
19
20 %prep
21 %setup -q
22 %{__sed} -e 's/which qmake/which qmake-qt4/' -i configure
23
24 %build
25 %configure
26 %{__make}
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %{__make} install \
32         DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README RELNOTES
40 %attr(755,root,root) %{_bindir}/%{name}*
41 %{_desktopdir}/%{name}.desktop
42 %{_pixmapsdir}/%{name}.png
43 %{_mandir}/man1/%{name}*.1*
This page took 0.073837 seconds and 3 git commands to generate.