SPECS: geotool.spec (NEW) - new 0.9.1
piotrek
piotrek at pld-linux.org
Tue Nov 28 19:38:37 CET 2006
Author: piotrek Date: Tue Nov 28 18:38:37 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new 0.9.1
---- Files affected:
SPECS:
geotool.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/geotool.spec
diff -u /dev/null SPECS/geotool.spec:1.1
--- /dev/null Tue Nov 28 19:38:37 2006
+++ SPECS/geotool.spec Tue Nov 28 19:38:29 2006
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+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}/*
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2006/11/28 18:38:29 piotrek
+- new 0.9.1
+
================================================================
More information about the pld-cvs-commit
mailing list