fix msm-plugin.c svace issue: make sure dupPath is not NULL before strchr()
[platform/upstream/rpm.git] / macros.in
index 93cd063..17a438d 100644 (file)
--- a/macros.in
+++ b/macros.in
@@ -6,15 +6,6 @@
 # should be added to /etc/rpm/macros, while per-user configuration should
 # be added to ~/.rpmmacros.
 #
-#==============================================================================
-# Macro naming conventions (preliminary):
-#
-#      Macros that begin with an underscore are "local" in the sense that
-#      they (if used) will not be exported in rpm headers. Some macros
-#      that don't start with an underscore (but look like they should)
-#      are compatible with macros generated by rpm-2.5.x and will be made
-#      more consistent in a future release.
-#
 
 #==============================================================================
 # ---- A macro that expands to nothing.
@@ -31,6 +22,7 @@
 #==============================================================================
 # ---- Generally useful path macros.
 #
+%__7zip                        @__7ZIP@
 %__awk                 @AWK@
 %__bzip2               @__BZIP2@
 %__cat                 @__CAT@
@@ -47,6 +39,8 @@
 %__id_u                        %{__id} -u
 %__install             @__INSTALL@
 %__ln_s                        @LN_S@
+%__lrzip               @__LRZIP@
+%__lzip                        @__LZIP@
 # Deprecated, use %__xz instead.
 %__lzma                        %__xz --format=lzma
 %__xz                  @__XZ@
 %__patch               @__PATCH@
 %__perl                        @__PERL@
 %__python              @__PYTHON@
+%__restorecon          @__RESTORECON@
 %__rm                  @__RM@
 %__rsh                 @__RSH@
 %__sed                 @__SED@
+%__semodule            @__SEMODULE@
 %__ssh                 @__SSH@
 %__tar                 @__TAR@
 %__unzip               @__UNZIP@
+%__zstd                        @__ZSTD@
+%__gem                 @__GEM@
+%__git                 @__GIT@
+%__hg                  @__HG@
+%__bzr                 @__BZR@
+%__quilt               @__QUILT@
 
 #==============================================================================
 # ---- Build system path macros.
 # %if ! %{with static}
 # ...
 # %endif
-# %ifdef %{with static}
+# %if %{with static}
 # ...
 # %endif
 # %{?with_static: ... }
 #
 #      The directory where rpm's configuration and scripts live
 %_rpmconfigdir         %{getconfdir}
+#       The directory where rpm's macro files live
+%_rpmmacrodir          %{_rpmconfigdir}/macros.d
 
 #      The directory where sources/patches will be unpacked and built.
 %_builddir             %{_topdir}/BUILD
 #      A spec file can %%define _find_debuginfo_opts to pass options to
 #      the script.  See the script for details.
 #
