1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Summary: A graphical DNS query tool.
Name: gresolver
Version: 0.0.5
Release: 1
Epoch: 0
Group: Applications/System
License: GPL
URL: http://jodrell.net/projects/gresolver
Packager: Gavin Brown <gavin.brown@uk.com>
Vendor: http://jodrell.net/
Source: http://jodrell.net/download.html?file=/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/root-%{name}-%{version}
Prefix: %{_prefix}
AutoReq: no
BuildArch: noarch
BuildRequires: perl >= 0:5.00503
Requires: gtk2 >= 2.6.0, perl >= 5.8.0, perl-Gtk2, perl-Gtk2-GladeXML, perl-gettext, bind-utils > 9,perl-Net-IPv6Addr
%description
GResolver is a graphical DNS query tool. It allows system administrators to quickly and easily make
the most common DNS queries without constructing lengthy 'dig' commands.
%prep
%setup
./configure --prefix=%{_prefix}
%build
make
%install
rm -rf %{buildroot}
%makeinstall prefix=%{buildroot}%{_prefix}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,0755)
%doc COPYING ChangeLog
%{_bindir}/*
%{_datadir}/*
%changelog
* Mon Jun 20 2005 Gavin Brown <gavin.brown@uk.com> - 0.0.4-1
- Updated dependency on GTK+ 2.6.0+
* Sun Oct 17 2004 Gavin Brown <gavin.brown@uk.com> - 0.0.1-1
- Initial package.
|