Logoj0ke.net Open Build Service > Projects > home:netmax:tools > qtmib > Changes
Sign Up | Log In

Changes of Revision 2

[-] Changed qtmib.spec
x
 
1
@@ -7,7 +7,11 @@
2
 Source0:   %{name}-%{version}.tar.bz2
3
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
4
 BuildRequires: net-snmp-devel
5
+%if 0%{?suse_version}
6
 BuildRequires: libqt4-devel >= 4.7
7
+%else
8
+BuildRequires: qt4-devel >= 4.7
9
+%endif
10
 
11
 %description
12
 qtmib is an easy-to-use SNMP MIB Browser based on QT4 library. It is build as
13