Accepting request 403480 from home:jengelh:branches:devel:languages:perl

- Drop redundant clean section and throw out unnecessary macros

OBS-URL: https://build.opensuse.org/request/show/403480
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Uniqid?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2016-06-23 05:54:39 +00:00 committed by Git OBS Bridge
parent f33379c8a0
commit 8c969f0500
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jun 19 11:54:51 UTC 2016 - jengelh@inai.de
- Drop redundant clean section and throw out unnecessary macros
-------------------------------------------------------------------
Fri Jun 17 07:20:31 UTC 2016 - mlin@suse.com

View File

@ -51,20 +51,17 @@ to use it as part of a URL).
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README