Compare commits
No commits in common. "c8-stream-201902" and "stream-javapackages-tools-201801-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-jav
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
SOURCES/3.1.tar.gz
|
||||
/objenesis-1.2.tar.xz
|
||||
/2.1.tar.gz
|
||||
/2.6.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
91fac48bd58c851660decd67d08cc28c630e6b0a SOURCES/3.1.tar.gz
|
@ -30,15 +30,17 @@
|
||||
|
||||
Summary: A library for instantiating Java objects
|
||||
Name: objenesis
|
||||
Version: 3.1
|
||||
Version: 2.6
|
||||
Release: 2%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: http://objenesis.org/
|
||||
Source0: https://github.com/easymock/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(junit:junit)
|
||||
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-shade-plugin)
|
||||
# xmvn-builddep misses this:
|
||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
|
||||
@ -64,6 +66,7 @@ when this is useful:
|
||||
* Container Frameworks - Objects can be dynamically instantiated in
|
||||
non-standard ways.
|
||||
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
BuildArch: noarch
|
||||
@ -71,6 +74,7 @@ BuildArch: noarch
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -78,38 +82,27 @@ This package contains the API documentation for %{name}.
|
||||
%pom_xpath_remove pom:addMavenDescriptor
|
||||
|
||||
%pom_remove_plugin :maven-timestamp-plugin
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin -r :maven-shade-plugin
|
||||
%pom_remove_plugin :maven-license-plugin
|
||||
%pom_xpath_remove "pom:dependency[pom:scope='test']" tck
|
||||
|
||||
%pom_xpath_remove pom:build/pom:extensions
|
||||
|
||||
%build
|
||||
# tests are skipped because of missing dependency spring-osgi-test
|
||||
%mvn_build -f
|
||||
%mvn_build -- -Dyear=2009 -Dmaven.test.skip=true
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Thu Oct 17 2019 Marian Koncek <mkoncek@redhat.com> - 3.1-1
|
||||
- Update to upstream version 3.1
|
||||
|
||||
* Mon Jul 15 2019 Marian Koncek <mkoncek@redhat.com> - 3.0.1-1
|
||||
- Update to upstream version 3.0.1
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.6-3
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user