]> git.pld-linux.org Git - packages/geotool.git/commitdiff
- new 0.9.1
authorpiotrek <piotrek@pld-linux.org>
Tue, 28 Nov 2006 18:38:29 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    geotool.spec -> 1.1

geotool.spec [new file with mode: 0644]

diff --git a/geotool.spec b/geotool.spec
new file mode 100644 (file)
index 0000000..0d27733
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       geotool converts IP adress to country name using GeoIP
+Summary(pl):   geotool zamienia adres IP na nazwe kraju przy uzyciu GeoIP
+Name:          geotool
+Version:       0.9.1
+Release:       1
+License:       GPL
+Group:         Applications/Text
+Source0:       http://download.berlios.de/rsstool/%{name}-%{version}-src.tar.gz
+# Source0-md5: abe22863b4ba5061683cd3db660a82d8
+URL:           http://rsstool.berlios.de/
+BuildRequires: GeoIP-devel
+Requires:      GeoIP
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+geotool inserts countries into the output of numerous command line
+network tools, and reverses GeoIP.dat into a list of countries with
+their IP ranges (guarding.p2p)
+
+%description -l pl
+geotool wstawia nazwy krajów w wyj¶cie wielu narzêdzi sieciowych
+dzia³aj±cych z linii poleceñ oraz potrafi zamieniæ GeoIP.dat w liste
+krajow wraz z ich zakresami IP (guarding.p2p)
+
+%prep
+%setup -q -n %{name}-%{version}-src
+
+%build
+cd src
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -D src/geotool $RPM_BUILD_ROOT%{_bindir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc changes.html readme.html
+%attr(755,root,root) %{_bindir}/*
This page took 0.054759 seconds and 4 git commands to generate.