Install man page for pom_change_dep

This commit is contained in:
Michal Srb 2014-06-12 10:46:57 +02:00
parent f94bdba80c
commit eaf84163c7
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,24 @@
diff --git a/install b/install
index 6caf88f..16216a7 100755
--- a/install
+++ b/install
@@ -142,6 +142,7 @@ inst_data target/pom_disable_module.7 "${mandir}/man7"
inst_data target/pom_remove_dep.7 "${mandir}/man7"
inst_data target/pom_remove_parent.7 "${mandir}/man7"
inst_data target/pom_remove_plugin.7 "${mandir}/man7"
+inst_data target/pom_change_dep.7 "${mandir}/man7"
inst_data target/pom_set_parent.7 "${mandir}/man7"
inst_data target/pom_xpath_inject.7 "${mandir}/man7"
inst_data target/pom_xpath_remove.7 "${mandir}/man7"
diff --git a/man/pom_change_dep.txt b/man/pom_change_dep.txt
index 234853f..3871641 100644
--- a/man/pom_change_dep.txt
+++ b/man/pom_change_dep.txt
@@ -1,5 +1,5 @@
-pom_add_dep(7)
-==============
+pom_change_dep(7)
+=================
:doctype: manpage
:man source: JAVAPACKAGES
:man manual: Java Packages Tools

View File

@ -1,6 +1,6 @@
Name: javapackages-tools
Version: 4.0.0
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Macros and scripts for Java packaging support
@ -17,6 +17,7 @@ Patch5: 0010-maven.req-When-generating-req-from-POM-file-do-not-b.patch
Patch6: add-support-for-xmvn.resolver.disableEffectivePom-property.patch
Patch7: update-docs.patch
Patch8: 0001-artifact-Generate-provides-for-compat-artifacts-with.patch
Patch9: install-pom_change_dep-man-page.patch
BuildArch: noarch
@ -149,6 +150,7 @@ This package provides non-essential macros and scripts to support Java packaging
%patch6 -p1
%patch7 -p1
%patch8 -p1
%patch9 -p1
%build
%configure
@ -189,6 +191,9 @@ popd
%doc LICENSE
%changelog
* Thu Jun 12 2014 Michal Srb <msrb@redhat.com> - 4.0.0-8
- Install man page for pom_change_dep
* Tue Jun 10 2014 Michal Srb <msrb@redhat.com> - 4.0.0-7
- Backport fix for maven.prov