Update to upstream version 3.0.1
This commit is contained in:
parent
730c64673a
commit
1dfa287fe7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/objenesis-1.2.tar.xz
|
||||
/2.1.tar.gz
|
||||
/2.6.tar.gz
|
||||
/3.0.1.tar.gz
|
||||
|
@ -30,17 +30,15 @@
|
||||
|
||||
Summary: A library for instantiating Java objects
|
||||
Name: objenesis
|
||||
Version: 2.6
|
||||
Release: 3%{?dist}
|
||||
Version: 3.0.1
|
||||
Release: 1%{?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)
|
||||
|
||||
@ -66,7 +64,6 @@ when this is useful:
|
||||
* Container Frameworks - Objects can be dynamically instantiated in
|
||||
non-standard ways.
|
||||
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
BuildArch: noarch
|
||||
@ -74,7 +71,6 @@ BuildArch: noarch
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -82,27 +78,28 @@ This package contains the API documentation for %{name}.
|
||||
%pom_xpath_remove pom:addMavenDescriptor
|
||||
|
||||
%pom_remove_plugin :maven-timestamp-plugin
|
||||
%pom_remove_plugin :maven-license-plugin
|
||||
%pom_remove_plugin -r :maven-shade-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 -- -Dyear=2009 -Dmaven.test.skip=true
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (2.6.tar.gz) = 554b191390cd990147dafc64996915ab508d2482113430da9d8989e7d23811efbd623a5c8e9d9a878536723459ac7e5091777736742e31944b611e5f2bc8772b
|
||||
SHA512 (3.0.1.tar.gz) = f0cb6bfdceffb0fb63d6fd8a41409dd1f10b566c4ad8425347c26ebb9f47043ea2d00b50bdf13b20adad4d29e65d9da8c131513dd865a64a6e2c15a40e7676ef
|
||||
|
Loading…
Reference in New Issue
Block a user