This commit is contained in:
parent
6d4d5c897f
commit
5e56ad21e4
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 12:07:03 CEST 2007 - rguenther@suse.de
|
||||
|
||||
- Include Config_heavy.pl in perl-base.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 11 13:58:01 CEST 2007 - rguenther@suse.de
|
||||
|
||||
|
17
perl.spec
17
perl.spec
@ -12,9 +12,10 @@
|
||||
# icecream 0
|
||||
|
||||
Name: perl
|
||||
URL: http://www.perl.org/
|
||||
BuildRequires: db-devel gdbm-devel ncurses-devel zlib-devel
|
||||
Version: 5.8.8
|
||||
Release: 51
|
||||
Release: 54
|
||||
Summary: The Perl interpreter
|
||||
License: Artistic License, GNU General Public License (GPL)
|
||||
Group: Development/Languages/Perl
|
||||
@ -58,12 +59,13 @@ perl - Practical Extraction and Report Language
|
||||
|
||||
Perl is optimized for scanning arbitrary text files, extracting
|
||||
information from those text files, and printing reports based on that
|
||||
information. It is also good for many system management tasks. Perl is
|
||||
intended to be practical (easy to use, efficient, and complete) rather
|
||||
than beautiful (tiny, elegant, and minimal).
|
||||
information. It is also good for many system management tasks.
|
||||
|
||||
Some of the modules available on CPAN can be found in the "perl"
|
||||
series.
|
||||
Perl is intended to be practical (easy to use, efficient, and complete)
|
||||
rather than beautiful (tiny, elegant, and minimal).
|
||||
|
||||
This package contains only some basic modules and the perl binary
|
||||
itself.
|
||||
|
||||
|
||||
|
||||
@ -206,6 +208,7 @@ cat << EOF > perl-base-filelist
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/B.pm
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/B/Deparse.pm
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/Config.pm
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/Config_heavy.pl
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/Cwd.pm
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/DynaLoader.pm
|
||||
/usr/lib/perl5/%version/*-linux-thread-multi*/Errno.pm
|
||||
@ -263,6 +266,8 @@ cat perl-base-filelist | sed -e 's/^/%exclude /g' > perl-base-excludes
|
||||
%ghost %doc /usr/share/man/man3/perllocal.3pm.gz
|
||||
|
||||
%changelog
|
||||
* Mon May 21 2007 - rguenther@suse.de
|
||||
- Include Config_heavy.pl in perl-base.
|
||||
* Fri May 11 2007 - rguenther@suse.de
|
||||
- Add all required directories to perl-base.
|
||||
* Mon Apr 23 2007 - rguenther@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user