Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c79f224cf2 |
3 changed files with 15 additions and 6 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -1,5 +1,9 @@
|
|||
commons-beanutils-1.8.3-src.tar.gz
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/commons-beanutils-1.8.3-src.tar.gz
|
||||
/commons-beanutils-1.9.0-src.tar.gz
|
||||
/commons-beanutils-1.9.1-src.tar.gz
|
||||
/commons-beanutils-1.9.2-src.tar.gz
|
||||
/commons-beanutils-1.9.3-src.tar.gz
|
||||
/commons-beanutils-1.9.4-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.9.3
|
||||
Release: 6%{?dist}
|
||||
Version: 1.9.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Java utility methods for accessing and modifying the properties of arbitrary JavaBeans
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}
|
||||
|
|
@ -14,7 +14,9 @@ BuildRequires: maven-local
|
|||
BuildRequires: mvn(commons-collections:commons-collections)
|
||||
BuildRequires: mvn(commons-collections:commons-collections-testframework)
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
|
||||
%description
|
||||
The scope of this package is to create a package of Java utility methods
|
||||
|
|
@ -40,8 +42,7 @@ sed -i 's/\r//' *.txt
|
|||
%mvn_file : %{short_name} %{short_name}-core %{short_name}-bean-collections
|
||||
|
||||
%build
|
||||
# Some tests fail in Koji
|
||||
%mvn_build -f
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
@ -54,6 +55,10 @@ sed -i 's/\r//' *.txt
|
|||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Oct 04 2019 Fabio Valentini <decathorpe@gmail.com> - 1.9.4-1
|
||||
- Update to version 1.9.4.
|
||||
- Re-enable test suite.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
624442c0c25f2ede8226e4459c3a1b7e commons-beanutils-1.9.3-src.tar.gz
|
||||
SHA512 (commons-beanutils-1.9.4-src.tar.gz) = 6f3d30d02b9a66cf20509bd868c6e2dadb44bb27da1e6b9af7275675e0f3826845a5d4005509dd1eb77a5b2937820c4770a3753daaab072785dcdab0caa69e73
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue