]> git.pld-linux.org Git - packages/mbrowse.git/blobdiff - mbrowse.spec
- rel 2
[packages/mbrowse.git] / mbrowse.spec
index 347b400d346ccfdd7da912c460792ea4179a37e4..58e79469e96aea3560e5131a5a616479409dcf07 100644 (file)
@@ -1,35 +1,39 @@
 Summary:       SNMP MIB browser
-Summary(pl):   Przegl±darka MIB
+Summary(pl.UTF-8):     Przeglądarka MIB
 Name:          mbrowse
-Version:       0.3.0
-Release:       1
+Version:       0.3.1
+Release:       2
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.kill-9.org/mbrowse/%{name}-%{version}.tar.gz
+# Source0-md5: 52c6b0a7ad9bcc7be70a35ed6b0d0d89
 Patch0:                %{name}-ac_fixes.patch
+Patch1:                %{name}-gcc.patch
 URL:           http://www.kill-9.org/mbrowse/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gtk+-devel
-BuildRequires: ucd-snmp-devel
+BuildRequires: net-snmp-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Mbrowse is an SNMP MIB browser based on GTK and net-snmp.
+Mbrowse is an SNMP MIB browser based on GTK+ and net-snmp.
 
-%description -l pl
-Mbrowse jest przegl±dark± SNMP MIB bazuj±c± na GTK i net-snmp.
+%description -l pl.UTF-8
+Mbrowse jest przeglądarką SNMP MIB bazującą na GTK+ i net-snmp.
 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --with-snmp-lib=%{_libdir}
 %{__make}
 
 %install
This page took 0.082965 seconds and 4 git commands to generate.