Stephan Kulow 2014-02-09 16:19:30 +00:00 committed by Git OBS Bridge
parent 0852559c53
commit ff14157add

View File

@ -101,19 +101,18 @@ one.
find . -type f -print0 | xargs -0 chmod 644 find . -type f -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor %{__perl} Build.PL --installdirs=vendor
%{__make} %{?_smp_mflags} ./Build build --flags=%{?_smp_mflags}
%check %check
%{__make} test ./Build test
%install %install
%perl_make_install ./Build install --destdir=%{buildroot} --create_packlist=0
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes %doc Changes CONTRIBUTING LICENSE README README.md
%changelog %changelog