update to version 3.16.1

This commit is contained in:
Fabio Valentini 2020-05-12 23:07:01 +02:00
parent 8d6a0e75af
commit 77ee1ea9dc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF
3 changed files with 35 additions and 15 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
/assertj-core-2.2.0.tar.gz /assertj-core-2.2.0.tar.gz
/assertj-core-3.8.0.tar.gz /assertj-core-3.8.0.tar.gz
/assertj-core-3.15.0.tar.gz
/assertj-core-3.16.1.tar.gz

View File

@ -1,62 +1,75 @@
%bcond_with memoryfilesystem %bcond_with memoryfilesystem
Name: assertj-core Name: assertj-core
Version: 3.8.0 Version: 3.16.1
Release: 7%{?dist} Release: 1%{?dist}
Summary: Library of assertions similar to fest-assert Summary: Library of assertions similar to fest-assert
License: ASL 2.0 License: ASL 2.0
URL: http://joel-costigliola.github.io/assertj/
URL: https://joel-costigliola.github.io/assertj/
Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz Source0: https://github.com/joel-costigliola/assertj-core/archive/assertj-core-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(cglib:cglib-nodep)
BuildRequires: mvn(junit:junit) BuildRequires: mvn(junit:junit)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(net.bytebuddy:byte-buddy)
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
BuildRequires: mvn(org.beanshell:bsh)
BuildRequires: mvn(org.hamcrest:hamcrest)
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-api)
BuildRequires: mvn(org.opentest4j:opentest4j)
%if %{with memoryfilesystem} %if %{with memoryfilesystem}
BuildRequires: mvn(com.github.marschall:memoryfilesystem) BuildRequires: mvn(com.github.marschall:memoryfilesystem)
%endif %endif
BuildRequires: mvn(org.mockito:mockito-core)
BuildRequires: mvn(org.ow2.asm:asm)
%description %description
A rich and intuitive set of strongly-typed assertions to use for unit testing A rich and intuitive set of strongly-typed assertions to use for unit testing
(either with JUnit or TestNG). (either with JUnit or TestNG).
%package javadoc %package javadoc
Summary: API documentation for %{name} Summary: API documentation for %{name}
%description javadoc %description javadoc
This package provides API documentation for %{name}. This package provides API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
# remove dependency on parent POM and inject groupId instead
%pom_remove_parent %pom_remove_parent
%pom_xpath_inject "pom:project" "<groupId>org.assertj</groupId>" %pom_xpath_inject "pom:project" "<groupId>org.assertj</groupId>"
# remove plugins that are unnecessary for RPM builds
%pom_remove_plugin :bnd-maven-plugin
%pom_remove_plugin :bnd-resolver-maven-plugin
%pom_remove_plugin :jacoco-maven-plugin
%pom_remove_plugin :maven-dependency-plugin
%pom_remove_plugin :maven-enforcer-plugin
%pom_remove_plugin :maven-jar-plugin
%pom_remove_plugin :maven-javadoc-plugin %pom_remove_plugin :maven-javadoc-plugin
%pom_remove_plugin :maven-shade-plugin %pom_remove_plugin :maven-shade-plugin
%pom_remove_plugin :maven-dependency-plugin %pom_remove_plugin :yuicompressor-maven-plugin
%pom_remove_plugin org.jacoco:jacoco-maven-plugin
# package org.mockito.internal.util.collections does not exist
rm -rf ./src/test/java/org/assertj/core/error/ShouldContainString_create_Test.java
%if %{without memoryfilesystem} %if %{without memoryfilesystem}
%pom_remove_dep :memoryfilesystem %pom_remove_dep :memoryfilesystem
rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths} rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
%endif %endif
# test lib not in Fedora
%pom_remove_dep com.tngtech.java:junit-dataprovider
%build %build
# dependencies for tests are not packaged for fedora:
# - nl.jqno.equalsverifier:equalsverifier
%mvn_build -f -- -Dproject.build.sourceEncoding=UTF-8 %mvn_build -f -- -Dproject.build.sourceEncoding=UTF-8
%install %install
%mvn_install %mvn_install
%files -f .mfiles %files -f .mfiles
%doc README.md CONTRIBUTING.md %doc README.md CONTRIBUTING.md
%license LICENSE.txt %license LICENSE.txt
@ -65,7 +78,11 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
%doc CONTRIBUTING.md %doc CONTRIBUTING.md
%license LICENSE.txt %license LICENSE.txt
%changelog %changelog
* Tue May 12 2020 Fabio Valentini <decathorpe@gmail.com> - 3.16.1-1
- Update to version 3.16.1.
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-7 * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
@ -99,3 +116,4 @@ rm -r src/test/java/org/assertj/core/internal/{Paths*.java,paths}
* Wed Sep 02 2015 Roman Mohr <roman@fenkhuber.at> - 2.2.0-1 * Wed Sep 02 2015 Roman Mohr <roman@fenkhuber.at> - 2.2.0-1
- Initial packaging - Initial packaging

View File

@ -1 +1 @@
SHA512 (assertj-core-3.8.0.tar.gz) = ca01bb9323f67c663ca80fed08bcdccedfa28a238231ac141f075bfddef9cc09e18a21af3a12a11ede73111f48a73db9e5a7728bba39c16b5b46c935a3f6cd20 SHA512 (assertj-core-3.16.1.tar.gz) = 64f5adf092122a7d20e6af77407b767654b483324b8d86cfe83951ffda5b405ccde47c317f75517903c97bba3986f659ec0546a698a297a66d1432229b56359b