Change oro to jakarta-oro in BR/R

This commit is contained in:
Stanislav Ochotnicky 2011-02-22 09:57:38 +01:00
commit 6a68c77391

View file

@ -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
@ -34,11 +34,11 @@ Provides: jakarta-%{short_name} = 0:%{version}-%{release}
Obsoletes: jakarta-%{short_name} < 0:1.3.1-2
%description
A common issue when receiving data either electronically or from user input is
verifying the integrity of the data. This work is repetitive and becomes even
more complicated when different sets of validation rules need to be applied to
the same set of data based on locale for example. Error messages may also vary
by locale. This package attempts to address some of these issues and speed
A common issue when receiving data either electronically or from user input is
verifying the integrity of the data. This work is repetitive and becomes even
more complicated when different sets of validation rules need to be applied to
the same set of data based on locale for example. Error messages may also vary
by locale. This package attempts to address some of these issues and speed
development and maintenance of validation rules.
%package javadoc
@ -58,8 +58,8 @@ sed -i 's/\r//' RELEASE-NOTES.txt
sed -i 's/\r//' NOTICE.txt
%build
# TODO: Use Maven for building as soon as upstream provides proper build.xml.
# Currently upstream build.xml uses antrun plugin to build, so downloads
# TODO: Use Maven for building as soon as upstream provides proper build.xml.
# Currently upstream build.xml uses antrun plugin to build, so downloads
# during build process can't be prohibited.
export CLASSPATH=$(build-classpath \
@ -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