gcc/gcc.spec

Tue, 08 Jan 2013 20:08:32 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 08 Jan 2013 20:08:32 +0100
changeset 755
192d78fefb97
parent 561
43c9880b7136
child 771
7173ebcfc87e
permissions
-rw-r--r--

Update to new vendor version (chan_capi as well) and adapt patch logic,
introducing a new variable to control build time SMS call centre channel.

     1 ##
     2 ##  gcc.spec -- OpenPKG RPM Package Specification
     3 ##  Copyright (c) 2000-2010 OpenPKG Foundation e.V. <http://openpkg.net/>
     4 ##
     5 ##  Permission to use, copy, modify, and distribute this software for
     6 ##  any purpose with or without fee is hereby granted, provided that
     7 ##  the above copyright notice and this permission notice appear in all
     8 ##  copies.
     9 ##
    10 ##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
    11 ##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    12 ##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
    13 ##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
    14 ##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    15 ##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    16 ##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
    17 ##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
    18 ##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    19 ##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
    20 ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
    21 ##  SUCH DAMAGE.
    22 ##
    24 #   package version
    25 %define       V_full         4.7.1
    26 %define       V_comp         %nil
    28 #   package information
    29 Name:         gcc
    30 Summary:      GNU Compiler Collection
    31 URL:          http://gcc.gnu.org/
    32 Vendor:       Free Software Foundation
    33 Packager:     OpenPKG Foundation e.V.
    34 Distribution: OpenPKG Community
    35 Class:        CORE
    36 Group:        Compiler
    37 License:      GPL
    38 Version:      %{V_full}
    39 Release:      20120800
    41 #   package options
    42 %option       with_binutils  yes
    43 %option       with_cxx       yes
    44 %option       with_objc      no
    45 %option       with_java      no
    46 %option       with_fortran   no
    47 %option       with_optimize  yes
    48 %option       with_profile   no
    49 %option       with_threads   yes
    50 %option       with_multilib  no
    52 #   fix intermodule dependencies implicitly
    53 %if "%{with_java}" == "yes"
    54 %define  with_cxx      yes
    55 %define  with_threads  yes
    56 %endif
    58 #   list of sources
    59 Source0:      ftp://gcc.gnu.org/pub/gcc/releases/gcc-%{V_full}/gcc-%{V_full}.tar.bz2
    60 Patch0:       gcc.patch
    62 #   build information
    63 BuildPreReq:  OpenPKG, openpkg >= 20100101, make
    64 PreReq:       OpenPKG, openpkg >= 20100101
    65 BuildPreReq:  mpc, mpfr, gmp
    66 PreReq:       mpc, mpfr, gmp
    67 %if "%{with_binutils}" == "yes"
    68 BuildPreReq:  binutils >= 2.14
    69 PreReq:       binutils >= 2.14
    70 %endif
    71 %if "%{with_cxx}" == "yes"
    72 BuildPreReq:  libiconv
    73 PreReq:       libiconv
    74 %endif
    75 %if "%{with_java}" == "yes"
    76 BuildPreReq:  zlib, infozip
    77 PreReq:       zlib
    78 %endif
    80 %description
    81     The GNU Compiler Collection (GCC) provides standard conforming and
    82     highly portable compilers for the ISO C, ISO C++, Objective-C,
    83     Fortran and Java languages.
    85 %track
    86     prog gcc = {
    87         version   = %{V_full}
    88         url       = ftp://gcc.gnu.org/pub/gcc/releases/
    89         regex     = gcc-(4\.\d+\.\d+)
    90         url       = ftp://gcc.gnu.org/pub/gcc/releases/gcc-__NEWVER__/
    91         regex     = gcc-(\d+\.\d+\.\d+)\.tar\.bz2
    92     }
    94 %prep
    95     %setup -q
    96     %patch -p0
    97     %{l_shtool} subst \
    98         -e 's;\(instname="\$dir/\$name"\)i;\1;' \
    99         ltmain.sh
   100     %{l_shtool} subst -v -s \
   101         -e 's;\(gmplibs="-lmpc\) \(-lmpfr -lgmp\);\1 -lm \2;' \
   102         configure
   103     %{l_shtool} subst -v -s \
   104         -e 's;\(LDEXP_LIB=\)"$LIBS";\1"$LDFLAGS";' \
   105         -e 's;PREFIX_INCLUDE_DIR;PREFIX_INCLUDE_DIR_DISABLED;g' \
   106         gcc/configure
   107     %{l_shtool} subst \
   108         -e 's;[ \t]*-W[a-zA-Z0-9_\-][a-zA-Z0-9_\-]*,*;;g' \
   109         lto-plugin/Makefile.in
   110     %{l_shtool} subst \
   111         -e 's;-rpath  *[^ \t][^ \t]*;;g' \
   112         -e 's;--tag=disable-static;--tag=disable-shared;g' \
   113         -e 's;\.\./libiberty/libiberty\.a;-L../libiberty -liberty;g' \
   114         -e 's;\.\./libiberty/pic/libiberty\.a;-L../libiberty/pic -liberty;g' \
   115         lto-plugin/Makefile.in
   116 %if "%{with_cxx}" == "yes"
   117     %{l_shtool} subst \
   118         -e 's;\(pythondir *= *\$(datadir)\)/gcc-\$(gcc_version);\1/gcc;' \
   119         libstdc++-v3/python/Makefile.in
   120 %endif
   121 %if "%{with_java}" == "yes"
   122     %{l_shtool} subst \
   123         -e 's;\(default_python_dir\) *=.*;\1=/share/gcc/python/libjava;' \
   124         libjava/configure
   125     %{l_shtool} subst \
   126         -e 's;JAR *= *@JAR@;JAR = $(here)/scripts/jar;' \
   127         libjava/Makefile.in
   128 %endif
   129     if [ ".%{V_comp}" != . ]; then
   130         %{l_shtool} subst -v -s \
   131             -e 's;(libdir)/gcc/;(libdir)/gcc%{V_comp}/;' \
   132             -e 's;(libexecdir)/gcc/;(libexecdir)/gcc%{V_comp}/;' \
   133             `find . -name Makefile.in -type f -print`
   134     fi
   135     %{l_shtool} subst \
   136         -e 's;^\(do-compare\) *\(=.*\);#\1-shouldnt-be-defined-here \2;' \
   137         config/*.mk
   138     case "%{l_platform -t}" in
   139         amd64-linux* )
   140             %{l_shtool} subst \
   141                 -e 's/GLIBCXX_IS_NATIVE=false/GLIBCXX_IS_NATIVE=true/g' \
   142                 -e 's/test x.gcc_no_link = xyes/false/g' \
   143                 libstdc++-v3/configure
   144             ;;
   145     esac
   146     %{l_shtool} subst \
   147         -e 's;<iconv\.h>;"%{l_prefix}/include/iconv.h";' \
   148         libstdc++-v3/include/ext/codecvt_specializations.h
   149     %{l_shtool} subst \
   150         -e 's;.*with_arch_32=\${with_arch_32:-pentium4}.*;;' \
   151         -e 's;with_arch_32=\${with_arch_32:-pentiumpro};arch_without_sse2=yes;' \
   152         gcc/config.gcc
   153         #-e 's;\(with_arch_32=\${with_arch_32:-\)pentium4};\1pentium3};' \
   155 %if "%{with_cxx}" == "yes"
   156     #   sad hack to correct split gettext in libc and libintl each
   157     #   providing locale-intl.cc disparate libintl.h with externs,
   158     #   see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11074
   159     [ -f %{l_prefix}/include/libintl.h -a -f /usr/include/libintl.h ] && \
   160         cp /usr/include/libintl.h libstdc++-v3/libsupc++/ || \
   161     [ -f /usr/include/libintl.h ] || \
   162         ( echo "A system native gettext installation is not detected. Because GCC"
   163           echo "C++ components require gettext problems may arise. These problems"
   164           echo "can appear at build time causing the build to stop with errors"
   165           echo "containing the words NLS, intl, or locale, or at run time should"
   166           echo "undefined external symbols libintl_* in libstdc++.a interfere with"
   167           echo "building other C++ sources."
   168           echo ""
   169           echo "To solve such problems, contact the GCC package maintainer and inform"
   170           echo "of the location of libintl.h header on the system in question."
   171         ) | %{l_rpmtool} msg -b -t warn
   172 %endif
   174 %build
   175     #   create build subdirectory
   176     %{l_shtool} mkdir -p objbld
   177     cd objbld
   179     #   locate ld(1) and as(1) accordingly
   180 %if "%{with_binutils}" == "yes"
   181     #   allow OpenPKG binutils
   182     LD=%{l_tool_locate ld ld}
   183     AS=%{l_tool_locate as as}
   184 %else
   185     #   ignore OpenPKG binutils
   186     LD=`PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/bin:/opt/sbin:/usr/local/bin:/usr/local/sbin which ld`
   187     AS=`PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/ccs/bin:/opt/bin:/opt/sbin:/usr/local/bin:/usr/local/sbin which as`
   188 %endif
   189     l_with_gnu_ld_as=""
   190     echo $LD | grep '^/' >/dev/null && l_with_gnu_ld_as="--with-ld=$LD"
   191     echo $AS | grep '^/' >/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-as=$AS"
   192     $LD --version </dev/null 2>/dev/null | grep "^GNU ld"        >/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-ld" || l_with_gnu_ld_as="${l_with_gnu_ld_as} --without-gnu-ld"
   193     $AS --version </dev/null 2>/dev/null | grep "^GNU assembler" >/dev/null && l_with_gnu_ld_as="${l_with_gnu_ld_as} --with-gnu-as" || l_with_gnu_ld_as="${l_with_gnu_ld_as} --without-gnu-as"
   195     #   determine threads use
   196 %if "%{with_threads}" == "yes"
   197     l_enable_threads="posix"
   198 %else
   199     l_enable_threads="single"
   200 %endif
   202     #   determine language use
   203     l_enable_languages="c"
   204 %if "%{with_cxx}" == "yes"
   205     l_enable_languages="${l_enable_languages},c++"
   206 %endif
   207 %if "%{with_objc}" == "yes"
   208     l_enable_languages="${l_enable_languages},objc"
   209 %endif
   210 %if "%{with_java}" == "yes"
   211     l_enable_languages="${l_enable_languages},java"
   212 %endif
   213 %if "%{with_fortran}" == "yes"
   214     l_enable_languages="${l_enable_languages},f95"
   215 %endif
   217     #   disable GNU iconv use
   218     ( echo "am_cv_func_iconv=no"
   219       echo "am_cv_lib_iconv=no"
   220       echo "gcc_cv_prog_cmp_skip=true"
   221     ) >config.cache
   223     #   configure the package
   224     LD="$LD" \
   225     AS="$AS" \
   226     CC="%{l_cc}" \
   227     CFLAGS="%{l_cflags}" \
   228 %if "%{with_cxx}" == "yes"
   229     CPPFLAGS="%{l_cppflags}" \
   230     LDFLAGS="%{l_ldflags}" \
   231 %endif
   232     CONFIG_SHELL="%{l_bash}" \
   233     GREP="%{l_bash}" \
   234     ../configure \
   235         --cache-file=./config.cache \
   236         --with-bugurl="http://openpkg.org/" \
   237         --with-pkgversion="%{l_openpkg_release -F "OpenPKG-%%t"}" \
   238         --srcdir=`pwd`/.. \
   239         --prefix=%{l_prefix} \
   240         --exec-prefix=%{l_prefix} \
   241         --mandir=%{l_prefix}/man \
   242         --infodir=%{l_prefix}/info \
   243         --includedir=%{l_prefix}/include/gcc%{V_comp} \
   244         --with-gxx-include-dir=%{l_prefix}/include/g++%{V_comp} \
   245         --enable-languages="${l_enable_languages}" \
   246         --enable-threads="${l_enable_threads}" \
   247         --disable-maintainer-mode \
   248         --disable-shared \
   249         --disable-nls \
   250 %if "%{with_java}" == "yes"
   251         --with-system-zlib \
   252 %endif
   253 %if "%{with_multilib}" == "yes"
   254         --enable-multilib \
   255 %else
   256         --disable-multilib \
   257 %endif
   258 %if "%{with_cxx}" == "yes"
   259         --with-libiconv-prefix=%{l_prefix} \
   260 %endif
   261         --with-gmp=%{l_prefix} \
   262         --with-mpfr=%{l_prefix} \
   263         --with-mpc=%{l_prefix} \
   264         ${l_with_gnu_ld_as}
   266     #   determine build flags
   267     l_ccisgcc=no
   268     if [ ".`(%{l_cc} -v; %{l_cc} --version) </dev/null 2>&1 | grep -i 'gcc'`" != . ]; then
   269         l_ccisgcc=yes
   270     fi
   271     l_cflags=""
   272     l_cxxflags=""
   273     l_boot_cflags=""
   274     l_libcflags="-g"
   275     l_libcxxflags="-g"
   276     #   at least GNU as from GNU binutils supports -pipe always
   277     "$AS" --version </dev/null 2>/dev/null | grep "^GNU assembler" >/dev/null && {
   278         l_boot_cflags="$l_boot_cflags -pipe"
   279         l_libcxxflags="$l_libcxxflags -pipe"
   280     }
   281 %if "%{with_optimize}" == "yes"
   282     #   GCC authors are not keeping up with optimized portability expectations
   283     ( echo "As GCC advances its optimization logic becomes increasingly complex (and"
   284       echo "buggy?) Since at least GCC 4.5, problems have been reported using arguments"
   285       echo "-O, -mtune, or -march implicitly or explicitly during different bootstrap"
   286       echo "stages as well as stage comparison and even the final installation."
   287       echo ""
   288       echo "Pay attention when building on one computer and installing on another as"
   289       echo "problems may be platform specific. If in doubt, disable optimization."
   290     ) | %{l_rpmtool} msg -b -t warn
   291     if [ ".$l_ccisgcc" != .yes ]; then
   292         #   CPU native detection only works with GCC (see driver-i386.c)
   293         ( echo "Platform specific optimization is enabled, but detection of appropriate"
   294           echo "native architecture is only possible when bootstrapping GCC using a pre-"
   295           echo "installed GCC. The current build is using a different compiler, so such"
   296           echo "optimization is generically built while deferring native architecture"
   297           echo "detection to the final GCC binary."
   298           echo ""
   299           echo "To achieve native architecture detection while bootstrapping please"
   300           echo "install GCC first and then build GCC a second time."
   301         ) | %{l_rpmtool} msg -b -t notice
   302     fi
   303     #   tuning without specifying '-march' is portable and in theory
   304     #   allows the resulting GCC binaries to execute on other hosts!
   305     case "%{l_platform -t}" in
   306         *sun4[uv]-*                  ) l_boot_cflags="$l_boot_cflags -mtune=v9" ;;
   307         *sun*-*                      ) l_boot_cflags="$l_boot_cflags -mtune=v8" ;;
   308         *i?86-* | *amd64-* | *ia64-* ) l_boot_cflags="$l_boot_cflags -mtune=native" ;;
   309         *                            ) l_boot_cflags="$l_boot_cflags -mtune=generic" ;;
   310     esac
   311     l_cflags="$l_cflags -O"
   312     l_boot_cflags="$l_boot_cflags -O3 -fomit-frame-pointer"
   313     l_libcxxflags="$l_libcxxflags -O3 -fno-implicit-templates"
   314 %else
   315     #   don't optimize at all to avoid problems
   316     l_boot_cflags="$l_boot_cflags -O0"
   317     l_libcxxflags="$l_libcxxflags -O0"
   318 %endif
   319 %if "%{with_profile}" == "yes"
   320     #   generate profile feedback
   321     maketarget="profiledbootstrap"
   322     loc_makeflags="%{l_mflags}"
   324     #   warn about exceptional build duration for profile feedback
   325     ( echo "Building profile feedback on some hosts can take many days to complete!"
   326       echo "Now continuing to build a profiled bootstrap with parallel make logic"
   327       echo "disabled according to profiling requirements..."
   328     ) | %{l_rpmtool} msg -b -t warn
   330     #   warn about profiled bootstrap requirement of 64-bit arithmetic
   331     if [ ".$l_ccisgcc" != .yes ]; then
   332         ( echo "A preinstalled GCC was not detected although one is recommended for"
   333           echo "building a profiled bootstrap. Buildtime or runtime errors can occur if"
   334           echo "the compiler used to build profile feedback doesn't support 64-bit math."
   335           echo ""
   336           echo "If in doubt, stop now and start the build again with profiling disabled."
   337         ) | %{l_rpmtool} msg -b -t warn
   338     fi
   339 %else
   340     #   build in three stages
   341     maketarget="bootstrap"
   342     loc_makeflags="%{l_mflags -O}"
   343 %endif
   344     case "%{l_platform -t}" in
   345         *64-* ) l_cflags="$l_cflags -fPIC"; l_cxxflags="$l_cxxflags -fPIC" ;;
   346     esac
   347 %if "%{with_cxx}" == "yes"
   348     l_cflags="$l_cflags %{l_cppflags}"
   349     l_cxxflags="$l_cxxflags %{l_cppflags}"
   350     l_libcflags="$l_libcflags %{l_cppflags}"
   351     l_libcxxflags="$l_libcxxflags %{l_cppflags}"
   352 %endif
   354     #   build the package
   355     MAKE="%{l_make} ${loc_makeflags}" \
   356     %{l_make} ${loc_makeflags} \
   357         GREP="grep" \
   358         MAKE="%{l_make} ${loc_makeflags}" \
   359         BOOT_CFLAGS="${l_boot_cflags}" \
   360         CFLAGS="${l_cflags}" \
   361         CXXFLAGS="${l_cxxflags}" \
   362 %if "%{with_cxx}" == "yes"
   363         CPPFLAGS="%{l_cppflags}" \
   364         LDFLAGS="%{l_ldflags}" \
   365         BOOT_LDFLAGS="%{l_ldflags}" \
   366 %endif
   367         LIBCFLAGS="${l_libcflags}" \
   368         LIBCXXFLAGS="${l_libcxxflags}" \
   369         $maketarget
   371 %install
   372     rm -rf $RPM_BUILD_ROOT
   374     #   fetch GNU platform triple
   375     triple=`./config.guess`
   377     #   perform standard installation procedure
   378     ( cd objbld
   379       %{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   380     ) || exit $?
   382     #   cleanup installation tree
   383     mv $RPM_BUILD_ROOT%{l_prefix}/lib/{lib*.a,*.spec} \
   384        $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/ \
   385        >/dev/null 2>&1 || true
   386     mv $RPM_BUILD_ROOT%{l_prefix}/lib64/{lib*.a,*.spec} \
   387        $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/ \
   388        >/dev/null 2>&1 || true
   389     dirs=""
   390     for multilib in `$RPM_BUILD_ROOT%{l_prefix}/bin/gcc --print-multi-lib`; do
   391         subdir=`echo "$multilib" | sed -e 's/;.*$//'`
   392         [ ".$subdir" = .. ] && continue
   393         mv $RPM_BUILD_ROOT%{l_prefix}/lib/$subdir/lib*.a \
   394            $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/$subdir/ \
   395            >/dev/null 2>&1 || true
   396         mv $RPM_BUILD_ROOT%{l_prefix}/lib64/$subdir/lib*.a \
   397            $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/$subdir/ \
   398            >/dev/null 2>&1 || true
   399         dirs="$dirs $subdir"
   400     done
   401     for subdir in $dirs; do
   402         rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/$subdir >/dev/null 2>&1 || true
   403     done
   404     mv $RPM_BUILD_ROOT%{l_prefix}/${triple}/include/* \
   405        $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/include/ \
   406            >/dev/null 2>&1 || true
   408     #   correct hardcoded paths
   409     %{l_shtool} subst \
   410         -e "s;\(dependency_libs\) *=.*;\1='-L%{l_prefix}/lib\ -L%{l_prefix}/lib/gcc%{V_comp}/${triple}/%{V_full}\ -liberty';" \
   411        $RPM_BUILD_ROOT%{l_prefix}/libexec/gcc%{V_comp}/${triple}/[0-9]*/liblto_plugin.la
   413     #   strip installation tree
   414     rm -rf $RPM_BUILD_ROOT%{l_prefix}/${triple}
   415     rm -f  $RPM_BUILD_ROOT%{l_prefix}/info/dir
   416     rm -rf $RPM_BUILD_ROOT%{l_prefix}/man/man7   >/dev/null 2>&1 || true
   417     rm -f  $RPM_BUILD_ROOT%{l_prefix}/lib/*.la   >/dev/null 2>&1 || true
   418     rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib64      >/dev/null 2>&1 || true
   419     rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-gcc* >/dev/null 2>&1 || true
   420 %if "%{with_cxx}" == "yes"
   421     rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-c++  >/dev/null 2>&1 || true
   422     rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-g++  >/dev/null 2>&1 || true
   423 %endif
   424 %if "%{with_java}" == "yes"
   425     rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-gcj  >/dev/null 2>&1 || true
   426 %endif
   427 %if "%{with_fortran}" == "yes"
   428     rm -f  $RPM_BUILD_ROOT%{l_prefix}/bin/*-gfortran >/dev/null 2>&1 || true
   429 %endif
   430     strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   431     for prog in cc1 cc1plus collect2 cpp; do
   432         strip $RPM_BUILD_ROOT%{l_prefix}/lib/gcc%{V_comp}/${triple}/[0-9]*/${prog} \
   433             >/dev/null 2>&1 || true
   434     done
   436     #   bump up installation tree
   437     ln $RPM_BUILD_ROOT%{l_prefix}/bin/gcc \
   438        $RPM_BUILD_ROOT%{l_prefix}/bin/cc
   439     ln $RPM_BUILD_ROOT%{l_prefix}/man/man1/gcc.1 \
   440        $RPM_BUILD_ROOT%{l_prefix}/man/man1/cc.1
   441 %if "%{with_cxx}" == "yes"
   442     ln $RPM_BUILD_ROOT%{l_prefix}/man/man1/g++.1 \
   443        $RPM_BUILD_ROOT%{l_prefix}/man/man1/c++.1
   444 %endif
   446     #   determine installation file list
   447     %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   449 %files -f files
   451 %clean
   452     rm -rf $RPM_BUILD_ROOT

mercurial