SOURCES: rpm.macros - utf8
glen
glen at pld-linux.org
Sun Feb 10 14:02:56 CET 2008
Author: glen Date: Sun Feb 10 13:02:56 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- utf8
---- Files affected:
SOURCES:
rpm.macros (1.429 -> 1.430)
---- Diffs:
================================================================
Index: SOURCES/rpm.macros
diff -u SOURCES/rpm.macros:1.429 SOURCES/rpm.macros:1.430
--- SOURCES/rpm.macros:1.429 Sun Feb 10 13:59:47 2008
+++ SOURCES/rpm.macros Sun Feb 10 14:02:51 2008
@@ -808,7 +808,7 @@
%{nil}
# useradd/groupadd macros
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %useradd [-P package] [-u uid] [-d home_dir] [-s shell] [-c comment]
@@ -872,7 +872,7 @@
fi;
# webapp macros
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# The config is installed/removed inside trigger, this means that you can any
# time install apache1/apache/lighttpd package and the configuration file is
@@ -910,7 +910,7 @@
%{nil}
# service macro.
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# calls usual service restart on package %post, but skips the restart if
# administrator has disabled automatic service restarts in either global
@@ -1051,7 +1051,7 @@
# PEAR install macros
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %%pear_package_setup [-a #] [-n FMT]
@@ -1128,7 +1128,7 @@
%{nil}
# Copies exctracted PEAR package structure and PEAR registry to buildroot.
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
%pear_package_install() \
cp -a ./%{php_pear_dir}/{.registry,*} $RPM_BUILD_ROOT%{php_pear_dir} \
find $RPM_BUILD_ROOT%{php_pear_dir} '(' -name '*~' -o -name '*.orig' ')' | xargs -r rm -v \
@@ -1141,7 +1141,7 @@
# Register OpenLDAP schema.
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %%openldap_schema_register [-d core,nis] %{schemadir}/horde.schema
@@ -1168,7 +1168,7 @@
%{nil}
# Unregister OpenLDAP schema.
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %%openldap_schema_unregister %{schemadir}/horde.schema
@@ -1321,7 +1321,7 @@
%{nil}
# patchset macros
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %patchset_source -f <seq(1) format> <start> [<end>]
@@ -1362,7 +1362,7 @@
%{nil}
# browser plugins v2
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %browser_plugins_add_browser <name> -p <plugindir>
@@ -1391,13 +1391,13 @@
# Helper for LUA.
# split string separated by space into quoted list
#
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# %__lua_split /bin/sh /bin/pdksh -> "/bin/sh", "/bin/pdksh"
%__lua_split() %(echo "%*" | awk '{for (i=1;i<=NF;i++) printf("\\"%%s\\"%%s", $i, i == NF ? "" : ", ")}')
# adjust /etc/shells by adding and removing shells from there
-# Author: Elan Ruusamäe <glen at pld-linux.org>
+# Author: Elan Ruusamäe <glen at pld-linux.org>
#
# Usage:
# %post -p %add_etc_shells -p /bin/sh /bin/pdksh
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm.macros?r1=1.429&r2=1.430&f=u
More information about the pld-cvs-commit
mailing list