Compare commits

...

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

@ -0,0 +1 @@
4634a08b041d949fad3e56ff2e6e6ee1580769a2 SOURCES/r1.1.2.tar.gz

15
.gitignore vendored

@ -1,14 +1 @@
/results_* SOURCES/r1.1.2.tar.gz
/*.src.rpm
/r1.0.0.tar.gz
/r1.1.0.tar.gz
/r1.1.1.tar.gz
/apiguardian-api-1.0.0.pom
/apiguardian-1.1.0.tar.gz
/apiguardian-api-1.1.0.pom
/apiguardian-1.1.1.tar.gz
/apiguardian-api-1.1.0.pom
/apiguardian-api-1.1.1.pom
/r1.1.2.tar.gz
/apiguardian-api-1.1.2.pom

@ -1,3 +0,0 @@
# apiguardian
The apiguardian package

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.2</version>
<name>org.apiguardian:apiguardian-api</name>
<description>@API Guardian</description>
<url>https://github.com/apiguardian-team/apiguardian</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>apiguardian</id>
<name>@API Guardian Team</name>
<email>team@apiguardian.org</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/apiguardian-team/apiguardian.git</connection>
<developerConnection>scm:git:git://github.com/apiguardian-team/apiguardian.git</developerConnection>
<url>https://github.com/apiguardian-team/apiguardian</url>
</scm>
</project>

@ -2,9 +2,9 @@
Name: apiguardian Name: apiguardian
Version: 1.1.2 Version: 1.1.2
Release: 4%{?dist} Release: 13%{?dist}
Summary: API Guardian Java annotation Summary: API Guardian Java annotation
License: ASL 2.0 License: Apache-2.0
URL: https://github.com/apiguardian-team/apiguardian URL: https://github.com/apiguardian-team/apiguardian
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{java_arches} noarch ExclusiveArch: %{java_arches} noarch
@ -37,6 +37,8 @@ API documentation for %{name}.
find -name \*.jar -delete find -name \*.jar -delete
cp -p %{SOURCE100} pom.xml cp -p %{SOURCE100} pom.xml
mv src/module/java/* src/main/java
# Inject OSGi manifest required by Eclipse # Inject OSGi manifest required by Eclipse
%pom_xpath_inject pom:project " %pom_xpath_inject pom:project "
<build> <build>
@ -47,7 +49,6 @@ cp -p %{SOURCE100} pom.xml
<configuration> <configuration>
<archive> <archive>
<manifestEntries> <manifestEntries>
<Automatic-Module-Name>org.apiguardian.api</Automatic-Module-Name>
<Implementation-Title>apiguardian-api</Implementation-Title> <Implementation-Title>apiguardian-api</Implementation-Title>
<Implementation-Vendor>apiguardian.org</Implementation-Vendor> <Implementation-Vendor>apiguardian.org</Implementation-Vendor>
<Implementation-Version>%{version}</Implementation-Version> <Implementation-Version>%{version}</Implementation-Version>
@ -63,12 +64,42 @@ cp -p %{SOURCE100} pom.xml
</archive> </archive>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>8</release>
<excludes>
<exclude>**/module-info.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>module-info</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>9</release>
<includes>
<include>**/module-info.java</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build>" </build>"
%build %build
%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 %mvn_build
%install %install
%mvn_install %mvn_install
@ -80,6 +111,37 @@ cp -p %{SOURCE100} pom.xml
%license LICENSE %license LICENSE
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.1.2-13
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.1.2-12
- Rebuilt for MSVSphere 10
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 1.1.2-12
- Bump release for Aug 2024 java mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.1.2-11
- Bump release for June 2024 mass rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.2-8
- Convert License tag to SPDX format
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Feb 15 2023 Marian Koncek <mkoncek@redhat.com> - 1.1.2-6
- Build with module-info
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1,2 +0,0 @@
SHA512 (r1.1.2.tar.gz) = 7c56ee15e0aba07e95b6f2fe7cedd98e449e774958eb63b2467066c381e1e82ad67c982c2885e18154c62e55fda80a1c2e0f689253afe449db9f7e7563122db6
SHA512 (apiguardian-api-1.1.2.pom) = bb604d1103315784a2f56a43244434dbbd7edc97d0450dada21313463d230e00f2f23f6e7c2ca45be94e81304057e70c79c9f0fb84247f7244d0277110b5747e
Loading…
Cancel
Save