Fix FTBFS
This commit is contained in:
parent
3a78a5a1a1
commit
1471c43d7d
@ -1,8 +1,7 @@
|
|||||||
Name: xml-maven-plugin
|
Name: xml-maven-plugin
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Maven XML Plugin
|
Summary: Maven XML Plugin
|
||||||
Group: Development/Libraries
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Url: http://mojo.codehaus.org/xml-maven-plugin/
|
Url: http://mojo.codehaus.org/xml-maven-plugin/
|
||||||
Source0: http://repo2.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0/xml-maven-plugin-1.0-source-release.zip
|
Source0: http://repo2.maven.org/maven2/org/codehaus/mojo/xml-maven-plugin/1.0/xml-maven-plugin-1.0-source-release.zip
|
||||||
@ -11,26 +10,10 @@ BuildRequires: mojo-parent
|
|||||||
|
|
||||||
BuildRequires: apache-rat-plugin
|
BuildRequires: apache-rat-plugin
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: maven-changes-plugin
|
|
||||||
BuildRequires: maven-checkstyle-plugin
|
BuildRequires: maven-checkstyle-plugin
|
||||||
BuildRequires: maven-clean-plugin
|
|
||||||
BuildRequires: maven-compiler-plugin
|
|
||||||
BuildRequires: maven-enforcer-plugin
|
BuildRequires: maven-enforcer-plugin
|
||||||
BuildRequires: maven-install-plugin
|
|
||||||
BuildRequires: maven-invoker-plugin
|
BuildRequires: maven-invoker-plugin
|
||||||
BuildRequires: maven-jar-plugin
|
|
||||||
BuildRequires: maven-javadoc-plugin
|
|
||||||
BuildRequires: maven-plugin-testing-harness
|
BuildRequires: maven-plugin-testing-harness
|
||||||
BuildRequires: maven-plugin-cobertura
|
|
||||||
|
|
||||||
BuildRequires: plexus-component-api
|
|
||||||
BuildRequires: plexus-io
|
|
||||||
BuildRequires: plexus-resources
|
|
||||||
BuildRequires: plexus-utils
|
|
||||||
BuildRequires: saxon
|
|
||||||
BuildRequires: xerces-j2
|
|
||||||
BuildRequires: xml-commons-apis
|
|
||||||
BuildRequires: xml-commons-resolver
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -61,19 +44,21 @@ sed -i 's|stylesheet |stylesheet version="1.0" |' src/it/it8/src/main/xsl/it8.x
|
|||||||
%pom_add_dep org.apache.maven:maven-core
|
%pom_add_dep org.apache.maven:maven-core
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f -- install
|
%mvn_build -f
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%dir %{_javadir}/%{name}
|
|
||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 30 2015 Mat Booth <mat.booth@redhat.com> - 1.0-12
|
||||||
|
- Fix FTBFS
|
||||||
|
|
||||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-11
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-11
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
@ -87,7 +72,7 @@ sed -i 's|stylesheet |stylesheet version="1.0" |' src/it/it8/src/main/xsl/it8.x
|
|||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Mar 02 2013 Mat Booth <fedora@matbooth.co.uk> - 1.0-7
|
* Tue Apr 02 2013 Mat Booth <fedora@matbooth.co.uk> - 1.0-7
|
||||||
- Fix FTBFS rhbz #914586
|
- Fix FTBFS rhbz #914586
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-6
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-6
|
||||||
|
Loading…
Reference in New Issue
Block a user