]> git.pld-linux.org Git - packages/mbrowse.git/commitdiff
- SNMP MIB browser (spec from scrach). mbrowse-0_2_3-1
authorkloczek <kloczek@pld-linux.org>
Thu, 4 Apr 2002 08:58:23 +0000 (08:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mbrowse.spec -> 1.1

mbrowse.spec [new file with mode: 0644]

diff --git a/mbrowse.spec b/mbrowse.spec
new file mode 100644 (file)
index 0000000..3b8b68f
--- /dev/null
@@ -0,0 +1,52 @@
+Summary:       SNMP MIB browser
+Summary(pl):   Przegl±darka MIB
+Name:          mbrowse
+Version:       0.2.3
+Release:       1
+License:       GPL
+Group:         X11/Applications/Networking
+Source0:       http://goldplated.atlcartel.com/%{name}-%{version}.tar.gz
+Patch0:                %{name}-ac_fixes.patch
+URL:           http://goldplated.atlcartel.com/mbrowse.html
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+-devel
+BuildRequires: ucd-snmp-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _prefix         /usr/X11R6
+%define                _mandir         %{_prefix}/man
+
+%description
+Mbrowse is an SNMP MIB browser based on GTK and net-snmp.
+
+%description -l pl
+Mbrowse jest pzregl±darka SNMP MIB bazujacac± na GTK i net-snmp.
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+rm -f missinf
+aclocal
+autoconf
+automake -a -c -f
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+gzip -9nf AUTHORS ChangeLog NEWS README TODO
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
This page took 0.065624 seconds and 4 git commands to generate.