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)