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