# $Id$ # Authority: dag # Upstream: Gavin Brown Summary: Graphical whois client Name: greenwich Version: 0.8.1 Release: 1.2%{?dist} License: GPL Group: Applications/System URL: http://jodrell.net/projects/greenwich/ #Source: http://jodrell.net/download.html?file=/files/greenwich-%{version}.tar.gz Source: http://jodrell.net/files/greenwich/greenwich-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 0:5.00503, gettext, GConf2 Requires: perl >= 0:5.00503 Requires: Gtk-Perl, perl(IP::Authority), perl(Locale::Maketext) Requires: perl(ExtUtils::Depends), perl(Gnome2), perl(Gtk2) AutoReq: no %description Greenwich is a graphical whois client for GNOME. It is written in Perl and makes use of the GNOME bindings for Perl. Greenwich transparently handles almost all gTLDs, first- and second-level ccTLDs and whois servers run by private domain registries (like CentralNic). It can also do lookups against IP addresses. %prep %setup %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_datadir}/icons/Bluecurve/48x48/apps %{buildroot}%{_datadir}/icons/Industrial/48x48/apps %makeinstall \ mandir="%{buildroot}%{_mandir}/man1" #%{__install} -Dp -m0644 src/redhat-whois.png %{buildroot}%{_datadir}/icons/Bluecurve/greenwich.png %find_lang %{name} %clean %{__rm} -rf %{buildroot} %files -f %{name}.lang %defattr(-, root, root, 0755) %doc ChangeLog README %doc %{_mandir}/man?/* %{_bindir}/greenwich %dir %{_libdir}/greenwich %{_libdir}/greenwich/WhoisMap.pm %dir %{_datadir}/greenwich %{_datadir}/greenwich/greenwich.* %{_datadir}/applications/*.desktop %{_datadir}/icons/*/48x48/apps/greenwich.png %{_datadir}/pixmaps/greenwich.png %changelog * Sat Apr 08 2006 Dries Verachtert - 0.8.1-1.2 - Rebuild for Fedora Core 5. * Mon Jul 11 2005 Dag Wieers - 0.8.1-1 - Updated to release 0.8.1. * Thu Apr 29 2004 Dag Wieers - 0.7.0-1 - Updated to release 0.7.0. * Wed Dec 31 2003 Dag Wieers - 0.6.2-0 - Updated to release 0.6.2. * Sun Jul 21 2003 Dag Wieers - 0.6.1-0 - Updated to release 0.6.1. * Sun Jul 20 2003 Dag Wieers - 0.6.0-0 - Updated to release 0.6.0. * Thu Apr 10 2003 Dag Wieers - 0.5.2-0 - Updated to release 0.5.2. * Mon Feb 24 2003 Dag Wieers - 0.5.1-0 - Updated to release 0.5.1. * Sun Jan 19 2003 Dag Wieers - 0.5.0-0 - Initial package. (using DAR)