forked from pool/perl-Data-Uniqid
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:
parent
f33379c8a0
commit
8c969f0500
@ -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
|
Fri Jun 17 07:20:31 UTC 2016 - mlin@suse.com
|
||||||
|
|
||||||
|
@ -51,20 +51,17 @@ to use it as part of a URL).
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user