Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-bootstrap-202501-rhel-9.7.0" have entirely different histories.
c8-stream-
...
stream-jav
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,7 @@
|
|||||||
SOURCES/3.1.tar.gz
|
/objenesis-1.2.tar.xz
|
||||||
|
/2.1.tar.gz
|
||||||
|
/2.6.tar.gz
|
||||||
|
/3.0.1.tar.gz
|
||||||
|
/3.1.tar.gz
|
||||||
|
/3.3.tar.gz
|
||||||
|
/3.4.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
91fac48bd58c851660decd67d08cc28c630e6b0a SOURCES/3.1.tar.gz
|
|
16
.packit.yaml
Normal file
16
.packit.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
downstream_package_name: objenesis
|
||||||
|
specfile_path: objenesis.spec
|
||||||
|
upstream_package_name: objenesis
|
||||||
|
upstream_project_url: https://github.com/easymock/objenesis
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
3
README.packit
Normal file
3
README.packit
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 0.95.0.
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_contexts:
|
||||||
|
- osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}
|
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
# Copyright (c) 2000-2009, JPackage Project
|
# Copyright (c) 2000-2009, JPackage Project
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
@ -27,22 +29,29 @@
|
|||||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||||
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#
|
#
|
||||||
|
|
||||||
Summary: A library for instantiating Java objects
|
|
||||||
Name: objenesis
|
Name: objenesis
|
||||||
Version: 3.1
|
Version: 3.4
|
||||||
Release: 2%{?dist}
|
Release: 11%{?dist}
|
||||||
License: ASL 2.0
|
Summary: A library for instantiating Java objects
|
||||||
|
License: Apache-2.0
|
||||||
URL: http://objenesis.org/
|
URL: http://objenesis.org/
|
||||||
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{java_arches} noarch
|
||||||
|
|
||||||
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
||||||
|
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||||
|
BuildRequires: mvn(org.junit.jupiter:junit-jupiter)
|
||||||
|
%endif
|
||||||
|
%if %{without bootstrap}
|
||||||
# xmvn-builddep misses this:
|
# xmvn-builddep misses this:
|
||||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||||
|
%endif
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Objenesis is a small Java library that serves one purpose: to instantiate
|
Objenesis is a small Java library that serves one purpose: to instantiate
|
||||||
@ -65,14 +74,15 @@ when this is useful:
|
|||||||
non-standard ways.
|
non-standard ways.
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for %{name}
|
Summary: API documentation for %{name}
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package contains the API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
|
%pom_remove_dep :junit-bom
|
||||||
|
|
||||||
# Enable generation of pom.properties (rhbz#1017850)
|
# Enable generation of pom.properties (rhbz#1017850)
|
||||||
%pom_xpath_remove pom:addMavenDescriptor
|
%pom_xpath_remove pom:addMavenDescriptor
|
||||||
@ -80,36 +90,128 @@ This package contains the API documentation for %{name}.
|
|||||||
%pom_remove_plugin :maven-timestamp-plugin
|
%pom_remove_plugin :maven-timestamp-plugin
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
%pom_remove_plugin -r :maven-shade-plugin
|
%pom_remove_plugin -r :maven-shade-plugin
|
||||||
|
%pom_remove_plugin -r org.sonatype.plugins:nexus-staging-maven-plugin
|
||||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||||
|
|
||||||
%pom_xpath_remove pom:build/pom:extensions
|
%pom_xpath_remove pom:build/pom:extensions
|
||||||
|
|
||||||
|
%pom_disable_module module-test
|
||||||
|
|
||||||
|
# Missing dependencies
|
||||||
|
rm tck/src/test/java/org/objenesis/tck/OsgiTest.java
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# tests are skipped because of missing dependency spring-osgi-test
|
%mvn_build
|
||||||
%mvn_build -f
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 29 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4-9
|
||||||
|
- Update javapackages test plan to f42
|
||||||
|
|
||||||
|
* Wed Jul 24 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4-4
|
||||||
|
- Install license files in licensedir instead of docdir
|
||||||
|
|
||||||
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.4-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 18 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.4-2
|
||||||
|
- Remove dependency on junit-bom
|
||||||
|
|
||||||
|
* Tue May 07 2024 Chris Kelley <ckelley@redhat.com> - 3.4-1
|
||||||
|
- Update to version 3.4
|
||||||
|
- Resolves: rhbz#2279242
|
||||||
|
|
||||||
|
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 3.3-9
|
||||||
|
- Rebuilt for java-21-openjdk as system jdk
|
||||||
|
|
||||||
|
* Fri Feb 23 2024 Jiri Vanek <jvanek@redhat.com> - 3.3-8
|
||||||
|
- bump of release for for java-21-openjdk as system jdk
|
||||||
|
|
||||||
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Sep 01 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3-4
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Sep 08 2022 Marian Koncek <mkoncek@redhat.com> - 3.3-1
|
||||||
|
- Update to upstream version 3.3
|
||||||
|
|
||||||
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.1-9
|
||||||
|
- Rebuilt for java-17-openjdk as system jdk
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-6
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 3.1-3
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Thu Jun 25 2020 Alexander Kurtakov <akurtako@redhat.com> 3.1-2
|
||||||
|
- Fix build with Java 11.
|
||||||
|
|
||||||
|
* Mon May 04 2020 Jiri Vanek <jvanek@fedoraproject.org> - 3.1-1
|
||||||
|
- bumped to 3.1
|
||||||
|
- disabled javadoc generation. It requires maven pomming beyond my skills
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-2
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-2
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
* Thu Oct 17 2019 Marian Koncek <mkoncek@redhat.com> - 3.1-1
|
* Thu Oct 17 2019 Marian Koncek <mkoncek@redhat.com> - 3.1-1
|
||||||
- Update to upstream version 3.1
|
- Update to upstream version 3.1
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
* Mon Jul 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.1-1
|
* Mon Jul 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.1-1
|
||||||
- Update to upstream version 3.0.1
|
- Update to upstream version 3.0.1
|
||||||
|
|
||||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-3
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-3
|
||||||
- Mass rebuild for javapackages-tools 201901
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -203,7 +305,7 @@ This package contains the API documentation for %{name}.
|
|||||||
- Update to 1.2
|
- Update to 1.2
|
||||||
|
|
||||||
* Thu May 06 2010 Guido Grazioli <guido.grazioli@gmail.com> 1.0-1
|
* Thu May 06 2010 Guido Grazioli <guido.grazioli@gmail.com> 1.0-1
|
||||||
- Import from JPackage
|
- Import from JPackage
|
||||||
|
|
||||||
* Fri Feb 27 2009 Ralph Apel <r.apel at r-apel.de> 0:1.0-2.jpp5
|
* Fri Feb 27 2009 Ralph Apel <r.apel at r-apel.de> 0:1.0-2.jpp5
|
||||||
- BR xpp3-minimal and fix depmap accordingly
|
- BR xpp3-minimal and fix depmap accordingly
|
7
plans/javapackages.fmf
Normal file
7
plans/javapackages.fmf
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
summary: Run javapackages-specific tests
|
||||||
|
discover:
|
||||||
|
how: fmf
|
||||||
|
url: https://src.fedoraproject.org/tests/javapackages
|
||||||
|
ref: c9s
|
||||||
|
execute:
|
||||||
|
how: tmt
|
Loading…
Reference in New Issue
Block a user