From e4268d09e49645a30735c7dd6837064224c30a22 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Aug 27 2013 13:26:27 +0000 Subject: import geronimo-annotation-1.0-14.el7.src.rpm --- diff --git a/.geronimo-annotation.metadata b/.geronimo-annotation.metadata new file mode 100644 index 0000000..430f5b3 --- /dev/null +++ b/.geronimo-annotation.metadata @@ -0,0 +1 @@ +1bc771c1a96e976d67f3b14bddf495de63bc39ad SOURCES/geronimo-annotation_1.1_spec-1.0-source-release.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/geronimo-annotation.spec b/SPECS/geronimo-annotation.spec new file mode 100644 index 0000000..d5cb147 --- /dev/null +++ b/SPECS/geronimo-annotation.spec @@ -0,0 +1,103 @@ +%global spec_ver 1.1 +%global spec_name geronimo-annotation_%{spec_ver}_spec + +Name: geronimo-annotation +Version: 1.0 +Release: 14%{?dist} +Summary: Java EE: Annotation API v1.1 +License: ASL 2.0 +URL: http://geronimo.apache.org/ + +Source0: http://repo2.maven.org/maven2/org/apache/geronimo/specs/%{spec_name}/%{version}/%{spec_name}-%{version}-source-release.tar.gz +BuildArch: noarch + +BuildRequires: java-devel >= 1:1.6.0 +BuildRequires: jpackage-utils +BuildRequires: maven-local +BuildRequires: geronimo-parent-poms +BuildRequires: maven-resources-plugin + +Provides: annotation_api = %{spec_ver} + +%description +This package defines the common annotations. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains the API documentation for %{name}. + + +%prep +%setup -q -n %{spec_name}-%{version} +sed -i 's/\r//' LICENSE NOTICE +%pom_set_parent org.apache.geronimo.specs:specs:1.4 + +%mvn_alias : org.apache.geronimo.specs:geronimo-annotation_1.0_spec +%mvn_alias : javax.annotation:jsr250-api +%mvn_alias : org.eclipse.jetty.orbit:javax.annotation + +%mvn_file : %{name} annotation + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%doc LICENSE NOTICE + +%changelog +* Thu Aug 08 2013 Stanislav Ochotnicky - 1.0-14 +- Update to latest packaging guidelines + +* Sat Aug 03 2013 Fedora Release Engineering - 1.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Jun 28 2013 Mikolaj Izdebski - 1.0-13 +- Rebuild to regenerate API documentation +- Resolves: CVE-2013-1571 + +* Mon Mar 4 2013 Mikolaj Izdebski - 1.0-12 +- Add depmap for org.eclipse.jetty.orbit +- Resolves: rhbz#917620 + +* Wed Feb 13 2013 Fedora Release Engineering - 1.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.0-10 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Thu Aug 23 2012 Mikolaj Izdebski - 1.0-9 +- Install NOTICE file + +* Thu Jul 19 2012 Fedora Release Engineering - 1.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Mar 6 2012 Stanislav Ochotnicky - 1.0-7 +- Add javax.annotation:jsr250-api to depmap + +* Fri Jan 13 2012 Fedora Release Engineering - 1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Dec 16 2011 Alexander Kurtakov 1.0-5 +- Build with maven 3. + +* Tue Feb 08 2011 Fedora Release Engineering - 1.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Aug 4 2010 Chris Spike 1.0-3 +- Added 'org.apache.geronimo.specs:geronimo-annotation_1.0_spec' to maven depmap + +* Mon Jul 26 2010 Chris Spike 1.0-2 +- Fixed whitespace/tabs use +- Fixed wrong EOL encoding + +* Sun Jul 18 2010 Chris Spike 1.0-1 +- Initial version of the package