Compare commits

..

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

@ -1 +0,0 @@
42ae47636b2368e9b98c28aa37b2077f1e9e0e05 SOURCES/r1.0.0.tar.gz

15
.gitignore vendored

@ -1 +1,14 @@
SOURCES/r1.0.0.tar.gz /results_*
/*.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

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

@ -1,29 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.0.0</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>

@ -1,16 +1,23 @@
%bcond_with bootstrap
Name: apiguardian Name: apiguardian
Version: 1.0.0 Version: 1.1.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: API Guardian Java annotation Summary: API Guardian Java annotation
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/apiguardian-team/apiguardian URL: https://github.com/apiguardian-team/apiguardian
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{java_arches} noarch
Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{version}.tar.gz Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{version}.tar.gz
Source100: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom Source100: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom
%if %{with bootstrap}
BuildRequires: javapackages-bootstrap
%else
BuildRequires: maven-local BuildRequires: maven-local
%endif
%description %description
API Guardian indicates the status of an API element and therefore its API Guardian indicates the status of an API element and therefore its
@ -19,10 +26,10 @@ methods, constructors, and fields within a framework or application in
order to publish their API status and level of stability and to order to publish their API status and level of stability and to
indicate how they are intended to be used by consumers of the API. indicate how they are intended to be used by consumers of the API.
%package javadoc %package javadoc
Summary: Javadoc for %{name} Summary: Javadoc for %{name}
%description javadoc %description javadoc
API documentation for %{name}. API documentation for %{name}.
%prep %prep
@ -60,9 +67,8 @@ cp -p %{SOURCE100} pom.xml
</pluginManagement> </pluginManagement>
</build>" </build>"
%build %build
%mvn_build %mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7
%install %install
%mvn_install %mvn_install
@ -74,8 +80,61 @@ cp -p %{SOURCE100} pom.xml
%license LICENSE %license LICENSE
%changelog %changelog
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.0.0-3 * Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
- Rebuilt for MSVSphere 8.8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.1.2-3
- Rebuilt for java-17-openjdk as system jdk
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Nov 02 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.2-1
- Update to upstream version 1.1.2
- Set explicit Java compiler source/target levels to 1.7
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-2
- Bootstrap build
- Non-bootstrap build
* Mon Feb 01 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.1-1
- Update to version 1.1.1.
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Jan 14 2021 Marian Koncek <mkoncek@redhat.com> - 1.1.1-1
- Update to upstream version 1.1.1
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 1.1.0-4
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.0-2
- Mass rebuild for javapackages-tools 201902
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jul 17 2019 Marian Koncek <mkoncek@redhat.com> - 1.1.0-1
- Update to upstream version 1.1.0
* Thu Jun 27 2019 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0.0-5
- Mass rebuild for javapackages-tools 201901
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3 * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

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