+
+%_find_debuginfo_opts %{?_rpm_strip_disable:--strip-disable}
+%_find_debuginfo_strip_opts %{?_rpm_strip_option:\'--strip-option=%{_rpm_strip_option}\'}
+%_find_debuginfo_ko_strip_opts %{?_rpm_ko_strip_option:\'--strip-ko-option=%{_rpm_ko_strip_option}\'}
+
 %__debug_install_post   \
-   %{_rpmconfigdir}/find-debuginfo.sh %{?_missing_build_ids_terminate_build:--strict-build-id} %{?_find_debuginfo_opts} "%{_builddir}/%{?buildsubdir}"\
+    %{_rpmconfigdir}/find-debuginfo.sh \\\
+    %{?_smp_mflags} \\\
+    %{?_missing_build_ids_terminate_build:--strict-build-id} \\\
+    %{?_no_recompute_build_ids:-n} \\\
+    %{?_include_minidebuginfo:-m} \\\
+    %{?_include_gdb_index:-i} \\\
+    %{?_unique_build_ids:--build-id-seed "%{VERSION}-%{RELEASE}"} \\\
+    %{?_unique_debug_names:--unique-debug-suffix "-%{VERSION}-%{RELEASE}.%{_arch}"} \\\
+    %{?_unique_debug_srcs:--unique-debug-src-base "%{name}-%{VERSION}-%{RELEASE}.%{_arch}"} \\\
+    %{?_find_debuginfo_dwz_opts} \\\
+    %{?_find_debuginfo_opts} \\\
+    %{?_find_debuginfo_strip_opts} \\\
+    %{?_find_debuginfo_ko_strip_opts} \\\
+    %{?_debugsource_packages:-S debugsourcefiles.list} \\\
+    "%{_builddir}/%{?buildsubdir}"\\\
+    %{?_install_debug_manifest} \
 %{nil}
 
 #      Template for debug information sub-package.
-%debug_package \
-%ifnarch noarch\
-%global __debug_package 1\
-%package debug\
+%_debuginfo_template \
+%package debuginfo\
 Summary: Debug information for package %{name}\
 Group: Development/Debug\
-AutoReqProv: 0\
-%description debug\
+AutoReq: 0\
+AutoProv: 1\
+%description debuginfo\
 This package provides debug information for package %{name}.\
 Debug information is useful when developing applications that use this\
 package or when debugging this package.\
-%files debug -f debugfiles.list\
+%files debuginfo -f debugfiles.list\
+%{nil}
+
+%_debugsource_template \
+%package debugsource\
+Summary: Debug sources for package %{name}\
+Group: Development/Debug\
+AutoReqProv: 0\
+%description debugsource\
+This package provides debug sources for package %{name}.\
+Debug sources are useful when developing applications that use this\
+package or when debugging this package.\
+%files debugsource -f debugsourcefiles.list\
 %defattr(-,root,root)\
+%manifest %{name}-debugsource.manifest \
+%{nil}
+
+%debug_package \
+%ifnarch noarch\
+%global __debug_package 1\
+%_debuginfo_template\
+%{?_debugsource_packages:%_debugsource_template}\
 %endif\
 %{nil}
 
-%_defaultdocdir                %{_datadir}/doc
+%_defaultdocdir                %{_datadir}/doc/packages
+%_docdir_fmt           %%{NAME}
+%_defaultlicensedir    %{_datadir}/licenses
+
+# Following macros for filtering auto deps must not be used in spec files.
+# Their purpouse is to set up global filtering for all packages. If you need
+# to set up specific filtering for your package use %__requires_exclude_from
+# and %__provides_exclude_from instead.
+%__global_requires_exclude_from                %{?_docdir:%{_docdir}}
+%__global_provides_exclude_from                %{?_docdir:%{_docdir}}
 
 #      The path to the gzip executable (legacy, use %{__gzip} instead).
 %_gzipbin              %{__gzip}
@@ -200,6 +252,15 @@ package or when debugging this package.\
 #      Any older entry is not packaged in binary packages.
 %_changelog_trimtime   0
 
+#      If true, set the SOURCE_DATE_EPOCH environment variable
+#      to the timestamp of the topmost changelog entry
+%source_date_epoch_from_changelog 0
+
+#      If true, make sure that timestamps in built rpms
+#      are not later than the value of SOURCE_DATE_EPOCH.
+#      Is ignored when SOURCE_DATE_EPOCH is not set.
+%clamp_mtime_to_source_date_epoch 0
+
 #      The directory where newly built binary packages will be written.
 %_rpmdir               %{_topdir}/RPMS
 
@@ -207,9 +268,6 @@ package or when debugging this package.\
 #      (legacy).
 %_rpmfilename          %{_build_name_fmt}
 
-#      The default signature type.
-%_signature            gpg
-
 #      The directory where sources/patches from a source package will be
 #      installed. This is also where sources/patches are found when building.
 %_sourcedir            %{_topdir}/SOURCES
@@ -225,13 +283,14 @@ package or when debugging this package.\
 %_buildrootdir         %{_topdir}/BUILDROOT
 
 #      Build root path, where %install installs the package during build.
-%buildroot             %{_buildrootdir}/%{name}-%{version}-%{release}.%{_arch}
+%buildroot             %{_buildrootdir}/%{NAME}-%{VERSION}-%{RELEASE}.%{_arch}
 
 #      Directory where temporaray files can be created.
 %_tmppath              %{_var}/tmp
 
 #      Path to top of build area.
-%_topdir               %{getenv:HOME}/rpmbuild
+%_topdir               %{expand:%%global _topdir %{lua:if posix.access(rpm.expand("%{_usrsrc}/packages"), "w") then print "%{_usrsrc}/packages" else print "%{getenv:HOME}/rpmbuild" end} \
+}%_topdir
 
 #      The path to the unzip executable (legacy, use %{__unzip} instead).
 %_unzipbin             %{__unzip}
@@ -268,6 +327,16 @@ package or when debugging this package.\
 #
 #%bugurl
 
+#      Configurable distribution tag, same as Disttag: tag in a specfile.
+#      The tag will be used to supply reliable information to tools like
+#      rpmfind.
+#
+# Note: You should not configure with disturl (or build packages with
+# the Disttag: tag) unless you are willing to supply content in a
+# yet-to-be-determined format at the tag specified.
+#
+#%disttag
+
 #      Boolean (i.e. 1 == "yes", 0 == "no") that controls whether files
 #      marked as %doc should be installed.
 #%_excludedocs
@@ -330,25 +399,29 @@ package or when debugging this package.\
 #      Compression type and level for source/binary package payloads.
 #              "w9.gzdio"      gzip level 9 (default).
 #              "w9.bzdio"      bzip2 level 9.
-#              "w7.xzdio"      xz level 7, xz's default.
-#              "w7.lzdio"      lzma-alone level 7, lzma's default
+#              "w6.xzdio"      xz level 6, xz's default.
+#              "w7T16.xzdio"   xz level 7 using 16 thread (xz only)
+#              "w6.lzdio"      lzma-alone level 6, lzma's default
+#              "w3.zstdio"     zstd level 3, zstd's default
+#              "w.ufdio"       uncompressed
 #
 #%_source_payload      w9.gzdio
 #%_binary_payload      w9.gzdio
+%_binary_payload       w19.zstdio
 
 #      Algorithm to use for generating file checksum digests on build.
 #      If not specified or 0, MD5 is used.
-#      WARNING: non-MD5 is backwards incompatible, don't enable lightly!
-#      The supported algorithms may depend on NSS version, as of NSS
-#      3.11.99.5 the following are supported:
-#      1       MD5 (default)
+#      WARNING: non-MD5 is backwards incompatible with rpm < 4.6!
+#      The supported algorithms may depend on the underlying crypto
+#      implementation but generally at least the following are supported:
+#      1       MD5
 #      2       SHA1
-#      8       SHA256
+#      8       SHA256 (default)
 #      9       SHA384
 #      10      SHA512
 #
-#%_source_filedigest_algorithm 1
-#%_binary_filedigest_algorithm 1
+%_source_filedigest_algorithm  8
+%_binary_filedigest_algorithm  8
 
 #      Configurable vendor information, same as Vendor: in a specfile.
 #
@@ -358,7 +431,8 @@ package or when debugging this package.\
 %_default_patch_fuzz   0
 
 #      Default patch flags
-%_default_patch_flags  -s
+#%_default_patch_flags -s
+%_default_patch_flags --no-backup-if-mismatch
 
 #==============================================================================
 # ---- Build configuration macros.
@@ -382,9 +456,27 @@ package or when debugging this package.\
 %_missing_doc_files_terminate_build    1
 
 #
+# Should empty %files manifest file terminate a build?
+#
+# Note: The default value should be 0 for legacy compatibility.
+%_empty_manifest_terminate_build       0
+
+#
 # Should binaries in noarch packages terminate a build?
 %_binaries_in_noarch_packages_terminate_build  1
 
+# Should invalid utf8 encoding in package metadata terminate a build?
+%_invalid_encoding_terminates_build 0
+
+# Should invalid version format in requires, provides, ... terminate a build?
+%_wrong_version_format_terminate_build 0
+
+#
+# Should rpm try to download missing sources at build-time?
+# Enabling this is dangerous as long as rpm has no means to validate
+# the integrity of the download with a digest or signature.
+%_disable_source_fetch 1
+
 #
 # Program to call for each successfully built and written binary package.
 # The package name is passed to the program as a command-line argument.
@@ -417,119 +509,155 @@ package or when debugging this package.\
 #%_missing_build_ids_terminate_build   1
 
 #
-# Use internal dependency generator rather than external helpers?
-%_use_internal_dependency_generator    1
-
+# Include minimal debug information in build binaries.
+# Requires _enable_debug_packages.
 #
-# Filter GLIBC_PRIVATE Provides: and Requires:
-%_filter_GLIBC_PRIVATE                 0
-
-# Desired selinux policy tree
-%__policy_tree %{expand:%%global __policy_tree %{lua:\
-t="targeted"\
-f = io.open("/etc/selinux/config")\
-if f then\
-  for l in f:lines() do\
-    if "SELINUXTYPE=" == string.sub(l,0,12) then t=string.sub(l,13); end\
-  end\
-  f:close()\
-end\
-print (t)\
-}}%{__policy_tree}
-
-# Path to selinux file context patterns.
-%__file_context_path /etc/selinux/%{__policy_tree}/contexts/files/file_contexts
-
-# Directories whose contents should be considered as documentation.
-%__docdir_path %{_datadir}/doc:%{_datadir}/man:%{_datadir}/info:%{_datadir}/gtk-doc/html:%{?_docdir}:%{?_mandir}:%{?_infodir}:%{?_javadocdir}:/usr/doc:/usr/man:/usr/info:/usr/X11R6/man
+#%_include_minidebuginfo       1
 
 #
-# Path to selinux file context patterns used to add
-# RPMTAG_FILECONTEXTS to packages when building.
+# Include a .gdb_index section in the .debug files.
+# Requires _enable_debug_packages and gdb-add-index installed.
 #
-# Undefined, missing or %{nil} will disable.
-%_build_file_context_path      %{nil}
+#%_include_gdb_index   1
 
 #
-# Path to selinux file context patterns used to set
-# (or override package content) file contexts when installing.
+# Defines how and if build_id links are generated for ELF files.
+# The following settings are supported:
 #
-# Undefined, missing or %{nil} will use package content (if available).
-%_install_file_context_path    %{__file_context_path}
-
+# - none
+#   No build_id links are generated.
 #
-# Path to selinux file context patterns used to verify
-# file contexts on file system.
+# - alldebug
+#   build_id links are generated only when the __debug_package global is
+#   defined. This will generate build_id links in the -debuginfo package
+#   for both the main file as /usr/lib/debug/.build-id/xx/yyy and for
+#   the .debug file as /usr/lib/debug/.build-id/xx/yyy.debug.
+#   This is the old style build_id links as generated by the original
+#   find-debuginfo.sh script.
 #
-# Undefined, missing or %{nil} will use package content (if available).
-%_verify_file_context_path     %{__file_context_path}
-
+# - separate
+#   build_id links are generate for all binary packages. If this is a
+#   main package (the __debug_package global isn't set) then the
+#   build_id link is generated as /usr/lib/.build-id/xx/yyy. If this is
+#   a -debuginfo package (the __debug_package global is set) then the
+#   build_id link is generated as /usr/lib/debug/.build-id/xx/yyy.
 #
-# Path to scripts to autogenerate package dependencies,
-#
-# Note: Used iff _use_internal_dependency_generator is zero.
-#%__find_provides      %{_rpmconfigdir}/rpmdeps --provides
-#%__find_requires      %{_rpmconfigdir}/rpmdeps --requires
-%__find_provides       %{_rpmconfigdir}/find-provides
-%__find_requires       %{_rpmconfigdir}/find-requires
-#%__find_conflicts     ???
-#%__find_obsoletes     ???
+# - compat
+#   Same as for "separate" but if the __debug_package global is set then
+#   the -debuginfo package will have a compatibility link for the main
+#   ELF /usr/lib/debug/.build-id/xx/yyy -> /usr/lib/.build-id/xx/yyy
+%_build_id_links alldebug
 
-#
-# Path to scripts to autogenerate per-filetype package dependencies.
-# If the script supports extra options they can be passed by defining 
-# <helper_macro>_opts macro(s), eg in spec:
-# %define __ocaml_requires_opts -i Warnings
-#
-# Note: Used iff _use_internal_dependency_generator is non-zero. The
-# helpers are also used by %{_rpmconfigdir}/rpmdeps {--provides|--requires}.
-#%__perl_provides      %{_rpmconfigdir}/perldeps.pl --provides
-#%__perl_requires      %{_rpmconfigdir}/perldeps.pl --requires
+# Whether build-ids should be made unique between package version/releases
+# when generating debuginfo packages. If set to 1 this will pass
+# --build-id-seed "%{VERSION}-%{RELEASE}" to find-debuginfo.sh which will
+# pass it onto debugedit --build-id-seed to be used to prime the build-id
+# note hash.
+%_unique_build_ids     1
 
-%__script_requires     %{_rpmconfigdir}/script.req
+# Do not recompute build-ids but keep whatever is in the ELF file already.
+# Cannot be used together with _unique_build_ids (which forces recomputation).
+# Defaults to undefined (unset).
+#%_no_recompute_build_ids 1
 
-%__elf_provides                %{_rpmconfigdir}/elfdeps --provides %{?__filter_GLIBC_PRIVATE:--filter-private}
-%__elf_requires                %{_rpmconfigdir}/elfdeps --requires %{?__filter_GLIBC_PRIVATE:--filter-private}
+# Whether .debug files should be made unique between package version,
+# release and architecture. If set to 1 this will pass
+# --unique-debug-suffix "-%{VERSION}-%{RELEASE}.%{_arch} find-debuginfo.sh
+# to create debuginfo files which end in -<ver>-<rel>.<arch>.debug
+# Requires _unique_build_ids.
+#%_unique_debug_names  0
 
-%__perl_provides       %{_rpmconfigdir}/perl.prov
-%__perl_requires       %{_rpmconfigdir}/perl.req
+# Whether the /usr/debug/src/<package> directories should be unique between
+# package version, release and architecture. If set to 1 this will pass
+# --unique-debug-src-base "%{name}-%{VERSION}-%{RELEASE}.%{_arch}" to
+# find-debuginfo.sh to name the directory under /usr/debug/src as
+# <name>-<ver>-<rel>.<arch>.
+%_unique_debug_srcs    1
 
-%__python_provides     %{_rpmconfigdir}/pythondeps.sh --provides
-%__python_requires     %{_rpmconfigdir}/pythondeps.sh --requires
+# Whether rpm should put debug source files into its own subpackage
+%_debugsource_packages 1
 
-%__mono_provides        %{_rpmconfigdir}/mono-find-provides %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir}
-%__mono_requires        %{_rpmconfigdir}/mono-find-requires %{_builddir}/%{?buildsubdir} %{buildroot} %{_libdir}
+# Whether rpm should create extra debuginfo packages for each subpackage
+%_debuginfo_subpackages 1
 
-%__libtool_provides    %{_rpmconfigdir}/libtooldeps.sh --provides %{buildroot} %{name}
-%__libtool_requires     %{_rpmconfigdir}/libtooldeps.sh --requires %{buildroot} %{name}
+#
+# Use internal dependency generator rather than external helpers?
+%_use_internal_dependency_generator    1
 
-%__pkgconfig_provides   %{_rpmconfigdir}/pkgconfigdeps.sh --provides
-%__pkgconfig_requires   %{_rpmconfigdir}/pkgconfigdeps.sh --requires
+#
+# Filter GLIBC_PRIVATE Provides: and Requires:
+%_filter_GLIBC_PRIVATE                 0
 
-%__ocaml_provides       %{_rpmconfigdir}/ocaml-find-provides.sh
-%__ocaml_requires       %{_rpmconfigdir}/ocaml-find-requires.sh
+# Directories whose contents should be considered as documentation.
+%__docdir_path %{_datadir}/doc:%{_datadir}/man:%{_datadir}/info:%{_datadir}/gtk-doc/html:%{?_docdir}:%{?_mandir}:%{?_infodir}:%{?_javadocdir}:/usr/doc:/usr/man:/usr/info:/usr/X11R6/man
 
-%__font_provides       %{_rpmconfigdir}/fontconfig.prov
-%__font_requires       %{nil}
-%__desktop_provides    %{_rpmconfigdir}/desktop-file.prov
-%__desktop_requires    %{nil}
+# maxnum,cuttime,minnum
+# 2014/10/13 (SLES12 GA)
+%_binarychangelogtrim 0,1413151200,10
+
+#
+# Path to scripts to autogenerate package dependencies,
+#
+%__set_helper_env %{lua:
+posix.setenv("RPMBUILD_SPECFILE",rpm.expand("%?_specfile"));
+posix.setenv("RPMBUILD_SOURCEDIR",rpm.expand("%?_sourcedir"));
+}
+# Note: Used iff _use_internal_dependency_generator is zero.
+#%__find_provides      %{_rpmconfigdir}/rpmdeps --provides
+#%__find_requires      %{_rpmconfigdir}/rpmdeps --requires
+%__find_provides       %{_rpmconfigdir}/find-provides %name
+%__find_requires       %{_rpmconfigdir}/find-requires %name
+#%__find_conflicts     ???
+#%__find_obsoletes     ???
+%__find_supplements    %{_rpmconfigdir}/find-supplements %name
+#%__find_enhances      ???
+
+# 
+# Path to file attribute classifications for automatic dependency 
+# extraction, used when _use_internal_dependency_generator
+# is used (on by default). Files can have any number of attributes
+# attached to them, and dependencies are separately extracted for
+# each attribute.
+# 
+# To define a new file attribute called "myattr", add a file named
+# "myattr" to this directory, defining the requires and/or provides
+# finder script(s) + magic and/or path pattern regex(es).
+# provides finder and 
+# %__myattr_requires   path + args to requires finder script for <myattr>
+# %__myattr_provides   path + args to provides finder script for <myattr>
+# %__myattr_magic      libmagic classification match regex
+# %__myattr_path       path based classification match regex
+# %__myattr_flags      flags to control behavior (just "exeonly" for now)
+# %__myattr_exclude_magic      exclude by magic regex
+# %__myattr_exclude_path       exclude by path regex
+#
+%_fileattrsdir         %{_rpmconfigdir}/fileattrs
+
+# This macro defines how much space (in bytes) in package should be
+# reserved for gpg signatures during building of a package. If this space is
+# big enough for gpg signatures to fit into it then signing of the packages is
+# very quick because it is not necessary to rewrite the whole package to make
+# some space for gpg signatures.
+%__gpg_reserved_space 4096
 
 #==============================================================================
 # ---- Database configuration macros.
+#
+# Select backend database. The following values are supported:
+# bdb Berkeley DB
+# lmdb Lightning Memory-mapped Database
+# ndb new data base format
+#
+%_db_backend         bdb
+
+#
 #      Macros used to configure Berkley db parameters.
 #
 # rpmdb macro configuration values are a colon (or white space) separated
 # list of tokens, with an optional '!' negation to explicitly disable bit
 # values, or a "=value" if a parameter. A per-tag value is used (e.g.
 # %_dbi_config_Packages) if defined, otherwise a per-rpmdb default
-# (e.g. %_dbi_config). The configuration is also conditioned on the
-# existence of an internal %{_rpmdb_rebuild} switch to permit changing
-# the configuration while rebuilding an rpmdb database.
-#
-# The rpmdb configuration tokens are in a popt table in rpmdb/dbconfig.c,
-# see that for the latest gory details. Note carefully that, unless you
-# are writing an rpm installer, you shouldn't have to touch *any* of these
-# parameters.
+# (e.g. %_dbi_config).
 #
 # Here's a short list of the tokens, with a guess of whether the option is
 # useful:
@@ -545,140 +673,38 @@ print (t)\
 #    I believe that you will find pagesize=512 "best".
 # 3) Adding nofsync increases speed, but risks total data loss. Fiddle shared
 #    and/or mp_size instead.
-# 4) btree is faster than hash, but would require some painful rpm release
-#    engineering to convert everbody's databases to btree, not gonna happen
-#    soon.
-#
-# See the db3-devel package, or http://www.sleepycat.com for Berkeley db-3.x
-# documentation.
 #
 #   token      works?  Berkeley db flag or value
 #==================================================
-#---------------------- DBENV->open parameters and tunable values:
+#---------------------- DBENV tunable values:
 #   mmapsize=16Mb      DBENV->set_mp_mmapsize
 #   cachesize=1Mb      DBENV->set_cachesize, DB->set_cachesize
-#---------------------- DBENV->open and DB->open common bits:
-#   create             DB_CREATE
-#   thread     ???     DB_THREAD       (useless w/o posix mutexes on linux)
-#---------------------- DBENV->open bits:
-#   joinenv            DB_JOIN_ENV
-#   mpool              DB_INIT_MPOOL
-#   cdb                +++     DB_INIT_CDB
-#   txn                ???     DB_INIT_TXN
-#   log                ???     DB_INIT_LOG
-#   lock       ???     DB_INIT_LOCK
-#   recover    ???     DB_RECOVER
-#   recover_fatal ???  DB_RECOVER_FATAL
-#   use_environ        ???     DB_USE_ENVIRON
-#   use_environ_root ??? DB_USE_ENVIRON_ROOT
-#   private    +++     DB_PRIVATE
-#   lockdown   ???     DB_LOCKDOWN
-#   shared     +++     DB_SYSTEM_MEM
-#---------------------- DB->open parameters and tunable values:
-#   pagesize=512 +++   DB->set_pagesize
 #---------------------- DB->open bits:
-#   excl       ???     DB_EXCL
 #   nommap     ???     DB_NOMMAP
-#   rdonly             DB_RDONLY
-#---------------------- DB->open types:
-#   btree              DB_BTREE
-#   hash               DB_HASH
-#   recno      ???     DB_RECNO
-#   queue      ???     DB_QUEUE
-#   unknown    +++     DB_UNKNOWN
-#---------------------- DB->set_flags bits:
-#   bt_dup     +++     (btree only) DB_DUP
-#   bt_dupsort +++     (btree only) DB_DUPSORT
-#   ht_dup     +++     (hash only) DB_DUP
-#   ht_dupsort +++     (hash only) DB_DUPSORT
 #----------------------- rpmdb specific configuration:
-#   usedbenv           (always on) Use db3 environment?
-#   verify             (db3 only) Verify Packages db after RW close?
 #   lockdbfd           (always on for Packages) Use fcntl(2) locking ?
 #   nofsync            Disable fsync(2) call performed after db3 writes?
-#   temporary          Unlink file when closing.
-#
-
-# XXX Use transactions and logs for rpmdb durability (no clue yet):
-#%__dbi_other                  create joinenv mpool txn log \
-#                              mp_mmapsize=8Mb mp_size=512Kb
-
-# Use a CDB database model for concurrent access.
-# XXX Add "private" here for legacy interoperation transiting to glibc+nptl.
-%__dbi_cdb                     create cdb mpool mp_mmapsize=16Mb mp_size=1Mb
-
-%__dbi_other                   %{?_tmppath:tmpdir=%{_tmppath}} %{?__dbi_cdb}
-
-# Note: adding nofsync here speeds up --rebuilddb a lot.
-%__dbi_rebuild                 nofsync !log !txn !cdb
-%__dbi_transient               %{__dbi_rebuild} temporary private
-%__dbi_perms                   perms=0644
-
-#
-#--- Hash database configuration
-%__dbi_htconfig        \
-  hash         \
-  %{__dbi_other}\
-  %{__dbi_perms}\
-%{nil}
-
-%__dbi_htconfig_current                %{__dbi_htconfig}
-%__dbi_htconfig_rebuild                %{__dbi_htconfig} %{__dbi_rebuild}
-
-%_dbi_htconfig         \
-  %{?_rpmdb_rebuild:%{__dbi_htconfig_rebuild}}\
-  %{!?_rpmdb_rebuild:%{__dbi_htconfig_current}}\
-%{nil}
-
 #
-#--- Btree database configuration
-%__dbi_btconfig        \
-  btree                \
-  %{__dbi_other}\
-  %{__dbi_perms}\
-%{nil}
 
-%__dbi_btconfig_current                %{__dbi_btconfig}
-%__dbi_btconfig_rebuild                %{__dbi_btconfig} %{__dbi_rebuild}
+# Misc BDB tuning options
+%__dbi_other                   mp_mmapsize=128Mb mp_size=1Mb
 
-%_dbi_btconfig         \
-  %{?_rpmdb_rebuild:%{__dbi_btconfig_rebuild}}\
-  %{!?_rpmdb_rebuild:%{__dbi_btconfig_current}}\
-%{nil}
-
-# The list of tags for which indices will be built.
-%_dbi_tags     Packages:Name:Basenames:Group:Requirename:Providename:Conflictname:Obsoletename:Triggername:Dirnames:Requireversion:Provideversion:Installtid:Sigmd5:Sha1header:Filedigests:Pubkeys
+%_dbi_config                   %{?__dbi_other} nofsync
 
 # "Packages" should have shared/exclusive fcntl(2) lock using "lockdbfd".
-%_dbi_config_Packages          %{_dbi_htconfig} lockdbfd
-
-%_dbi_config_Dirnames          %{_dbi_btconfig}
-%_dbi_config_Requireversion    %{_dbi_btconfig}
-%_dbi_config_Provideversion    %{_dbi_btconfig}
-%_dbi_config_Installtid                %{_dbi_btconfig}
-%_dbi_config_Removetid         %{_dbi_btconfig}
-
-%_dbi_config   %{_dbi_htconfig}
-
-# XXX legacy configuration.
-# Choose db interface:
-#      3       native db3 interface.
-#
-# There are two macros so that --rebuilddb can convert db1 -> db3.
-#
-%_dbapi                        3
-%_dbapi_rebuild                3
+%_dbi_config_Packages          %{?__dbi_other} lockdbfd
 
 #==============================================================================
 # ---- GPG/PGP/PGP5 signature macros.
 #      Macro(s) to hold the arguments passed to GPG/PGP for package
 #      signing and verification.
 #
-%__gpg_check_password_cmd      %{__gpg} \
-       gpg --batch --no-verbose --passphrase-fd 3 -u "%{_gpg_name}" -so -
 
 %__gpg_sign_cmd                        %{__gpg} \
-       gpg --batch --no-verbose --no-armor --passphrase-fd 3 --no-secmem-warning \
+       gpg --no-verbose --no-armor \
+       %{?_gpg_digest_algo:--digest-algo %{_gpg_digest_algo}} \
+       --no-secmem-warning \
+       %{?_gpg_sign_cmd_extra_args:%{_gpg_sign_cmd_extra_args}} \
        -u "%{_gpg_name}" -sbo %{__signature_filename} %{__plaintext_filename}
 
 # XXX rpm >= 4.1 verifies signatures internally
@@ -712,13 +738,6 @@ print (t)\
 # XXX  Note: escaped %% for use in headerSprintf()
 %_build_name_fmt       %%{ARCH}/%%{NAME}-%%{VERSION}-%%{RELEASE}.%%{ARCH}.rpm
 
-#      The default transaction color. This value is a set of bits to
-#      determine file and dependency affinity for this arch.
-#              0       uncolored (i.e. use only arch as install hint)
-#              1       Elf32 permitted
-#              2       Elf64 permitted
-%_transaction_color    @RPMCANONCOLOR@
-
 #      Verify digest/signature flags for various rpm modes:
 #      0x30300 (_RPMVSF_NODIGESTS)    --nohdrchk      if set, don't check digest(s)
 #      0xc0c00 (_RPMVSF_NOSIGNATURES) --nosignature   if set, don't check signature(s)
@@ -749,21 +768,16 @@ print (t)\
 %_vsflags_erase                %{__vsflags}
 %_vsflags_install      %{__vsflags}
 %_vsflags_query                %{__vsflags}
-%_vsflags_rebuilddb    %{__vsflags}
+%_vsflags_rebuilddb    0xc0c00
 %_vsflags_verify       %{__vsflags}
 
-#      Relations between package names that cause dependency loops
-#      with legacy packages that cannot be fixed. Relations are
-#      specified as
-#              p>q
-#      where package p has a Requires: on something that package q Provides:
-#
-# XXX  Note: that there cannot be any whitespace within the string "p>q",
-#      and that both p and q are package names (i.e. no version/release).
-#
+# Set to 1 to minimize writing (at the cost of more reads) to
+# conserve eg SSD disks.
+%_minimize_writes      0
 
-%_dependency_whiteout                  \
-       %{nil}
+# Set to 1 to flush file IO during transactions (at a severe cost in
+# performance for rotational disks)
+#%_flush_io    0
 
 #
 # Default output format string for rpm -qa
@@ -772,24 +786,13 @@ print (t)\
 %_query_all_fmt                %%{nvra}
 
 #
-# Default path to the file used for transaction fcntl lock.
-%_rpmlock_path %{_dbpath}/.rpm.lock
-
-#==============================================================================
-# ---- per-platform macros.
-#      Macros that are specific to an individual platform. The values here
-#      will be used if the per-platform macro file does not exist..
-#
-%_arch                 @RPMCANONARCH@
-%_build_arch           @RPMCANONARCH@
-%_vendor               @RPMCANONVENDOR@
-%_os                   @RPMCANONOS@
-%_gnu                  @RPMCANONGNU@
-%_target_platform      %{_target_cpu}-%{_vendor}-%{_target_os}%{?_gnu}
+# Default for coloring output
+# valid values are always never and auto
+%_color_output never
 
 #
-# Define a generic value for optflags. Normally overridden by per-target macros.
-%optflags              -O2
+# Default path to the file used for transaction fcntl lock.
+%_rpmlock_path %{_dbpath}/.rpm.lock
 
 #
 # ISA dependency marker, none for noarch and name-bitness for others
@@ -800,6 +803,9 @@ print (t)\
 %__arch_install_post   %{nil}
 %__os_install_post     %{___build_post}
 
+# Macro to fix broken permissions in sources
+%_fixperms      %{__chmod} -Rf @FIXPERMS@
+
 #==============================================================================
 # ---- Scriptlet template templates.
 #      Global defaults used for building scriptlet templates.
@@ -817,9 +823,9 @@ print (t)\
   export RPM_SOURCE_DIR RPM_BUILD_DIR RPM_OPT_FLAGS RPM_ARCH RPM_OS\
   RPM_DOC_DIR=\"%{_docdir}\"\
   export RPM_DOC_DIR\
-  RPM_PACKAGE_NAME=\"%{name}\"\
-  RPM_PACKAGE_VERSION=\"%{version}\"\
-  RPM_PACKAGE_RELEASE=\"%{release}\"\
+  RPM_PACKAGE_NAME=\"%{NAME}\"\
+  RPM_PACKAGE_VERSION=\"%{VERSION}\"\
+  RPM_PACKAGE_RELEASE=\"%{RELEASE}\"\
   export RPM_PACKAGE_NAME RPM_PACKAGE_VERSION RPM_PACKAGE_RELEASE\
   LANG=C\
   export LANG\
@@ -828,6 +834,8 @@ print (t)\
   export RPM_BUILD_ROOT}\
   %{?_javaclasspath:CLASSPATH=\"%{_javaclasspath}\"\
   export CLASSPATH}\
+  PKG_CONFIG_PATH=\"${PKG_CONFIG_PATH}:%{_libdir}/pkgconfig:%{_datadir}/pkgconfig\"\
+  export PKG_CONFIG_PATH\
   \
   %{verbose:set -x}%{!verbose:exec > /dev/null}\
   umask 022\
@@ -835,7 +843,7 @@ print (t)\
 
 
 #%___build_body                %{nil}
-%___build_post         exit 0
+%___build_post         exit $?
 
 %___build_template     #!%{___build_shell}\
 %{___build_pre}\
@@ -848,7 +856,6 @@ print (t)\
 #==============================================================================
 # ---- Scriptlet templates.
 #      Macro(s) that expand to a command and script that is executed.
-#      CAVEAT: All macro expansions must fit in a BUFSIZ (8192 byte) buffer.
 #
 %__spec_prep_shell     %{___build_shell}
 %__spec_prep_args      %{___build_args}
@@ -987,6 +994,15 @@ print (t)\
 %_infodir              %{_datadir}/info
 %_mandir               %{_datadir}/man
 
+%_hal_prefix           /hal
+%_hal_bindir           %{_hal_prefix}/bin
+%_hal_sbindir          %{_hal_prefix}/sbin
+%_hal_libdir           %{_hal_prefix}/%{_lib}
+%_hal_includedir       %{_hal_prefix}/include
+%_hal_sysconfdir       %{_hal_prefix}%{_sysconfdir}
+%_hal_datadir          %{_hal_prefix}/share
+%_hal_licensedir       %{_hal_prefix}/share/licenses
+
 #==============================================================================
 # ---- config.guess platform macros.
 #      Macro(s) similar to the tokens used by configure.
@@ -997,7 +1013,7 @@ print (t)\
 %_build_vendor         %{_host_vendor}
 %_build_os             %{_host_os}
 %_host                 @host@
-%_host_alias           @host_alias@%{nil}
+%_host_alias           @host@%{nil}
 %_host_cpu             @host_cpu@
 %_host_vendor          @host_vendor@
 %_host_os              @host_os@
@@ -1016,9 +1032,6 @@ print (t)\
 # directory structure (--prefix, --libdir etc) and compiler flags
 # such as CFLAGS.
 #
-# The configure macro should be invoked as %configure (rather than %{configure})
-# because the rest of the arguments will be expanded using %*.
-#
 %_configure ./configure
 %configure \
   CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
@@ -1026,6 +1039,7 @@ print (t)\
   FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
   %{_configure} --host=%{_host} --build=%{_build} \\\
        --program-prefix=%{?_program_prefix} \\\
+       --disable-dependency-tracking \\\
        --prefix=%{_prefix} \\\
        --exec-prefix=%{_exec_prefix} \\\
        --bindir=%{_bindir} \\\
@@ -1038,16 +1052,27 @@ print (t)\
        --localstatedir=%{_localstatedir} \\\
        --sharedstatedir=%{_sharedstatedir} \\\
        --mandir=%{_mandir} \\\
-       --infodir=%{_infodir}
+       --infodir=%{_infodir} \\\
+       --disable-dependency-tracking
+
+#------------------------------------------------------------------------------
+# Tested features of make
+# Output synchronization for parallel make:
+%_make_output_sync %(! %{__make} --version -O >/dev/null 2>&1 || echo -O)
+
+#------------------------------------------------------------------------------
+# The "make" analogue, hiding the _smp_mflags magic from specs
+%make_build %{__make} %{_make_output_sync} %{?_smp_mflags}
 
 #------------------------------------------------------------------------------
 # The make install analogue of %configure for modern autotools:
-%make_install %{__make} install DESTDIR=%{?buildroot}
+%make_install %{__make} install DESTDIR=%{?buildroot} INSTALL="%{__install} -p"
 
 #------------------------------------------------------------------------------
 # Former make install analogue, kept for compatibility and for old/broken
 #  packages that don't support DESTDIR properly.
 %makeinstall \
+  echo "warning: %%makeinstall is deprecated, try %%make_install instead" 1>&2\
   %{__make} \\\
        prefix=%{?buildroot:%{buildroot}}%{_prefix} \\\
        exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix} \\\
