From ed0448fe592e739acaedcfc494c697b605db9378 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 06 2013 18:43:53 +0000 Subject: - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- diff --git a/felix-gogo-command.spec b/felix-gogo-command.spec index 5a8afc3..8c83662 100644 --- a/felix-gogo-command.spec +++ b/felix-gogo-command.spec @@ -5,7 +5,7 @@ Name: %{project}-gogo-command Version: 0.12.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Apache Felix Gogo Command Group: Development/Libraries @@ -21,7 +21,7 @@ BuildArch: noarch BuildRequires: java # This is to ensure we get OpenJDK and not GCJ BuildRequires: java-devel >= 1:1.7.0 -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-dependency-plugin BuildRequires: maven-surefire-plugin BuildRequires: maven-surefire-provider-junit4 @@ -88,6 +88,10 @@ install -d -m 0755 %{buildroot}%{_javadocdir}/%{name} %{_javadocdir}/%{name} %changelog +* Wed Feb 06 2013 Java SIG - 0.12.0-5 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Thu Jul 19 2012 Fedora Release Engineering - 0.12.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild