From Fedora Project Wiki

 
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
The following metadata was found in MoinMoin that could not be converted
The following metadata was found in MoinMoin that could not be converted
to a useful value in MediaWiki:
to a useful value in MediaWiki:


* : hostname inside mock.
* : hostname inside mock.
== Filter requires and provides in %setup section instead of %prep? ==
For me the suggested method of filtering requires and provides didn't work until I put the code into the %setup section of the SPEC file, not %prep. Shouldn't this be changed?


== Protected page needs a minor edit ==
== Protected page needs a minor edit ==
Line 35: Line 36:


[[User:Cweyl|Cweyl]] 18:23, 3 August 2008 (UTC)
[[User:Cweyl|Cweyl]] 18:23, 3 August 2008 (UTC)
== need to fix the line to use in the spec - moin translation error ? ==
https://fedoraproject.org/wiki/Packaging/Perl#Core_modules_as_buildrequires
The < code > bits probably were ' single quotes:
Requires:  perl(:MODULE_COMPAT_%(eval "<code>%{__perl} -V:version</code>"; echo $version))
== Add to category Perl? ==
Can we include a <pre>[[Category:Perl]]</pre> on the page somewhere, to flag it as being part of the Perl category?
[[User:Cweyl|Chris Weyl]] 21:39, 2 February 2009 (UTC)
-- I agree, that would be very useful.  --[[User:Alexlan|Alexlan]] 23:33, 2 February 2009 (UTC)
== perl-sig as CC ? ==
Hi,
Trying to add a CC of perl-sig or perl-sig@fedoraproject.org then this is never recognized
by bugzilla as bugzilla account?
-- Try fedora-perl-devel-list@redhat.com (in the pkg db as perl-sig).  [[User:Cweyl|Chris Weyl]] 19:28, 8 November 2009 (UTC)
== Please do not use these discussion pages ==
FPC does not read these discussion pages.  Please open tickets at https://fedorahosted.org/fpc/ to request changes.
== Please do not use these discussion pages ==
FPC does not read these discussion pages.  Please open tickets at https://fedorahosted.org/fpc/ to request changes.

Latest revision as of 17:57, 7 January 2016

The following metadata was found in MoinMoin that could not be converted to a useful value in MediaWiki:

  • : hostname inside mock.

Filter requires and provides in %setup section instead of %prep?

For me the suggested method of filtering requires and provides didn't work until I put the code into the %setup section of the SPEC file, not %prep. Shouldn't this be changed?

Protected page needs a minor edit

Section 9 as it's currently labeled has "inital-cc" instead of "initial-cc", right in the header. Hopefully, it'll be fixed before anyone uses the anchor link, which will change when corrected. -- J. Randall Owens 12:50, 2 July 2008 (UTC)

%{_docdir} specific req/prov filtering

Note it's possible to just get rpm to ignore everything under %{_docdir} by using filtering constructs in %prep such as:

# make sure doc/tests don't generate provides
# note we first filter out the bits in _docdir...
cat << \EOF > %{name}-prov
#!/bin/sh
%{__perl_provides} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'`
EOF

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

cat << \EOF > %{name}-req
#!/bin/sh
%{__perl_requires} `perl -p -e 's|\S+%{_docdir}/%{name}-%{version}\S+||'`
EOF

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

Cweyl 18:23, 3 August 2008 (UTC)

need to fix the line to use in the spec - moin translation error ?

https://fedoraproject.org/wiki/Packaging/Perl#Core_modules_as_buildrequires

The < code > bits probably were ' single quotes:

Requires: perl(:MODULE_COMPAT_%(eval "%{__perl} -V:version"; echo $version))

Add to category Perl?

Can we include a

[[Category:Perl]]

on the page somewhere, to flag it as being part of the Perl category?

Chris Weyl 21:39, 2 February 2009 (UTC)

-- I agree, that would be very useful. --Alexlan 23:33, 2 February 2009 (UTC)

perl-sig as CC ?

Hi,

Trying to add a CC of perl-sig or perl-sig@fedoraproject.org then this is never recognized by bugzilla as bugzilla account?


-- Try fedora-perl-devel-list@redhat.com (in the pkg db as perl-sig). Chris Weyl 19:28, 8 November 2009 (UTC)

Please do not use these discussion pages

FPC does not read these discussion pages. Please open tickets at https://fedorahosted.org/fpc/ to request changes.

Please do not use these discussion pages

FPC does not read these discussion pages. Please open tickets at https://fedorahosted.org/fpc/ to request changes.