SOURCES (AC-branch): rpm.macros, rpm.macros - rename ns_plugin* ->...

glen glen at pld-linux.org
Mon Jun 27 20:21:20 CEST 2005


Author: glen                         Date: Mon Jun 27 18:21:20 2005 GMT
Module: SOURCES                       Tag: AC-branch
---- Log message:
- rename ns_plugin* -> nsplugin*

---- Files affected:
SOURCES:
   rpm.macros (1.158.4.47 -> 1.158.4.48) 
SOURCES:
   rpm.macros (1.224 -> 1.225) 

---- Diffs:

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.158.4.47 SOURCES/rpm.macros:1.158.4.48
--- SOURCES/rpm.macros:1.158.4.47	Thu Jun 23 14:50:18 2005
+++ SOURCES/rpm.macros	Mon Jun 27 20:21:15 2005
@@ -716,7 +716,7 @@
 
 # see browser-plugins.spec / template-browser-plugin.spec
 # written by glen at pld-linux.org.
-%ns_plugin_install(d:) { \
+%nsplugin_install(d:) { \
 # create link if it's first install of either of the packages \
 if [ "$1" = "1" ] && [ "$2" = "1" ]; then \
 ( \
@@ -728,7 +728,7 @@
 ) | ( %banner -t 5 -e %{name}-in ); fi; \
 }
 
-%ns_plugin_uninstall(d:) { \
+%nsplugin_uninstall(d:) { \
 # remove link if either of the packages are gone \
 if [ "$1" = "0" ] || [ "$2" = "0" ]; then \
 ( \

================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.224 SOURCES/rpm.macros:1.225
--- SOURCES/rpm.macros:1.224	Thu Jun 23 14:50:19 2005
+++ SOURCES/rpm.macros	Mon Jun 27 20:21:15 2005
@@ -717,7 +717,7 @@
 
 # see browser-plugins.spec / template-browser-plugin.spec
 # written by glen at pld-linux.org.
-%ns_plugin_install(d:) { \
+%nsplugin_install(d:) { \
 # create link if it's first install of either of the packages \
 if [ "$1" = "1" ] && [ "$2" = "1" ]; then \
 ( \
@@ -729,7 +729,7 @@
 ) | ( %banner -t 5 -e %{name}-in ); fi; \
 }
 
-%ns_plugin_uninstall(d:) { \
+%nsplugin_uninstall(d:) { \
 # remove link if either of the packages are gone \
 if [ "$1" = "0" ] || [ "$2" = "0" ]; then \
 ( \
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.158.4.47&r2=1.158.4.48&f=u
    http://cvs.pld-linux.org/SOURCES/rpm.macros?r1=1.224&r2=1.225&f=u




More information about the pld-cvs-commit mailing list