Fix build-requires on apache-commons-parent
This commit is contained in:
parent
1972aeeca7
commit
4f4238b740
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.9.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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,7 @@ BuildRequires: maven-local
|
||||
BuildRequires: mvn(commons-collections:commons-collections)
|
||||
BuildRequires: mvn(commons-collections:commons-collections-testframework)
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
|
||||
%description
|
||||
The scope of this package is to create a package of Java utility methods
|
||||
@ -57,6 +57,9 @@ sed -i 's/\r//' *.txt
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-2
|
||||
- Fix build-requires on apache-commons-parent
|
||||
|
||||
* Fri Jun 6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9.2-1
|
||||
- Update to upstream version 1.9.2
|
||||
- Remove legacy Provides/Obsoletes for jakarta-commons-beanutils
|
||||
|
Loading…
Reference in New Issue
Block a user