diff --git a/tiles.spec b/tiles.spec index 3a5e917..614cf8d 100644 --- a/tiles.spec +++ b/tiles.spec @@ -1,7 +1,7 @@ %global master_version 3 Name: tiles Version: 2.2.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Java templating framework for web application user interfaces License: ASL 2.0 Url: http://tiles.apache.org/ @@ -43,12 +43,12 @@ BuildRequires: velocity-tools BuildRequires: mvn(org.easymock:easymockclassextension) >= 2.4 BuildRequires: mvn(org.apache.shale:shale-test) >= 1.0.5 %endif -BuildRequires: easymock2 BuildRequires: junit BuildRequires: maven-local BuildRequires: maven-javadoc-plugin BuildRequires: maven-plugin-bundle +BuildRequires: maven-resources-plugin # requires by remote-resources-plugin BuildRequires: mvn(org.apache.maven.shared:maven-artifact-resolver) @@ -140,6 +140,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-master.pom %doc LICENSE.txt NOTICE.txt %changelog +* Wed Jul 24 2013 Alexander Kurtakov 2.2.2-8 +- Drop easymock2 BR - not needed. + * Wed Jul 10 2013 gil cattaneo 2.2.2-7 - switch to XMvn - minor changes to adapt to current guideline @@ -161,4 +164,4 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-master.pom - Fixed list of files in the main package * Sat May 26 2012 gil cattaneo 2.2.2-1 -- initial rpm \ No newline at end of file +- initial rpm