]> git.pld-linux.org Git - packages/perl-Math-Calc-Units.git/commitdiff
- should be ready for perl-5.8.0; release++
authorradek <radek@pld-linux.org>
Sat, 1 Mar 2003 20:20:46 +0000 (20:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-Calc-Units.spec -> 1.4

perl-Math-Calc-Units.spec

index 1c3aa55f57e1d2592cee5918161abc42b7271d68..f66f0f5068e50a8aea114fbf503c524dd5cf8c3a 100644 (file)
@@ -9,12 +9,12 @@ Summary:      Math::Calc::Units - Human-readable unit-aware calculator
 Summary(pl):   Math::Calc::Units - kalkulator obs³uguj±cy jednostki
 Name:          perl-Math-Calc-Units
 Version:       1.02
-Release:       1
+Release:       2
 License:       GPL v2 or 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)
 
@@ -46,7 +46,8 @@ minute", "10.55 kilobyte / hour" itd.
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %{!?_without_tests:%{__make} test}
@@ -64,6 +65,6 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes LICENSE README
 %attr(755,root,root) %{_bindir}/*
-%{perl_sitelib}/Math/Calc/Units.pm
-%{perl_sitelib}/Math/Calc/Units
+%{perl_vendorlib}/Math/Calc/Units.pm
+%{perl_vendorlib}/Math/Calc/Units
 %{_mandir}/man3/*
This page took 0.274827 seconds and 4 git commands to generate.