]> git.pld-linux.org Git - packages/perl-Geo-IP.git/blame - perl-Geo-IP.spec
- add CC to %{__make}
[packages/perl-Geo-IP.git] / perl-Geo-IP.spec
CommitLineData
64447d6b
AG
1#
2# Conditional build:
48b1c251 3%bcond_with tests # perform "make test"
4 # (requires working DNS - but may fail anyway, because of some NXDOMAIN)
64447d6b 5#
64447d6b 6%include /usr/lib/rpm/macros.perl
cdf599a1 7%define pdir Geo
8%define pnam IP
995bc9e6 9Summary: Geo::IP - look up country by IP Address
cf20d888 10Summary(pl.UTF-8): Geo::IP - odszukanie kraju po adresie IP
42d302f5 11Name: perl-Geo-IP
6423d965 12Version: 1.30
a53f3276 13Release: 1
4999d693 14# same as perl
15License: GPL v1+ or Artistic
64447d6b 16Group: Development/Languages/Perl
749832b6 17Source0: http://www.cpan.org/modules/by-module/Geo/%{pdir}-%{pnam}-%{version}.tar.gz
6423d965 18# Source0-md5: 57a1357989ae1960d146bdd1f9ac1de2
749832b6 19URL: http://search.cpan.org/dist/Geo-IP/
995bc9e6 20BuildRequires: GeoIP-devel
94f28686 21BuildRequires: perl-devel >= 1:5.8.0
64447d6b 22BuildRequires: rpm-perlprov >= 4.1-13
64447d6b
AG
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
995bc9e6
JB
26This module uses a file based database. This database simply contains
27IP blocks as keys, and countries as values. This database should be
28more complete and accurate than reverse DNS lookups.
29
30This module can be used to automatically select the geographically
31closest mirror, to analyze your web server logs to determine the
32countries of your visitors, for credit card fraud detection, and for
33software export controls.
64447d6b 34
fd4af655
JR
35%description -l pl.UTF-8
36Ten moduł używa bazy danych w postaci pliku. W bazie tej adresy IP są
37kluczami, a państwa wartościami. Powinna ona być dokładniejsza niż
995bc9e6
JB
38sprawdzanie odwrotnego DNS.
39
fd4af655
JR
40Ta biblioteka może być używana do automatycznego wyboru najbliższego
41geograficznie mirrora, analizy logów serwera WWW w celu określenia
42kraju, z którego pochodzą odwiedzający, do wykrywania oszustw
43dotyczących kart kredytowych oraz kontroli eksportu oprogramowania.
64447d6b
AG
44
45%prep
46%setup -q -n %{pdir}-%{pnam}-%{version}
47
48%build
64447d6b 49%{__perl} Makefile.PL \
995bc9e6
JB
50 INSTALLDIRS=vendor
51
52%{__make} \
abf7e99d 53 CC="%{__cc}" \
995bc9e6 54 OPTIMIZE="%{rpmcflags}"
64447d6b 55
48b1c251 56%{?with_tests:%{__make} test}
64447d6b
AG
57
58%install
59rm -rf $RPM_BUILD_ROOT
60
61%{__make} install \
62 DESTDIR=$RPM_BUILD_ROOT
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(644,root,root,755)
69%doc Changes README
995bc9e6
JB
70%dir %{perl_vendorarch}/Geo
71%{perl_vendorarch}/Geo/*.pm
72%dir %{perl_vendorarch}/Geo/IP
73%{perl_vendorarch}/Geo/IP/*.pm
74%dir %{perl_vendorarch}/auto/Geo
75%dir %{perl_vendorarch}/auto/Geo/IP
76%{perl_vendorarch}/auto/Geo/IP/IP.bs
77%attr(755,root,root) %{perl_vendorarch}/auto/Geo/IP/IP.so
64447d6b 78%{_mandir}/man3/*
This page took 0.117513 seconds and 4 git commands to generate.