]> git.pld-linux.org Git - packages/geotool.git/blame - geotool.spec
- new URL
[packages/geotool.git] / geotool.spec
CommitLineData
4b10347f 1Summary: geotool - convert IP adress to country name using GeoIP
8c957137 2Summary(pl.UTF-8): geotool - zamiana adresu IP na nazwę kraju przy użyciu GeoIP
c008f965 3Name: geotool
4Version: 0.9.1
5Release: 1
6License: GPL
7Group: Applications/Text
8Source0: http://download.berlios.de/rsstool/%{name}-%{version}-src.tar.gz
9# Source0-md5: abe22863b4ba5061683cd3db660a82d8
41a74ebf 10Patch0: %{name}-lib64.patch
f318bdd9 11URL: http://rsstool.y7.ath.cx/
c008f965 12BuildRequires: GeoIP-devel
13Requires: GeoIP
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17geotool inserts countries into the output of numerous command line
18network tools, and reverses GeoIP.dat into a list of countries with
4b10347f 19their IP ranges (guarding.p2p).
c008f965 20
9b3800fd
JR
21%description -l pl.UTF-8
22geotool wstawia nazwy krajów w wyjście wielu narzędzi sieciowych
23działających z linii poleceń oraz potrafi zamienić GeoIP.dat na listę
24krajów wraz z ich zakresami IP (guarding.p2p).
c008f965 25
26%prep
27%setup -q -n %{name}-%{version}-src
41a74ebf 28%patch0 -p1
c008f965 29
30%build
31cd src
32%configure
33%{__make}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37install -D src/geotool $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc changes.html readme.html
45%attr(755,root,root) %{_bindir}/*
This page took 0.334553 seconds and 4 git commands to generate.