]> git.pld-linux.org Git - packages/perl-GD-Barcode.git/blobdiff - perl-GD-Barcode.spec
- should be ready for perl-5.8.0; release++
[packages/perl-GD-Barcode.git] / perl-GD-Barcode.spec
index 61c14008dd90b911f09dfe7f04caa4f157d530e8..3b7a65151c67d9685b95b1b746487d3365cf349e 100644 (file)
@@ -5,13 +5,13 @@ Summary:      GD::Barcode Perl module - create barcode image with GD
 Summary(pl):   Modu³ Perla GD::Barcode - do tworzenia obrazów z kodem paskowym
 Name:          perl-GD-Barcode
 Version:       1.13
-Release:       2
+Release:       3
 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: perl-GD
-BuildRequires: rpm-perlprov >= 3.0.3-16
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -27,7 +27,8 @@ z kodem paskowym przy u
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-%{__perl} Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor 
 %{__make}
 
 %install
@@ -42,6 +43,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc Changes README
-%{perl_sitelib}/GD/Barcode.pm
-%{perl_sitelib}/GD/Barcode
+%{perl_vendorlib}/GD/Barcode.pm
+%{perl_vendorlib}/GD/Barcode
 %{_mandir}/man3/*
This page took 0.030091 seconds and 4 git commands to generate.