d0df92c7da
- Add perl-db6.diff to bring the DB_File module up to version 1.828 where it supports building with libdb-6.0. - update to 5.18.0 * new handling of experimental features * new hash functions to improve security * better hash randomization * upgrade to Unicode 6.2 * support for computed labels * vertical tabs are now whitespace * smartmatch is experimental again * lots of bug fixes - change perl_requires macro to use MODULE_COMPAT form - Disable testsuite only on qemu user space build OBS-URL: https://build.opensuse.org/request/show/180381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=83 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
macros.perl | ||
perl-5.18.0.dif | ||
perl-5.18.0.tar.gz | ||
perl-db6.diff | ||
perl-gracefull-net-ftp.diff | ||
perl-HiRes.t-timeout.diff | ||
perl-netcmdutf8.diff | ||
perl-nroff.diff | ||
perl-regexp-refoverflow.diff | ||
perl-rpmlintrc | ||
perl-saverecontext.diff | ||
perl.changes | ||
perl.spec | ||
README.macros |
README for perl-macros Author: Christian Wittmer <chris@computersalat.de> %perl_gen_filelist generates an rpmlint happy filelist of your installed files In most cases you only need to check the %doc part sometimes there is a "Changes" or "ChangeLog",.... Requirements for %perl_gen_filelist You have to define following parts inside your spec file Example: BuildRequires: perl-macros %install %perl_make_install %perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root) %doc Changes README And here an Example of the generated filelist: %dir /usr/lib/perl5/vendor_perl/5.8.8/Algorithm /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/DiffOld.pm /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/diff.pl /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/Diff.pm /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/diffnew.pl /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/cdiff.pl /usr/lib/perl5/vendor_perl/5.8.8/Algorithm/htmldiff.pl %dir /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Algorithm %dir /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Algorithm/Diff /usr/lib/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi/auto/Algorithm/Diff/.packlist /usr/share/man/man?/* /var/adm/perl-modules/perl-Algorithm-Diff