%global namedreltag .CR1 %global namedversion %{version}%{?namedreltag} Name: jboss-test-audit Version: 1.1.1 Release: 0.1.CR1%{?dist} Summary: Test Audit Utils License: ASL 2.0 URL: http://www.jboss.org Source0: https://github.com/jboss/jboss-test-audit/archive/%{namedversion}.tar.gz Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildRequires: java-devel BuildRequires: junit BuildRequires: maven-local BuildRequires: maven-plugin-build-helper BuildRequires: maven-resources-plugin BuildArch: noarch %description Utility classes for TCK Test Coverage Report. %package javadoc Summary: Javadoc for %{name} %description javadoc This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{namedversion} cp -p %{SOURCE1} LICENSE sed -i 's/\r//' LICENSE %build %mvn_file :%{name}-api %{name}-api %mvn_file :%{name}-impl %{name}-impl %mvn_build %install %mvn_install %files -f .mfiles %doc LICENSE README.md %files javadoc -f .mfiles-javadoc %doc LICENSE %changelog * Tue May 14 2013 gil cattaneo 1.1.1-0.1.CR1 - initial rpm