[Fedora-packaging] Java guidelines: ant specfile template bug

Jussi Lehtola jussilehtola at fedoraproject.org
Sun Aug 9 09:51:29 UTC 2009


On Wed, 2009-08-05 at 14:44 -0400, Andrew Overholt wrote:
> * Jussi Lehtola <jussilehtola at fedoraproject.org> [2009-08-05 14:01]:
> > Hi all,
> > 
> > 
> > there's something wrong with
> >  find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
> > in
> >  http://fedoraproject.org/wiki/PackagingDrafts/Java#ant_2
> > since it doesn't remove .jar files.
> > 
> >  find \( -name '*.jar' -o -name '*.class' \) -exec rm -f '{}' \;
> > removes them correctly.
> > 
> > Could someone change the command to the working version?
> 
> You'll have to go through the guidelines change process:
> 
> http://fedoraproject.org/wiki/Packaging/Committee#GuidelineChangeProcedure
> 
> Andrew

Right, I have created
https://fedoraproject.org/wiki/PackagingDrafts/JavaAntSampleSpec

for discussion in the next FPC meeting.
-- 
Jussi Lehtola
Fedora Project Contributor
jussilehtola at fedoraproject.org




More information about the Fedora-packaging mailing list