]> git.pld-linux.org Git - packages/mbrowse.git/blame - mbrowse.spec
- new URLs, updated to 0.4.3
[packages/mbrowse.git] / mbrowse.spec
CommitLineData
4661a90f 1Summary: SNMP MIB browser
6a923642 2Summary(pl.UTF-8): Przeglądarka MIB
4661a90f 3Name: mbrowse
297420c5
JB
4Version: 0.4.3
5Release: 1
6License: GPL v2
4661a90f 7Group: X11/Applications/Networking
297420c5
JB
8Source0: http://downloads.sourceforge.net/mbrowse/%{name}-%{version}.tar.gz
9# Source0-md5: 9857a88d2e6246384587350a647e605d
10URL: https://sourceforge.net/projects/mbrowse/
4661a90f 11BuildRequires: autoconf
12BuildRequires: automake
297420c5
JB
13BuildRequires: gtk+2-devel >= 1:2.0.0
14BuildRequires: net-snmp-devel >= 4.2
15BuildRequires: pkgconfig
4661a90f 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
4661a90f 18%description
602866d1 19Mbrowse is an SNMP MIB browser based on GTK+ and net-snmp.
4661a90f 20
e906c85b
JR
21%description -l pl.UTF-8
22Mbrowse jest przeglądarką SNMP MIB bazującą na GTK+ i net-snmp.
4661a90f 23
24%prep
25%setup -q
4661a90f 26
27%build
1272e0b2 28%{__aclocal}
d74096b3 29%{__autoconf}
644dfbce 30%{__autoheader}
d74096b3 31%{__automake}
644dfbce
JB
32%configure \
33 --with-snmp-lib=%{_libdir}
4661a90f 34%{__make}
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%{__make} install \
40 DESTDIR=$RPM_BUILD_ROOT
41
4661a90f 42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
7b31f482 47%doc AUTHORS ChangeLog NEWS README TODO
297420c5 48%attr(755,root,root) %{_bindir}/mbrowse
This page took 0.112737 seconds and 4 git commands to generate.