Stephan Kulow
2017-11-27 12:49:49 +00:00
committed by Git OBS Bridge
parent 470d4c5b9a
commit fbda849752
2 changed files with 31 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: Artistic-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-PostgreSQL/
Source0: https://cpan.metacpan.org/authors/id/T/TJ/TJC/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -57,6 +58,9 @@ author several years ago.
%prep
%setup -q -n %{cpan_name}-%{version}
# MANUAL BEGIN
sed -i -e 's/use inc::Module::Install;/use lib q[.];\nuse inc::Module::Install;/' Makefile.PL
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor