]> git.pld-linux.org Git - packages/geotool.git/blob - geotool.spec
This commit was manufactured by cvs2git to create tag 'AC-STABLE'.
[packages/geotool.git] / geotool.spec
1 Summary:        geotool - convert IP adress to country name using GeoIP
2 Summary(pl):    geotool - zamiana adresu IP na nazwê kraju przy u¿yciu GeoIP
3 Name:           geotool
4 Version:        0.9.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://download.berlios.de/rsstool/%{name}-%{version}-src.tar.gz
9 # Source0-md5:  abe22863b4ba5061683cd3db660a82d8
10 Patch0:         %{name}-lib64.patch
11 URL:            http://rsstool.berlios.de/
12 BuildRequires:  GeoIP-devel
13 Requires:       GeoIP
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 geotool inserts countries into the output of numerous command line
18 network tools, and reverses GeoIP.dat into a list of countries with
19 their IP ranges (guarding.p2p).
20
21 %description -l pl
22 geotool wstawia nazwy krajów w wyj¶cie wielu narzêdzi sieciowych
23 dzia³aj±cych z linii poleceñ oraz potrafi zamieniæ GeoIP.dat na listê
24 krajów wraz z ich zakresami IP (guarding.p2p).
25
26 %prep
27 %setup -q -n %{name}-%{version}-src
28 %patch0 -p1
29
30 %build
31 cd src
32 %configure
33 %{__make}
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -D src/geotool $RPM_BUILD_ROOT%{_bindir}/%{name}
38
39 %clean
40 rm -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.065727 seconds and 4 git commands to generate.