Go to file
Stephan Kulow a6228e4f4b Accepting request 141338 from home:dstoecker
I'm pretty sure this is correct, but want someone to review it. I don't want to break perl base package :-)

Removed the comment as it seems outdated. 0.3901 is correct and greater than 0.3601.

It should fix the build issues for SDL

OBS-URL: https://build.opensuse.org/request/show/141338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=86
2012-11-15 16:39:22 +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 fix macro 2010-11-30 10:54:42 +00:00
perl-5.16.0.dif update to 5.16.0 2012-05-23 15:21:30 +00:00
perl-5.16.1.tar.bz2 - update to 5.16.1 2012-09-04 13:42:17 +00:00
perl-clone_oldcop.diff add perl-clone_oldcop.diff 2012-05-25 14:54:24 +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-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.16.0 2012-05-23 15:21:30 +00:00
perl-regexp-refoverflow.diff update to 5.14.0 2011-05-16 14:18:55 +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.14.0 2011-05-16 14:18:55 +00:00
perl.changes Accepting request 141338 from home:dstoecker 2012-11-15 16:39:22 +00:00
perl.spec Accepting request 141338 from home:dstoecker 2012-11-15 16:39:22 +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

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