public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Permaine Cheung <pcheung@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/bsh] epel10: Do not build manual and faq for ppc64 or s390x as the style task is
Date: Wed, 15 Jul 2026 09:36:11 GMT	[thread overview]
Message-ID: <178410817120.1.9290570560372715621.rpms-bsh-bd0eeaf59ab6@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/bsh
        Branch : epel10
        Commit : bd0eeaf59ab666658b46f3566e4337d0e030a11f
        Author : Permaine Cheung <pcheung@fedoraproject.org>
        Date   : 2009-09-21T18:03:46+00:00
        Stats  : +13/-4 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/bsh/c/bd0eeaf59ab666658b46f3566e4337d0e030a11f?branch=epel10

        Log:
        Do not build manual and faq for ppc64 or s390x as the style task is
disabled

---
diff --git a/bsh.spec b/bsh.spec
index 3a5c0c2..12c9608 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -32,7 +32,7 @@
 
 Name:           bsh
 Version:        1.3.0
-Release:        15%{?dist}
+Release:        15.1%{?dist}
 Epoch:          0
 Summary:        Lightweight Scripting for Java
 License:        SPL or LGPLv2+
@@ -136,9 +136,11 @@ pushd lib
 ln -sf $(build-classpath bsf)
 ln -sf $(build-classpath servlet)
 popd
-ant dist
-(cd docs/faq && ant)
-(cd docs/manual && ant)
+ant  -Dant.build.javac.source=1.4 dist
+%ifnarch ppc64 s390x
+(cd docs/faq && ant  -Dant.build.javac.source=1.4)
+(cd docs/manual && ant  -Dant.build.javac.source=1.4)
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -175,9 +177,11 @@ find docs -name ".cvswrappers" -exec rm -f {} \;
 find docs -name "*.xml" -exec rm -f {} \;
 find docs -name "*.xsl" -exec rm -f {} \;
 find docs -name "*.log" -exec rm -f {} \;
+%ifnarch ppc64 s390x
 (cd docs/manual && mv html/* .)
 (cd docs/manual && rm -rf html)
 (cd docs/manual && rm -rf xsl)
+%endif
 # javadoc
 install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
 cp -pr javadoc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
@@ -329,9 +333,11 @@ exit 0
 %attr(-,root,root) %{_libdir}/gcj/%{name}
 %endif
 
+%ifnarch ppc64 s390x
 %files manual
 %defattr(-,root,root)
 %doc docs/*
+%endif
 
 %files javadoc
 %defattr(-,root,root)
@@ -349,6 +355,9 @@ exit 0
 %{_datadir}/icons/hicolor/*x*/apps/%{name}.png
 
 %changelog
+* Mon Sep 21 2009 Permaine Cheung <pcheung@redhat.com> 0:1.3.0-15.1
+- Do not build manual and faq for ppc64 or s390x as the style task is disabled
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3.0-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 

                 reply	other threads:[~2026-07-15  9:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178410817120.1.9290570560372715621.rpms-bsh-bd0eeaf59ab6@fedoraproject.org \
    --to=pcheung@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox