Name: tiles-master Version: 6 Release: 1%{?dist} Summary: Apache Tiles Master POM License: ASL 2.0 Url: http://tiles.apache.org/framework/ # svn export http://svn.apache.org/repos/asf/tiles/maven/tags/tiles-master-6/ # tar cJf tiles-master-6.tar.xz tiles-master-6 Source0: %{name}-%{version}.tar.xz # tiles-master package don't include the license file Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: java-devel BuildRequires: maven-local BuildRequires: maven-enforcer-plugin BuildRequires: maven-remote-resources-plugin BuildRequires: maven-site-plugin BuildArch: noarch %description The Apache Tiles project. This master pom provides the default values for common maven configuration throughout the Tiles project. %prep %setup -q -n %{name}-%{version} cp -p %{SOURCE1} . sed -i 's/\r//' LICENSE-2.0.txt %build %mvn_build %install %mvn_install %files -f .mfiles %doc LICENSE-2.0.txt %changelog * Sun Nov 03 2013 gil cattaneo 6-1 - initial rpm