]> git.pld-linux.org Git - packages/mbrowse.git/blobdiff - mbrowse.spec
- release 3
[packages/mbrowse.git] / mbrowse.spec
index a45533c2daa828b667bea3ea439cd38f84463436..8473d3654ea78370689cd176c3dded34e4fcd2b9 100644 (file)
@@ -1,13 +1,14 @@
 Summary:       SNMP MIB browser
-Summary(pl):   Przegl±darka MIB
+Summary(pl.UTF-8):     Przeglądarka MIB
 Name:          mbrowse
-Version:       0.3.0
+Version:       0.3.1
 Release:       3
 License:       GPL
 Group:         X11/Applications/Networking
 Source0:       http://www.kill-9.org/mbrowse/%{name}-%{version}.tar.gz
-# Source0-md5: f32e8481115b3051973414a24e5505bc
+# Source0-md5: 52c6b0a7ad9bcc7be70a35ed6b0d0d89
 Patch0:                %{name}-ac_fixes.patch
+Patch1:                %{name}-gcc.patch
 URL:           http://www.kill-9.org/mbrowse/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -16,21 +17,23 @@ 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.0718 seconds and 4 git commands to generate.