@@ -1065,61 +1090,6 @@ print (t)\
   install
 
 #------------------------------------------------------------------------------
-# The GNUconfigure macro does the following:
-#       update config.guess and config.sub.
-#       regenerate all autoconf/automake files
-#       optionally change to a directory (make the directory if requested).
-#       run configure with correct prefix, platform, and CFLAGS.
-#       optionally restore current directory.
-#
-# Based on autogen.sh from GNOME and orginal GNUconfigure
-#
-%GNUconfigure(MCs:)      \
-  CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS; \
-  LDFLAGS="${LDFLAGS:-%{-s:-s}}"  ; export LDFLAGS; \
-  %{-C:_mydir="`pwd`"; %{-M: %{__mkdir} -p %{-C*};} cd %{-C*}} \
-  dirs="`find ${_mydir} -name configure.in -print`"; export dirs; \
-    for coin in `echo ${dirs}` \
-do \
-  dr=`dirname ${coin}`; \
-if test -f ${dr}/NO-AUTO-GEN; then \
- : \
-else \
-     macrodirs=`sed -n -e 's,AM_ACLOCAL_INCLUDE(\(.*\)),\1,gp' < ${coin}`; \
-    ( cd ${dr}; \
-      aclocalinclude="${ACLOCAL_FLAGS}"; \
-      for k in ${macrodirs}; do \
-        if test -d ${k}; then \
-          aclocalinclude="${aclocalinclude} -I ${k}"; \
-        ##else \
-        ##  echo "**Warning**: No such directory \`${k}'.  Ignored." \
-        fi \
-      done \
-      if grep "^AM_GNU_GETTEXT" configure.in >/dev/null; then \
-        if grep "sed.*POTFILES" configure.in >/dev/null; then \
-          : do nothing -- we still have an old unmodified configure.in \
-        else \
-          test -r ${dr}/aclocal.m4 || touch ${dr}/aclocal.m4; \
-          echo "no" | gettextize --force --copy; \
-          test -r ${dr}/aclocal.m4 && %{__chmod} u+w ${dr}/aclocal.m4; \
-        fi \
-      fi \
-      if grep "^AM_PROG_LIBTOOL" configure.in >/dev/null; then \
-        %{__libtoolize} --force --copy; \
-      fi \
-      aclocal ${aclocalinclude}; \
-      if grep "^AM_CONFIG_HEADER" configure.in >/dev/null; then \
-        %{__autoheader}; \
-      fi \
-      echo "Running automake --gnu ${am_opt} ..."; \
-      %{__automake} --add-missing --gnu ${am_opt}; \
-      %{__autoconf}; \
-    ); \
-  fi \
-done \
-  %{-C:${_mydir}}%{!-C:.}/configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir} %* ; \
-  %{-C:cd ${_mydir}; unset _mydir}
-
 %patches %{lua: for i, p in ipairs(patches) do print(p.." ") end}
 %sources %{lua: for i, s in ipairs(sources) do print(s.." ") end}
 
