Compare commits

..

No commits in common. 'c9' and 'stream-javapackages-tools-202201-rhel-9.1.0' have entirely different histories.

12
.gitignore vendored

@ -1 +1,11 @@
SOURCES/osgi.annotation-8.0.0.jar /osgi.annotation-6.0.0.pom
/osgi.annotation-6.0.0-sources.jar
/noarch
/.build-*.log
/*.src.rpm
/osgi.annotation-7.0.0.jar
/osgi.annotation-7.0.0.pom
/osgi.annotation-8.0.0.jar
/osgi.annotation-8.0.0.pom
/osgi.annotation-8.0.1.jar
/osgi.annotation-8.0.1.pom

@ -1 +0,0 @@
5bef633a1ec605ee7af1db5ed999202559ce093d SOURCES/osgi.annotation-8.0.0.jar

@ -1,37 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.osgi</groupId>
<artifactId>osgi.annotation</artifactId>
<version>8.0.0</version>
<description>OSGi Annotation Release 8, Annotations for use in compiling bundles</description>
<name>org.osgi:osgi.annotation</name>
<url>https://www.osgi.org/</url>
<organization>
<name>OSGi Alliance</name>
<url>https://www.osgi.org/</url>
</organization>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
<comments>Apache License, Version 2.0</comments>
</license>
</licenses>
<scm>
<url>https://osgi.org/gitweb/build.git</url>
<connection>scm:git:https://osgi.org/git/build.git</connection>
<developerConnection>scm:git:https://osgi.org/git/build.git</developerConnection>
<tag>r8-core-final</tag>
</scm>
<developers>
<developer>
<id>osgi</id>
<email>info@osgi.org</email>
<name>OSGi Alliance</name>
<organization>OSGi Alliance</organization>
<organizationUrl>https://www.osgi.org/</organizationUrl>
</developer>
</developers>
</project>

@ -1,22 +1,23 @@
%bcond_with bootstrap %bcond_with bootstrap
Name: osgi-annotation Name: osgi-annotation
Version: 8.0.0 Version: 8.0.1
Release: 5%{?dist} Release: 5%{?dist}
Summary: Annotations for use in compiling OSGi bundles Summary: Annotations for use in compiling OSGi bundles
License: ASL 2.0 License: ASL 2.0
URL: https://www.osgi.org URL: https://www.osgi.org
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
# Upstream project is behind an account registration system with no anonymous # Upstream project is behind an account registration system with no anonymous
# read access, so we download the source from maven central instead # read access, so we download the source from maven central instead
Source0: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.jar Source0: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.jar
Source1: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.pom Source1: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.pom
BuildRequires: maven-local
%if %{with bootstrap} %if %{with bootstrap}
BuildRequires: javapackages-bootstrap BuildRequires: javapackages-bootstrap
%else %else
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
%endif %endif
@ -62,28 +63,35 @@ cp -p %{SOURCE1} pom.xml
%mvn_alias org.osgi:osgi.annotation org.osgi:org.osgi.annotation %mvn_alias org.osgi:osgi.annotation org.osgi:org.osgi.annotation
%build %build
%mvn_build %mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%license LICENSE %license META-INF/LICENSE META-INF/NOTICE
%doc about.html
%files javadoc -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%doc LICENSE %license META-INF/LICENSE META-INF/NOTICE
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.0-5 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.1-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Related: rhbz#1991688
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 8.0.1-4
- Rebuilt for java-17-openjdk as system jdk
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.1-2
- Set explicit Java compiler source/target levels to 1.7
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-4 * Wed Oct 13 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.1-1
- Rebuild to workaround DistroBaker issue - Update to upstream version 8.0.1
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-3 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-3
- Bootstrap Maven for CentOS Stream 9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-2 * Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-2
- Bootstrap build - Bootstrap build

@ -0,0 +1,2 @@
SHA512 (osgi.annotation-8.0.1.jar) = 9e0dc035fd381d2f4b5c783227acd88656c7f4c8faaaa0e51178b3cd7b051871e0d7a6db906e32149d027df8dd738b27eaf80b74775dc5f6470e030c08a6b47b
SHA512 (osgi.annotation-8.0.1.pom) = 9dae2a62b7a346448d86c04d61101747c6b11ba25a0861a32547021f69739d45096cfeb03510b55e018e9b335b865159df05847fd922b0f4a84a0abae5d2a867
Loading…
Cancel
Save