From 4199d2447329bd37fc384a183a288337ffefe322 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Wed, 6 Feb 2013 19:30:27 +0100 Subject: [PATCH] - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- apache-commons-daemon.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apache-commons-daemon.spec b/apache-commons-daemon.spec index ec74e8d..e678373 100644 --- a/apache-commons-daemon.spec +++ b/apache-commons-daemon.spec @@ -4,7 +4,7 @@ Name: apache-%{short_name} Version: 1.0.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Defines API to support an alternative invocation mechanism License: ASL 2.0 Group: Applications/System @@ -14,7 +14,7 @@ Patch0: 0001-execve-path-warning.patch Patch1: apache-commons-daemon-JAVA_OS.patch Patch2: apache-commons-daemon-s390x.patch Patch3: apache-commons-daemon-ppc64.patch -BuildRequires: xmvn >= 0.2.3 +BuildRequires: maven-local >= 0.2.3 BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils BuildRequires: apache-commons-parent @@ -113,6 +113,10 @@ install -Dpm 644 src/native/unix/jsvc.1 $RPM_BUILD_ROOT%{_mandir}/man1/jsvc.1 %changelog +* Wed Feb 06 2013 Java SIG - 1.0.12-2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jan 24 2013 Mikolaj Izdebski - 1.0.12-1 - Update to upstream version 1.0.12 - Install NOTICE files