]> git.pld-linux.org Git - packages/mbrowse.git/blobdiff - mbrowse.spec
rebuild with openssl 3.0.0
[packages/mbrowse.git] / mbrowse.spec
index 852e8dea9c02875ffc41c1e18758b69b29d9792e..a2f06db1dad0019d0ec62128862f79780f233e4c 100644 (file)
@@ -1,35 +1,38 @@
 Summary:       SNMP MIB browser
-Summary(pl):   Przegl±darka MIB
+Summary(pl.UTF-8):     Przeglądarka MIB
 Name:          mbrowse
-Version:       0.3.0
-Release:       3
-License:       GPL
+Version:       0.4.3
+Release:       2
+License:       GPL v2
 Group:         X11/Applications/Networking
-Source0:       http://www.kill-9.org/mbrowse/%{name}-%{version}.tar.gz
-Patch0:                %{name}-ac_fixes.patch
-URL:           http://www.kill-9.org/mbrowse/
+Source0:       http://downloads.sourceforge.net/mbrowse/%{name}-%{version}.tar.gz
+# Source0-md5: 9857a88d2e6246384587350a647e605d
+Patch0:                %{name}-no-common.patch
+URL:           https://sourceforge.net/projects/mbrowse/
 BuildRequires: autoconf
 BuildRequires: automake
-BuildRequires: gtk+-devel
-BuildRequires: net-snmp-devel
+BuildRequires: gtk+2-devel >= 1:2.0.0
+BuildRequires: net-snmp-devel >= 4.2
+BuildRequires: pkgconfig
 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
 
 %build
-rm -f missing
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --with-snmp-lib=%{_libdir}
 %{__make}
 
 %install
@@ -44,4 +47,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/mbrowse
This page took 0.050937 seconds and 4 git commands to generate.