SPECS: perl-Geo-IP-PurePerl.spec (NEW) - new
glen
glen at pld-linux.org
Wed Oct 25 10:11:40 CEST 2006
Author: glen Date: Wed Oct 25 08:11:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-Geo-IP-PurePerl.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-Geo-IP-PurePerl.spec
diff -u /dev/null SPECS/perl-Geo-IP-PurePerl.spec:1.1
--- /dev/null Wed Oct 25 10:11:40 2006
+++ SPECS/perl-Geo-IP-PurePerl.spec Wed Oct 25 10:11:35 2006
@@ -0,0 +1,71 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Geo
+%define pnam IP-PurePerl
+Summary: Geo::IP::PurePerl - Look up country by IP Address
+Name: perl-Geo-IP-PurePerl
+Version: 1.17
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-authors/id/T/TJ/TJMATHER/Geo-IP-PurePerl-%{version}.tar.gz
+# Source0-md5: 42a6b9d4dd2563a20c8998556216e1de
+URL: http://search.cpan.org/dist/Geo-IP-PurePerl/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module uses a file based database. This database simply contains
+IP blocks as keys, and countries as values. This database is more
+complete and accurate than reverse DNS lookups.
+
+This module can be used to automatically select the geographically
+closest mirror, to analyze your web server logs to determine the
+countries of your visiters, for credit card fraud detection, and for
+software export controls.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes INSTALL README
+%attr(755,root,root) %{_bindir}/geoip-lookup
+%dir %{perl_vendorlib}/Geo
+%dir %{perl_vendorlib}/Geo/IP
+%{perl_vendorlib}/Geo/IP/*.pm
+%{_mandir}/man1/geoip-lookup.1p*
+%{_mandir}/man3/Geo::IP::PurePerl.3pm*
+
+%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/10/25 08:11:35 glen
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list