summaryrefslogtreecommitdiff
path: root/perl-Algorithm-Huffman.spec
diff options
context:
space:
mode:
authorradek2003-03-01 17:41:59 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit2a8a7f7d892ed96527419fc79dc47c5b87602612 (patch)
treeeb196c5959a327c0509e4799d323266696bcc277 /perl-Algorithm-Huffman.spec
parent6f442c44bf4414a6d57b6edb2bc8dda4143fd8af (diff)
downloadperl-Algorithm-Huffman-2a8a7f7d892ed96527419fc79dc47c5b87602612.zip
perl-Algorithm-Huffman-2a8a7f7d892ed96527419fc79dc47c5b87602612.tar.gz
- should be ready for perl-5.8.0; release++
Changed files: perl-Algorithm-Huffman.spec -> 1.7
Diffstat (limited to 'perl-Algorithm-Huffman.spec')
-rw-r--r--perl-Algorithm-Huffman.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/perl-Algorithm-Huffman.spec b/perl-Algorithm-Huffman.spec
index fa4b323..81dea3e 100644
--- a/perl-Algorithm-Huffman.spec
+++ b/perl-Algorithm-Huffman.spec
@@ -8,7 +8,7 @@ Summary: Algorithm::Huffman - Implementation of the Huffman algorithm
Summary(pl): Algorithm::Huffman - Implementacja algorytmu Huffmana
Name: perl-Algorithm-Huffman
Version: 0.09
-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
@@ -22,7 +22,7 @@ BuildRequires: perl-Test-ManyParams
BuildRequires: perl-Test-Simple
BuildRequires: perl-Tree-DAG_Node
%endif
-BuildRequires: rpm-perlprov >= 3.0.3-26
+BuildRequires: rpm-perlprov >= 4.1-13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,7 +40,8 @@ ciągów) i liczby ich wystąpień.
%setup -q -n %{pdir}-%{pnam}-%{version}
%build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+ INSTALLDIRS=vendor
%{__make}
%{!?_without_tests:%{__make} test}
@@ -56,5 +57,5 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Change*
-%{perl_sitelib}/%{pdir}/*.pm
+%{perl_vendorlib}/%{pdir}/*.pm
%{_mandir}/man3/*