@@ -1145,7 +1115,8 @@ done \
 #      %{perl_sitearch}/Image
 #      %dir %{perl_sitearch}/auto/Image
 #
-%requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
+%requires_eq() %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
+%requires_ge() %(echo '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not")
 %perl_sitearch %(eval "`%{__perl} -V:installsitearch`"; echo $installsitearch)
 %perl_sitelib  %(eval "`%{__perl} -V:installsitelib`"; echo $installsitelib)
 %perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
@@ -1156,12 +1127,12 @@ done \
 #------------------------------------------------------------------------------
 # Useful python macros for determining python version and paths
 #
-%python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib())")
-%python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
-%python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")
+%python_sitelib %(%{__python} -Es %{_rpmconfigdir}/python-macro-helper sitelib)
+%python_sitearch %(%{__python} -Es %{_rpmconfigdir}/python-macro-helper sitearch)
+%python_version %(%{__python} -Es %{_rpmconfigdir}/python-macro-helper version)
 
 #------------------------------------------------------------------------------
-# arch macro for all Intel i?86 compatibile processors
+# arch macro for all Intel i?86 compatible processors
 #  (Note: This macro (and it's analogues) will probably be obsoleted when
 #   rpm can use regular expressions against target platforms in macro
 #   conditionals.
