summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorradek2003-03-01 20:20:45 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit6b7610c4dd721f4656646c3e5922b9e05406648a (patch)
treedb880b72b754d7ad764c1e2c875788b39ae36023
parent25a45f6b8194f05f05bba5a0c75d28a2191f76a7 (diff)
downloadperl-Math-BaseArith-6b7610c4dd721f4656646c3e5922b9e05406648a.zip
perl-Math-BaseArith-6b7610c4dd721f4656646c3e5922b9e05406648a.tar.gz
- should be ready for perl-5.8.0; release++
Changed files: perl-Math-BaseArith.spec -> 1.4
-rw-r--r--perl-Math-BaseArith.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-Math-BaseArith.spec b/perl-Math-BaseArith.spec
index c907a83..98388c6 100644
--- a/perl-Math-BaseArith.spec
+++ b/perl-Math-BaseArith.spec
@@ -9,12 +9,12 @@ Summary: Math::BaseArith - Perl extension for mixed-base number representation
Summary(pl): Math::BaseArith - rozszerzenie Perla do reprezentacji liczb o różnej podstawie
Name: perl-Math-BaseArith
Version: 1.00
-Release: 1
+Release: 2
License: GPL/Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
BuildRequires: perl >= 5.6
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -34,7 +34,8 @@ do innej. Dozwolone są mieszane podstawy liczb.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
%{__make}
%{!?_without_tests:%{__make} test}
@@ -51,5 +52,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_sitelib}/Math/BaseArith.pm
+%{perl_vendorlib}/Math/BaseArith.pm
%{_mandir}/man3/*