Change oro to jakarta-oro in BR/R
This commit is contained in:
parent
806fb802f4
commit
6a68c77391
1 changed files with 15 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.3.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Apache Commons Validator
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
|
|
@ -18,12 +18,12 @@ BuildRequires: ant
|
|||
BuildRequires: apache-commons-beanutils
|
||||
BuildRequires: apache-commons-digester
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: oro
|
||||
BuildRequires: jakarta-oro
|
||||
BuildRequires: junit
|
||||
Requires: apache-commons-beanutils
|
||||
Requires: apache-commons-digester
|
||||
Requires: apache-commons-logging
|
||||
Requires: oro
|
||||
Requires: jakarta-oro
|
||||
Requires: java >= 1:1.6.0
|
||||
Requires: jpackage-utils
|
||||
Requires(post): jpackage-utils
|
||||
|
|
@ -67,7 +67,7 @@ export CLASSPATH=$(build-classpath \
|
|||
apache-commons-digester \
|
||||
apache-commons-beanutils \
|
||||
junit \
|
||||
oro )
|
||||
jakarta-oro )
|
||||
|
||||
ant -Dskip.download=true -Dbuild.sysclasspath=first dist
|
||||
|
||||
|
|
@ -77,7 +77,7 @@ export CLASSPATH=$(build-classpath \
|
|||
apache-commons-digester \
|
||||
apache-commons-beanutils \
|
||||
junit \
|
||||
oro )
|
||||
jakarta-oro )
|
||||
|
||||
ant -Dskip.download=true -Dbuild.sysclasspath=first test
|
||||
|
||||
|
|
@ -110,6 +110,9 @@ rm -rf %{buildroot}
|
|||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 22 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.3.1-5
|
||||
- Change oro to jakarta-oro in BR/R
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Reference in a new issue