[Bug 428566] Review Request: gnome-build - GNOME build framework

bugzilla at redhat.com bugzilla at redhat.com
Sun Jan 13 14:15:49 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: gnome-build - GNOME build framework


https://bugzilla.redhat.com/show_bug.cgi?id=428566





------- Additional Comments From debarshi.ray at gmail.com  2008-01-13 09:15 EST -------
Koji: http://koji.fedoraproject.org/koji/taskinfo?taskID=345255

I inherited this package from Paul F. Johnson, and need help with some of the
Perl specific portions of this package. My knowledge of Perl is very
rudimentary, so any help in this regard will be appreciated.

I find that the Spec file
(http://cvs.fedoraproject.org/viewcvs/rpms/gnome-build/devel/gnome-build.spec?view=markup)
contains:

Provides:       perl(GBF::Make)

[...]

cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} $* |\
 sed -e '/perl(Make)/d' \
     -e '/perl(Make::Target)/d' \
     -e '/perl(Make::Rule::Vars)/d' \
     -e '/perl(Make::Rule)/d'
EOF

%define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
chmod +x %{__perl_provides}

cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} $* |\
 sed -e '/perl(Make)/d' \
     -e '/perl(Make::Target)/d' \
     -e '/perl(Make::Rule::Vars)/d' \
     -e '/perl(Make::Rule)/d'
EOF

%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
chmod +x %{__perl_requires}

However, in the %files section does not put anything in
/usr/lib/perl5. So what is the use of these lines?

There are some rpmlint grumblings due to this portion, which I will fix in due
course.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list