Christian Wittmer 2010-11-24 21:48:34 +00:00 committed by Git OBS Bridge
parent 38c0c710b8
commit 8340070928
2 changed files with 14 additions and 5 deletions

View File

@ -1,5 +1,5 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 19 14:58:51 UTC 2010 - chris@computersalat.de Wed Nov 24 21:47:57 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78 - recreated by cpanspec 1.78
- cleanup changelog - cleanup changelog

View File

@ -25,7 +25,7 @@ Release: 2
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/PadWalker/ Url: http://search.cpan.org/dist/PadWalker/
Source: http://search.cpan.org/CPAN/authors/id/R/RO/ROBIN/PadWalker-1.92.tar.gz Source: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
%if 0%{?suse_version} < 1120 %if 0%{?suse_version} < 1120
@ -47,7 +47,10 @@ safe for and useful in production.
Authors: Authors:
-------- --------
Robin Houston <robin@cpan.org> Robin Houston <robin@cpan.org>
With contributions from Richard Soberberg, Jesse Luehrs and Yuval Kogman,
bug-spotting from Peter Scott, Dave Mitchell and Goro Fuji, and suggestions
from demerphq.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
@ -61,11 +64,17 @@ Authors:
%install %install
%perl_make_install %perl_make_install
### since 11.4 perl_process_packlist
### removes .packlist, perllocal.pod files
%if 0%{?suse_version} > 1130
%perl_process_packlist
%else
# do not perl_process_packlist # do not perl_process_packlist
# remove .packlist file # remove .packlist file
%{__rm} -rf $RPM_BUILD_ROOT%{perl_vendorarch}/auto/PadWalker/.packlist %{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/PadWalker/.packlist
# remove perllocal.pod file # remove perllocal.pod file
%{__rm} -rf $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod %{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
%endif
%perl_gen_filelist %perl_gen_filelist
%clean %clean