]> git.pld-linux.org Git - packages/perl-Lingua-EN-NameParse.git/blob - perl-Lingua-EN-NameParse.spec
- updated (by autoup) to 1.11
[packages/perl-Lingua-EN-NameParse.git] / perl-Lingua-EN-NameParse.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Lingua-EN-NameParse perl module
3 Summary(pl):    Modu³ perla Lingua-EN-NameParse
4 Name:           perl-Lingua-EN-NameParse
5 Version:        1.11
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/Lingua/Lingua-EN-NameParse-%{version}.tar.gz
12 Patch0:         %{name}-paths.patch
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildRequires:  perl-Parse-RecDescent
16 %requires_eq    perl
17 Requires:       %{perl_sitearch}
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %description
21 Lingua-EN-NameParse - routines for manipulating a persons name.
22
23 %description -l pl
24 Lingua-EN-NameParse - umo¿liwia operacje na imionach osób.
25
26 %prep
27 %setup -q -n Lingua-EN-NameParse-%{version}
28 %patch -p0
29
30 %build
31 perl Makefile.PL
32 %{__make}
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install DESTDIR=$RPM_BUILD_ROOT
38
39 gzip -9nf README
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc *.gz demo.pl
47 %{perl_sitelib}/Lingua/EN/NameParse.pm
48 %{_mandir}/man3/*
This page took 0.175401 seconds and 3 git commands to generate.