Stephan Kulow 2014-03-10 11:38:14 +00:00 committed by Git OBS Bridge
parent b954c5216e
commit 803af3cf01

View File

@ -64,14 +64,14 @@ than 120, yet supports the features needed by most distributions.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Build.PL installdirs=vendor
%{__perl} Build.PL --installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
./Build install --destdir=%{buildroot} --create_packlist=0
%perl_gen_filelist
%files -f %{name}.files