This commit is contained in:
parent
5e6bcb3dfc
commit
85e67601b9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5108049a3b18d9106c3b203070195b6211d871a443466debe88e68474629862
|
|
||||||
size 533944
|
|
3
doxia-sitetools-1.9.2-source-release.zip
Normal file
3
doxia-sitetools-1.9.2-source-release.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8e40dc08a95d4af9d65fd3e481f548ff1e106efb36fc97bd1f10d048ad47c1c
|
||||||
|
size 547948
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:78a55a2617440be1b4f52923dc2f74bc4c1ff4a0b71206f98927f1304285bc31
|
oid sha256:ca18e722d595a0006d6e23d2fa6b5d56668d307086d011232c900d060e40882f
|
||||||
size 3444
|
size 3464
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package maven
|
# spec file for package maven-doxia-sitetools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,13 +19,13 @@
|
|||||||
%global parent maven-doxia
|
%global parent maven-doxia
|
||||||
%global subproj sitetools
|
%global subproj sitetools
|
||||||
Name: %{parent}-%{subproj}
|
Name: %{parent}-%{subproj}
|
||||||
Version: 1.7.5
|
Version: 1.9.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Doxia content generation framework
|
Summary: Doxia content generation framework
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://maven.apache.org/doxia/
|
URL: https://maven.apache.org/doxia/
|
||||||
Source0: http://repo2.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/%{version}/doxia-%{subproj}-%{version}-source-release.zip
|
Source0: https://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-sitetools/%{version}/doxia-%{subproj}-%{version}-source-release.zip
|
||||||
Source1: %{name}-build.tar.xz
|
Source1: %{name}-build.tar.xz
|
||||||
Patch0: 0001-Port-to-plexus-utils-3.0.24.patch
|
Patch0: 0001-Port-to-plexus-utils-3.0.24.patch
|
||||||
Patch1: 0002-Remove-dependency-on-velocity-tools.patch
|
Patch1: 0002-Remove-dependency-on-velocity-tools.patch
|
||||||
@ -68,8 +68,8 @@ BuildRequires: xmvn-resolve
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-apt)
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-apt)
|
||||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-fml)
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-fml)
|
||||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-markdown)
|
|
||||||
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-xdoc)
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-xdoc)
|
||||||
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-module-xhtml5)
|
||||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
BuildRequires: mvn(org.apache.maven:maven-parent:pom:)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -113,6 +113,8 @@ API documentation for %{name}.
|
|||||||
rm -rf $(find -type d -name itext)
|
rm -rf $(find -type d -name itext)
|
||||||
%pom_remove_dep -r :doxia-module-itext
|
%pom_remove_dep -r :doxia-module-itext
|
||||||
|
|
||||||
|
%pom_remove_dep -r :doxia-module-markdown
|
||||||
|
|
||||||
%{mvn_alias} :doxia-integration-tools org.apache.maven.shared:maven-doxia-tools
|
%{mvn_alias} :doxia-integration-tools org.apache.maven.shared:maven-doxia-tools
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -128,6 +130,7 @@ build-jar-repository -s lib \
|
|||||||
maven-doxia/doxia-logging-api \
|
maven-doxia/doxia-logging-api \
|
||||||
maven-doxia/doxia-module-fo \
|
maven-doxia/doxia-module-fo \
|
||||||
maven-doxia/doxia-module-xhtml \
|
maven-doxia/doxia-module-xhtml \
|
||||||
|
maven-doxia/doxia-module-xhtml5 \
|
||||||
maven-doxia/doxia-sink-api \
|
maven-doxia/doxia-sink-api \
|
||||||
maven/maven-artifact \
|
maven/maven-artifact \
|
||||||
maven/maven-artifact-2.0.2 \
|
maven/maven-artifact-2.0.2 \
|
||||||
|
Loading…
Reference in New Issue
Block a user