Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37739922
en ru br
Репозитории ALT
S:6.0.0-alt2_7jpp11
www.altlinux.org/Changes

Группа :: Разработка/Java
Пакет: javapackages-tools

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: macros.fjava-to-alt-rpm404.patch
Скачать


--- javapackages-6.0.0/macros.d/macros.fjava	2021-07-26 10:45:29.000000000 +0300
+++ javapackages-6.0.0/macros.d/macros.fjava	2022-05-30 22:28:40.736165772 +0300
@@ -204,8 +266,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_remove_dep(rf)     %{expand: %{__pom_call}remove_dep %**
-}
+%pom_remove_dep     %{__pom_call}remove_dep 
 
 
 # %pom_remove_plugin - remove Maven plugin invocation from POM file
@@ -223,8 +284,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_remove_plugin(rf)  %{expand: %{__pom_call}remove_plugin  %**
-}
+%pom_remove_plugin  %{__pom_call}remove_plugin 
 
 
 # %pom_disable_module - disable given project module in POM file
@@ -241,8 +301,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_disable_module() %{expand: %{__pom_call}disable_module %*
-}
+%pom_disable_module %{__pom_call}disable_module 
 
 
 # %pom_xpath_remove - remove an XML node from POM file
@@ -266,11 +325,9 @@
 # because it selects nodes from pom namespace, but "environment/os" won't find
 # anything because it looks for nodes that don't belong to any XML namespace.
 #
-%pom_xpath_remove(rf)   %{expand: %{__pom_call}xpath_remove   %**
-}
+%pom_xpath_remove   %{__pom_call}xpath_remove 
 
-%pom_xpath_disable()   %{expand: %{__pom_call}xpath_disable   %**
-}
+%pom_xpath_disable   %{__pom_call}xpath_disable 
 
 # %pom_xpath_inject - inject XML code into POM file
 #
@@ -287,8 +344,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_xpath_inject()   %{expand: %{__pom_call}xpath_inject   %*
-}
+%pom_xpath_inject   %{__pom_call}xpath_inject 
 
 
 # %pom_xpath_replace - replace XML node from POM file with given XML code
@@ -306,8 +362,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_xpath_replace(rf)  %{expand: %{__pom_call}xpath_replace  %**
-}
+%pom_xpath_replace  %{__pom_call}xpath_replace  
 
 
 # %pom_xpath_set - set text contents of XML node from POM file
@@ -325,8 +380,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_xpath_set(rf)      %{expand: %{__pom_call}xpath_set      %**
-}
+%pom_xpath_set      %{__pom_call}xpath_set  
 
 
 # %pom_add_parent - add parent POM reference to POM file
@@ -344,8 +398,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_add_parent()     %{expand: %{__pom_call}add_parent     %*
-}
+%pom_add_parent     %{__pom_call}add_parent    
 
 
 # %pom_remove_parent - remove parent POM reference from POM file
@@ -358,8 +411,7 @@
 # directory containing pom.xml. If POM location is not given then pom.xml from
 # current working directory is used.
 #
-%pom_remove_parent()  %{expand: %{__pom_call}remove_parent  %*
-}
+%pom_remove_parent  %{__pom_call}remove_parent  
 
 
 # %pom_set_parent - set parent POM reference in POM file
@@ -374,8 +426,7 @@
 # invocation of %pom_add_parent. See documentation for these macros for more
 # information about parameters.
 #
-%pom_set_parent()     %{expand: %{__pom_call}set_parent     %*
-}
+%pom_set_parent     %{__pom_call}set_parent  
 
 
 # %pom_add_dep[_mgmt] - add dependency to POM file
@@ -402,10 +453,8 @@
 # Extra XML is additional XML code to be added into the <dependency> node. This
 # parameter can be ommited, in which case no extra XML is appended.
 #
-%pom_add_dep()        %{expand: %{__pom_call}add_dep        %*
-}
-%pom_add_dep_mgmt()   %{expand: %{__pom_call}add_dep_mgmt   %*
-}
+%pom_add_dep        %{__pom_call}add_dep  
+%pom_add_dep_mgmt   %{__pom_call}add_dep_mgmt 
 
 
 # %pom_add_plugin - add plugin invocation to POM file
@@ -428,11 +477,9 @@
 # Extra XML is additional XML code to be added into the <plugin> node. This
 # parameter can be ommited, in which case no extra XML is appended.
 #
-%pom_add_plugin()     %{expand: %{__pom_call}add_plugin     %*
-}
+%pom_add_plugin     %{__pom_call}add_plugin 
 
-%pom_change_dep(rf)     %{expand: %{__pom_call}change_dep    %**
-}
+%pom_change_dep     %{__pom_call}change_dep
 
 # %javadoc_package - generate javadoc subpackage definition
 #
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin