[geronimo-annotation] Add javax.annotation:jsr250-api to depmap

Stanislav Ochotnicky sochotni at fedoraproject.org
Tue Mar 6 15:46:00 UTC 2012


commit 3722af7bb8a7b0dd31cc28742dc2d44fb637369b
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Tue Mar 6 16:28:23 2012 +0100

    Add javax.annotation:jsr250-api to depmap

 geronimo-annotation.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/geronimo-annotation.spec b/geronimo-annotation.spec
index 3948fc6..390fdb2 100644
--- a/geronimo-annotation.spec
+++ b/geronimo-annotation.spec
@@ -3,7 +3,7 @@
 
 Name:             geronimo-annotation
 Version:          1.0
-Release:          6%{?dist}
+Release:          7%{?dist}
 Summary:          Java EE: Annotation API v1.1
 Group:            Development/Libraries
 License:          ASL 2.0
@@ -38,7 +38,7 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q -n %{spec_name}-%{version}
-sed -i 's/\r//' LICENSE 
+sed -i 's/\r//' LICENSE
 %patch1 -p0
 
 %build
@@ -53,7 +53,8 @@ ln -s %{name}.jar %{buildroot}%{_javadir}/annotation.jar
 # poms
 install -d -m 0755 %{buildroot}%{_mavenpomdir}
 install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
-%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.apache.geronimo.specs:geronimo-annotation_1.0_spec"
+%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "org.apache.geronimo.specs:geronimo-annotation_1.0_spec,javax.annotation:jsr250-api"
+
 
 # javadoc
 install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
@@ -70,6 +71,9 @@ cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}/
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Mar  6 2012 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0-7
+- Add javax.annotation:jsr250-api to depmap
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list