SHA256
1
0
forked from pool/perl
Go to file
Stephan Kulow 840c409ecb Accepting request 220695 from devel:languages:perl
- perl-threads.t-timeout.diff: increase timeout in t/op/threads.t

This helps slower architectures since the timeout cannot be canceled and
remains active for the rest of the subtests even though only needed for this
single subtest (forwarded request 220662 from Andreas_Schwab)

OBS-URL: https://build.opensuse.org/request/show/220695
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=88
2014-02-04 18:57:03 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=1 2006-12-18 23:17:26 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=1 2006-12-18 23:17:26 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=24 2008-11-28 14:47:26 +00:00
macros.perl - add libperl_requires macro 2013-09-04 08:30:55 +00:00
perl-5.18.0.dif - update to 5.18.0 2013-06-06 13:35:18 +00:00
perl-5.18.2.tar.gz - update to perl-5.18.2 2014-01-08 14:13:37 +00:00
perl-db6.diff Accepting request 179095 from home:jengelh:db6 2013-06-15 17:27:52 +00:00
perl-gracefull-net-ftp.diff Updating link to change in openSUSE:Factory/perl revision 39.0 2010-04-01 16:16:33 +00:00
perl-HiRes.t-timeout.diff update to 5.16.0 2012-05-23 15:21:30 +00:00
perl-incfix.diff - update to perl-5.18.1 2013-09-03 16:08:31 +00:00
perl-netcmdutf8.diff Updating link to change in openSUSE:Factory/perl revision 39.0 2010-04-01 16:16:33 +00:00
perl-nroff.diff - update to 5.18.0 2013-06-06 13:35:18 +00:00
perl-regexp-refoverflow.diff - update to 5.18.0 2013-06-06 13:35:18 +00:00
perl-rpmlintrc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=8 2007-10-31 20:54:06 +00:00
perl-saverecontext.diff - update to 5.18.0 2013-06-06 13:35:18 +00:00
perl-threads.t-timeout.diff Accepting request 220662 from home:Andreas_Schwab:Factory 2014-02-03 14:18:25 +00:00
perl.changes Accepting request 220662 from home:Andreas_Schwab:Factory 2014-02-03 14:18:25 +00:00
perl.spec Accepting request 220662 from home:Andreas_Schwab:Factory 2014-02-03 14:18:25 +00:00
README.macros OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl?expand=0&rev=28 2009-07-03 14:07:28 +00:00
skip_time_hires.patch Accepting request 186417 from home:k0da:ppc 2013-08-08 15:39:00 +00:00

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