Go to file
2014-06-02 18:07:17 +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
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.2-overflow.diff adapt overflow patch 2014-03-25 12:23:10 +00:00
perl-5.20.0.dif add workaround for glibc... 2014-06-02 18:07:17 +00:00
perl-5.20.0.tar.bz2 - update to perl-5.20.0 2014-06-02 15:21:22 +00:00
perl-HiRes.t-timeout.diff - update to perl-5.20.0 2014-06-02 15:21:22 +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 perl-5.20.0 2014-06-02 15:21:22 +00:00
perl-regexp-refoverflow.diff - update to perl-5.20.0 2014-06-02 15:21:22 +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 - update to perl-5.20.0 2014-06-02 15:21:22 +00:00
perl.spec ... 2014-06-02 16:49:51 +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