- Replace maven BuildRequires with maven-local
This commit is contained in:
Mat Booth 2013-02-18 09:58:57 +00:00
commit 3d288f389a

View file

@ -3,7 +3,7 @@
Name: apache-%{short_name}
Version: 1.8.1
Release: 13%{?dist}
Release: 14%{?dist}
Summary: XML to Java object mapping module
Group: Development/Libraries
License: ASL 2.0
@ -17,6 +17,7 @@ BuildRequires: java-devel
BuildRequires: jpackage-utils
BuildRequires: apache-commons-beanutils >= 1.8
BuildRequires: apache-commons-logging >= 1.1.1
BuildRequires: maven-local
BuildRequires: maven-antrun-plugin
BuildRequires: maven-assembly-plugin
BuildRequires: maven-compiler-plugin
@ -58,7 +59,7 @@ Obsoletes: jakarta-%{short_name}-javadoc < %{version}-%{release}
sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
%build
mvn-rpmbuild install javadoc:javadoc
mvn-rpmbuild install javadoc:aggregate
%install
# jars
@ -87,6 +88,10 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
%{_javadocdir}/%{name}
%changelog
* Mon Feb 18 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.8.1-14
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild