commit 44a147b68ac6e9013911b30155e362c0f15e9dda Author: gil puntogil@libero.it Date: Tue Feb 3 16:23:41 2015 +0100
add maven-site-plugin as BR
tuscany-sdo-java.spec | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) --- diff --git a/tuscany-sdo-java.spec b/tuscany-sdo-java.spec index a413072..a9f90fa 100644 --- a/tuscany-sdo-java.spec +++ b/tuscany-sdo-java.spec @@ -5,21 +5,16 @@
Name: tuscany-sdo-java Version: 1.1.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Service Data Objects 2.1 Java API spec License: ASL 2.0 Url: http://tuscany.apache.org/sdo-java.html Source0: ftp://ftp.gbnet.net/pub/apache/dist/tuscany/java/sdo/%{version}/apache-tuscany-sdo-%{version}-src.tar.gz
-BuildRequires: java-devel - BuildRequires: mvn(junit:junit) - BuildRequires: maven-local BuildRequires: maven-assembly-plugin BuildRequires: maven-plugin-bundle -BuildRequires: maven-surefire-provider-junit - # required by plugin-bundle BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
@@ -47,7 +42,7 @@ This package contains only a Java API of SDO 2.1 spec. EclipseLink is a implementation of this spec.
%package javadoc -Summary: Javadocs for %{name} +Summary: Javadoc for %{name}
%description javadoc This package contains the API documentation for %{name}. @@ -77,22 +72,27 @@ sed -i 's/\r//' LICENSE NOTICE README RELEASE_NOTES sed -i 's#<source>1.4</source>#<source>1.5</source>#' pom.xml sdo-api/pom.xml sed -i 's#<target>1.4</target>#<target>1.5</target>#' pom.xml sdo-api/pom.xml
-%build - %mvn_file :%{api_name} %{name} %mvn_file :%{api_name} tuscany-sdo-api + +%build + %mvn_build
%install %mvn_install
%files -f .mfiles -%doc LICENSE NOTICE README RELEASE_NOTES +%doc README RELEASE_NOTES +%license LICENSE NOTICE
%files javadoc -f .mfiles-javadoc -%doc LICENSE NOTICE +%license LICENSE NOTICE
%changelog +* Tue Feb 03 2015 gil cattaneo puntogil@libero.it 1.1.1-11 +- introduce license macro + * Sun Jun 08 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 1.1.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
java-sig-commits@lists.fedoraproject.org