From 50693025da37793a3016fafc1534ac698e74f7d1 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Feb 06 2013 19:40:47 +0000 Subject: - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local --- diff --git a/resteasy.spec b/resteasy.spec index 4f021e6..c0a6e49 100644 --- a/resteasy.spec +++ b/resteasy.spec @@ -3,7 +3,7 @@ Name: resteasy Version: 2.3.2 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Framework for RESTful Web services and Java applications Group: Development/Libraries License: ASL 2.0 and CDDL @@ -81,7 +81,7 @@ BuildRequires: xerces-j2 #BuildRequires: findbugs-maven-plugin BuildRequires: jetty-version-maven-plugin -BuildRequires: maven +BuildRequires: maven-local BuildRequires: maven-checkstyle-plugin BuildRequires: maven-compiler-plugin BuildRequires: maven-deploy-plugin @@ -268,6 +268,10 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} %doc License.html %changelog +* Wed Feb 06 2013 Java SIG - 2.3.2-10 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + * Tue Aug 7 2012 Ade Lee - 2.3.2-9 - Added tomcat6-servlet-2.5-api as a dependency