Compare commits

...

No commits in common. 'c9' and 'stream-javapackages-tools-202201-msvsphere-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 +1,2 @@
5bef633a1ec605ee7af1db5ed999202559ce093d SOURCES/osgi.annotation-8.0.0.jar
593d823753aa6e128129da357d7891758e66aa1d SOURCES/osgi.annotation-8.0.1.jar
57dd52efde64ef636162fd525e01ea4ffd84b692 SOURCES/osgi.annotation-8.0.1.pom

@ -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
Name: osgi-annotation
Version: 8.0.0
Version: 8.0.1
Release: 5%{?dist}
Summary: Annotations for use in compiling OSGi bundles
License: ASL 2.0
URL: https://www.osgi.org
BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
# Upstream project is behind an account registration system with no anonymous
# 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
Source1: https://repo1.maven.org/maven2/org/osgi/osgi.annotation/%{version}/osgi.annotation-%{version}.pom
BuildRequires: maven-local
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
%endif
@ -62,28 +63,38 @@ cp -p %{SOURCE1} pom.xml
%mvn_alias org.osgi:osgi.annotation org.osgi:org.osgi.annotation
%build
%mvn_build
%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7
%install
%mvn_install
%files -f .mfiles
%license LICENSE
%doc about.html
%license META-INF/LICENSE META-INF/NOTICE
%files javadoc -f .mfiles-javadoc
%doc LICENSE
%license META-INF/LICENSE META-INF/NOTICE
%changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.0-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Jul 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 8.0.1-5
- Rebuilt for MSVSphere 9.2
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* 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
- Rebuild to workaround DistroBaker issue
* Wed Oct 13 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.1-1
- Update to upstream version 8.0.1
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-3
- Bootstrap Maven for CentOS Stream 9
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 8.0.0-2
- Bootstrap build

Loading…
Cancel
Save