Compare commits
No commits in common. "c9s" and "c8" have entirely different histories.
1
.apiguardian.metadata
Normal file
1
.apiguardian.metadata
Normal file
@ -0,0 +1 @@
|
||||
42ae47636b2368e9b98c28aa37b2077f1e9e0e05 SOURCES/r1.0.0.tar.gz
|
||||
@ -1 +0,0 @@
|
||||
1
|
||||
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,12 +1 @@
|
||||
/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
|
||||
SOURCES/r1.0.0.tar.gz
|
||||
|
||||
29
SOURCES/apiguardian-api-1.0.0.pom
Normal file
29
SOURCES/apiguardian-api-1.0.0.pom
Normal file
@ -0,0 +1,29 @@
|
||||
<?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,8 +1,6 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: apiguardian
|
||||
Version: 1.1.1
|
||||
Release: 5%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 3%{?dist}
|
||||
Summary: API Guardian Java annotation
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/apiguardian-team/apiguardian
|
||||
@ -13,9 +11,6 @@ Source0: https://github.com/apiguardian-team/apiguardian/archive/r%{versi
|
||||
Source100: https://repo1.maven.org/maven2/org/apiguardian/apiguardian-api/%{version}/apiguardian-api-%{version}.pom
|
||||
|
||||
BuildRequires: maven-local
|
||||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%endif
|
||||
|
||||
%description
|
||||
API Guardian indicates the status of an API element and therefore its
|
||||
@ -24,10 +19,10 @@ methods, constructors, and fields within a framework or application in
|
||||
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.
|
||||
|
||||
%package javadoc
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
@ -65,6 +60,7 @@ cp -p %{SOURCE100} pom.xml
|
||||
</pluginManagement>
|
||||
</build>"
|
||||
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
@ -78,56 +74,6 @@ cp -p %{SOURCE100} pom.xml
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-5
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-4
|
||||
- Rebuild to workaround DistroBaker issue
|
||||
|
||||
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-3
|
||||
- Bootstrap Maven for CentOS Stream 9
|
||||
|
||||
* 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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
||||
@ -1,7 +0,0 @@
|
||||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
|
||||
ref: c9s
|
||||
execute:
|
||||
how: tmt
|
||||
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (r1.1.1.tar.gz) = 117bc68a516e5c340ea2b6e2cc931ad999878986ad9c520bb00b6f565b812dad9ef2317129241c607db8b11c9ac638406d22d177a793171a012bd385adb98947
|
||||
SHA512 (apiguardian-api-1.1.1.pom) = 25cc83493162bb98a9efb94c11757b008ba7d0eb6e12eb30f3c1a904ad506dd0ec0890e3c66fa7dc1fe8fb6f182084da3d014a999b946a72a66e148b89a6e261
|
||||
Loading…
Reference in New Issue
Block a user