@@ -1170,7 +1141,27 @@ done \
 
 #------------------------------------------------------------------------------
 # arch macro for all supported ARM processors
-%arm   armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l
+%arm   armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl
+
+#------------------------------------------------------------------------------
+# arch macro for 32-bit MIPS processors
+%mips32        mips mipsel mipsr6 mipsr6el
+
+#------------------------------------------------------------------------------
+# arch macro for 64-bit MIPS processors
+%mips64        mips64 mips64el mips64r6 mips64r6el
+
+#------------------------------------------------------------------------------
+# arch macro for big endian MIPS processors
+%mipseb        mips mipsr6 mips64 mips64r6
+
+#------------------------------------------------------------------------------
+# arch macro for little endian MIPS processors
+%mipsel        mipsel mipsr6el mips64el mips64r6el
+
+#------------------------------------------------------------------------------
+# arch macro for all supported MIPS processors
+%mips  %{mips32} %{mips64}
 
 #------------------------------------------------------------------------------
 # arch macro for all supported Sparc processors
@@ -1180,6 +1171,10 @@ done \
 # arch macro for all supported Alpha processors
 %alpha alpha alphaev56 alphaev6 alphaev67
 
+#------------------------------------------------------------------------------
+# arch macro for all supported PowerPC 64 processors
+%power64       ppc64 ppc64p7 ppc64le
+
 #------------------------------------------------------------------------
 # Use in %install to generate locale specific file lists. For example,
 #
