]> git.pld-linux.org Git - packages/perl-Roman.git/blame - perl-Roman.spec
- verbose man files
[packages/perl-Roman.git] / perl-Roman.spec
CommitLineData
2b7094e5 1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
4#
0793752b 5%include /usr/lib/rpm/macros.perl
d3305620 6%define pnam Roman
0793752b 7Summary: Perl module for conversion between Roman and Arabic numerals
e358311a 8Summary(pl.UTF-8): Moduł Perla do konwersji między liczbami rzymskimi a arabskimi
2b7094e5 9Name: perl-Roman
10Version: 1.23
11Release: 1
0793752b 12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
2b7094e5 15Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/%{pnam}-%{version}.zip
16# Source0-md5: 5a80a72a8ff4b1956b7f3258b24ab403
17URL: http://search.cpan.org/dist/Roman/
0793752b 18BuildRequires: perl-devel >= 1:5.8.0
19BuildRequires: rpm-perlprov >= 4.1-13
4c75fccf 20BuildRequires: unzip
0793752b 21BuildArch: noarch
22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
23
24%description
e9e37176 25This package provides some functions which help conversion of numeric
26notation between Roman and Arabic.
0793752b 27
0ba83bab
JR
28%description -l pl.UTF-8
29Pakiet udostępnia kilka funkcji które pomagają w konwersji
30numerycznych notacji pomiędzy liczbami rzymskimi a arabskimi.
0793752b 31
32%prep
33%setup -q -n %{pnam}-%{version}
34
35%build
2b7094e5 36%{__perl} Makefile.PL \
37 INSTALLDIRS=vendor
38%{__make}
39
40%{?with_tests:%{__make} test}
0793752b 41
42%install
43rm -rf $RPM_BUILD_ROOT
2b7094e5 44
540e1687 45%{__make} pure_install \
2b7094e5 46 DESTDIR=$RPM_BUILD_ROOT
0793752b 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
2b7094e5 53%doc Changes README
54%{perl_vendorlib}/Roman.pm
540e1687 55%{_mandir}/man3/Roman.3pm*
This page took 0.052315 seconds and 4 git commands to generate.