]> git.pld-linux.org Git - packages/perl-Geography-Countries.git/blob - perl-Geography-Countries.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Geography-Countries.git] / perl-Geography-Countries.spec
1 #
2 # Conditional build:
3 %bcond_without  tests           # do not perform "make test"
4
5 %define pdir    Geography
6 %define pnam    Countries
7 Summary:        Geography::Countries - 2-letter, 3-letter, and numerical codes for countries
8 Summary(pl.UTF-8):      Geography::Countries - 2-, 3-literowe i numeryczne kody krajów
9 Name:           perl-Geography-Countries
10 Version:        2009041301
11 Release:        1
12 License:        Unknown
13 Group:          Development/Languages/Perl
14 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
15 # Source0-md5:  2c9ef26b46bbeca9abbca5015cc748b9
16 URL:            http://search.cpan.org/dist/Geography-Countries/
17 BuildRequires:  perl-devel >= 1:5.8.0
18 BuildRequires:  rpm-perlprov >= 4.1-13
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 This module maps country names, and their 2-letter, 3-letter and
24 numerical codes, as defined by the ISO-3166 maintenance agency, and
25 defined by the UNSD.
26
27 %description -l pl.UTF-8
28 Ten moduł odwzorowuje nazwy krajów oraz ich 2-, 3-literowe i liczbowe
29 kody zgodnie z definicją ISO-3166.
30
31 %prep
32 %setup -q -n %{pdir}-%{pnam}-%{version}
33
34 %build
35 %{__perl} Makefile.PL \
36         INSTALLDIRS=vendor
37 %{__make}
38
39 %{?with_tests:%{__make} test}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %dir %{perl_vendorlib}/Geography
53 %{perl_vendorlib}/Geography/*.pm
54 %{_mandir}/man3/*
This page took 0.0965240000000001 seconds and 4 git commands to generate.