Migrate from maven-doxia to doxia subpackages

This commit is contained in:
Michal Srb 2013-02-05 09:32:36 +01:00
parent a5e6bc6d83
commit 516c3d3835

View File

@ -1,6 +1,6 @@
Name: maven-reporting-impl
Version: 2.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Abstract classes to manage report generation
License: ASL 2.0
URL: http://maven.apache.org/shared/maven-reporting-impl
@ -22,7 +22,7 @@ Requires: apache-commons-validator
Requires: java
Requires: jpackage-utils
Requires: maven
Requires: maven-doxia
Requires: maven-doxia-core
Requires: maven-doxia-sink-api
Requires: maven-doxia-sitetools
Requires: maven-project
@ -84,6 +84,9 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
%changelog
* Tue Feb 05 2013 Michal Srb <msrb@redhat.com> - 2.2-2
- Migrate from maven-doxia to doxia subpackages
* Fri Jan 11 2013 Tomas Radej <tradej@redhat.com> - 2.2-1
- Initial version