public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mikolaj Izdebski <mizdebsk@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bsh] epel10: Remove arch-specific conditionals
Date: Wed, 15 Jul 2026 09:36:20 GMT	[thread overview]
Message-ID: <178410818028.1.3090983498997494464.rpms-bsh-73e5869df782@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/bsh
            Branch : epel10
            Commit : 73e5869df782e6e96a45d6330130d1dbcdeba8ce
            Author : Mikolaj Izdebski <mizdebsk@redhat.com>
            Date   : 2013-07-10T14:19:56+02:00
            Stats  : +4/-7 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/bsh/c/73e5869df782e6e96a45d6330130d1dbcdeba8ce?branch=epel10

            Log:
            Remove arch-specific conditionals

bsh is noarch package now so these conditionals are not used.

---
diff --git a/bsh.spec b/bsh.spec
index c9a3e32..29eb1e3 100644
--- a/bsh.spec
+++ b/bsh.spec
@@ -30,7 +30,7 @@
 
 Name:           bsh
 Version:        1.3.0
-Release:        25%{?dist}
+Release:        26%{?dist}
 Epoch:          0
 Summary:        Lightweight Scripting for Java
 License:        (SPL or LGPLv2+) and Public Domain
@@ -135,10 +135,8 @@ ln -sf $(build-classpath servlet)
 popd
 ant="ant -Dant.build.javac.source=1.5"
 $ant test dist
-%ifnarch ppc64 s390x
 (cd docs/faq && $ant)
 (cd docs/manual && $ant)
-%endif
 
 %install
 # jars
@@ -175,11 +173,9 @@ 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}
@@ -301,10 +297,8 @@ fi
 %{_datadir}/maven2/poms/*
 %{_mavendepmapfragdir}/%{name}
 
-%ifnarch ppc64 s390x
 %files manual
 %doc docs/*
-%endif
 
 %files javadoc
 %{_javadocdir}/%{name}-%{version}
@@ -320,6 +314,9 @@ fi
 %{_datadir}/icons/hicolor/*x*/apps/%{name}.png
 
 %changelog
+* Wed Jul 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:1.3.0-26
+- Remove arch-specific conditionals
+
 * Thu Jun 06 2013 Michal Srb <msrb@redhat.com> - 0:1.3.0-25
 - Enable tests
 - Fix BR

                 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=178410818028.1.3090983498997494464.rpms-bsh-73e5869df782@fedoraproject.org \
    --to=mizdebsk@redhat.com \
    --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