@@ -1190,16 +1185,147 @@ done \
 # %files -f %{name}.lang
 #
 %find_lang     %{_rpmconfigdir}/find-lang.sh %{buildroot}
+%no_lang_C  --without-C
+
 
 # Commands + opts to use for retrieving remote files
 # Proxy opts can be set through --httpproxy/--httpport popt aliases,
 # for any special local needs use %__urlhelper_localopts in system-wide
 # or per-user macro configuration.
 %__urlhelpercmd         @__CURL@
-%__urlhelperopts        --silent --show-error --fail --location -o
+%__urlhelperopts        --silent --show-error --fail --globoff --location -o
 %__urlhelper_proxyopts   %{?_httpproxy:--proxy %{_httpproxy}%{?_httpport::%{_httpport}}}%{!?_httpproxy:%{nil}}
 %_urlhelper             %{__urlhelpercmd} %{?__urlhelper_localopts} %{?__urlhelper_proxyopts} %{__urlhelperopts}
 
+# Transaction plugin macros
+%__plugindir           %{_libdir}/rpm-plugins
+#%__transaction_systemd_inhibit        %{__plugindir}/systemd_inhibit.so
+#%__transaction_selinux                %{__plugindir}/selinux.so
+#%__transaction_syslog         %{__plugindir}/syslog.so
+#%__transaction_ima            %{__plugindir}/ima.so
+#%__transaction_prioreset      %{__plugindir}/prioreset.so
+
+#------------------------------------------------------------------------------
+# transaction specific macros
+#%__transaction_plugins     msm
+#%__plugindir                          %{_libdir}/rpm-plugins
+#%__transaction_msm                    %{__plugindir}/msm.so
+#%__transaction_msm_default_policy     %{_libdir}/rpm-plugins/msm-device-sec-policy
+#------------------------------------------------------------------------------
+# Macros for further automated spec %setup and patch application
+
+# default to plain patch
+%__scm patch
+# meh, figure something saner
+%__scm_username rpm-build
+%__scm_usermail <rpm-build>
+%__scm_author %{__scm_username} %{__scm_usermail}
+
+# Plain patch (-m is unused)
+%__scm_setup_patch(q) %{nil}
+%__scm_apply_patch(qp:m:)\
+%{__patch} %{-p:-p%{-p*}} %{-q:-s} --fuzz=%{_default_patch_fuzz} %{_default_patch_flags}
+
+# Plain patch with backups for gendiff
+%__scm_setup_gendiff(q) %{nil}
+%__scm_apply_gendiff(qp:m:)\
+%{__patch} %{-p:-p%{-p*}} %{-q:-s} --fuzz=%{_default_patch_fuzz} %{_default_patch_flags} -b --suffix ".%{2}"
+
+# Mercurial (aka hg)
+%__scm_setup_hg(q)\
+%{__hg} init %{-q} .\
+%{__hg} add %{-q} .\
+%{__hg} commit %{-q} --user "%{__scm_author}" -m "%{NAME}-%{VERSION} base"
+
+%__scm_apply_hg(qp:m:)\
+%{__hg} import - %{-p:-p%{-p*}} %{-q} -m %{-m*} --user "%{__scm_author}"
+
+# Git
+%__scm_setup_git(q)\
+%{__git} init %{-q}\
+%{__git} config user.name "%{__scm_username}"\
+%{__git} config user.email "%{__scm_usermail}"\
+%{__git} add .\
+%{__git} commit %{-q} -a\\\
+       --author "%{__scm_author}" -m "%{NAME}-%{VERSION} base"
+
+%__scm_apply_git(qp:m:)\
+%{__git} apply --index %{-p:-p%{-p*}} -\
+%{__git} commit %{-q} -m %{-m*} --author "%{__scm_author}"
+
+# Git, using "git am" (-m is unused)
+%__scm_setup_git_am(q)\
+%{expand:%__scm_setup_git %{-q}}
+
+%__scm_apply_git_am(qp:m:)\
+%{__git} am %{-q} %{-p:-p%{-p*}}
+
+# Quilt
+%__scm_setup_quilt(q) %{nil}
+%__scm_apply_quilt(qp:m:)\
+%{__quilt} import %{-p:-p%{-p*}} %{1} && %{__quilt} push %{-q}
+
+# Bzr
+%__scm_setup_bzr(q)\
+%{__bzr} init %{-q}\
+%{__bzr} whoami --branch "%{__scm_author}"\
+%{__bzr} add .\
+%{__bzr} commit %{-q} -m "%{NAME}-%{VERSION} base"
+
+# bzr doesn't seem to have its own command to apply patches?
+%__scm_apply_bzr(qp:m:)\
+%{__patch} %{-p:-p%{-p*}} %{-q:-s}\
+%{__bzr} commit %{-q} -m %{-m*}
+
+# Single patch application
+%apply_patch(qp:m:)\
+%{lua:\
+local file = rpm.expand("%{1}")\
+local num = rpm.expand("%{2}")\
+if posix.access(file, "r") then\
+    local options = rpm.expand("%{-q} %{-p:-p%{-p*}} %{-m:-m%{-m*}}")\
+    local scm_apply = rpm.expand("%__scm_apply_%{__scm}")\
+    print(rpm.expand("%{uncompress:"..file.."} | "..scm_apply.." "..options.."  "..file.." "..num.."\\n"))\
+else\
+    print("echo 'Cannot read "..file.."'; exit 1;".."\\n")\
+end}
+
+# Automatically apply all patches
+%autopatch(vp:)\
+%{lua:\
+local options = rpm.expand("%{!-v:-q} %{-p:-p%{-p*}} ")\
+for i, p in ipairs(patches) do\
+    print(rpm.expand("%apply_patch -m %{basename:"..p.."}  "..options..p.." "..i.."\\n"))\
+end}
+
+# One macro to (optionally) do it all.
+# -S<scm name> Sets the used patch application style, eg '-S git' enables
+#              usage of git repository and per-patch commits.
+# -N           Disable automatic patch application
+# -p<num>      Use -p<num> for patch application       
+%autosetup(a:b:cDn:TvNS:p:)\
+%setup %{-a} %{-b} %{-c} %{-D} %{-n} %{-T} %{!-v:-q}\
+%{-S:%global __scm %{-S*}}\
+%{expand:%__scm_setup_%{__scm} %{!-v:-q}}\
+%{!-N:%autopatch %{-v} %{-p:-p%{-p*}}}
 
 # \endverbatim
 #*/
+
+
+#------------------------------------------------------------------------
+# standard build service macros
+#
+%ext_info .gz
+%ext_man .gz
+
+%info_add() test -x /sbin/install-info -a -f %{?2}%{?!2:%{_infodir}}/%{1}%ext_info && /sbin/install-info --info-dir=%{?2}%{?!2:%{_infodir}} %{?2}%{?!2:%{_infodir}}/%{1}%ext_info \
+%{nil}
+
+%info_del() test -x /sbin/install-info -a ! -f %{?2}%{?!2:%{_infodir}}/%{1}%ext_info && /sbin/install-info --quiet --delete --info-dir=%{?2}%{?!2:%{_infodir}} %{?2}%{?!2:%{_infodir}}/%{1}%ext_info \
+%{nil}
+
+%user_group_add() \
+/usr/sbin/groupadd -o -r %{1} 2>/dev/null || :\
+/usr/sbin/useradd -o -r -g %{1} -d %{2} -s %{3} -c %{4} %{1} 2>/dev/null || :\
+%{nil}