From 1888b36bf195beb74045f6aa0d1372d368a7b934 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Jul 02 2013 04:23:17 +0000 Subject: Remove bcond macro definitions (provided by rpm itself) --- diff --git a/ant.spec b/ant.spec index 7bfe47d..9e6a4b5 100644 --- a/ant.spec +++ b/ant.spec @@ -28,11 +28,6 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%define with() %{expand:%%{?with_%{1}:1}%%{!?with_%{1}:0}} -%define without() %{expand:%%{?with_%{1}:0}%%{!?with_%{1}:1}} -%define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}} -%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}} - %bcond_with bootstrap %if %with bootstrap @@ -708,6 +703,7 @@ find $RPM_BUILD_ROOT%{_datadir}/ant/etc -type f -name "*.xsl" \ %changelog * Tue Jul 2 2013 Mikolaj Izdebski - 0:1.9.1-3 - Remove arch-specific patch as ant is noarch now +- Remove bcond macro definitions (provided by rpm itself) * Mon Jun 03 2013 Stanislav Ochotnicky - 0:1.9.1-2 - Enable unit tests