Remove seemingly unnecessary (and flawed in this version) substitutions.

Mon, 09 Nov 2009 21:22:11 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 09 Nov 2009 21:22:11 +0100
changeset 242
7d777a650a23
parent 241
b2ced78b5db3
child 243
a306070c4f81

Remove seemingly unnecessary (and flawed in this version) substitutions.

gzip/gzip.spec file | annotate | diff | comparison | revisions
     1.1 --- a/gzip/gzip.spec	Mon Nov 09 21:21:25 2009 +0100
     1.2 +++ b/gzip/gzip.spec	Mon Nov 09 21:22:11 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        Compression
     1.5  License:      GPL
     1.6  Version:      1.3.13
     1.7 -Release:      20091007
     1.8 +Release:      20091110
     1.9  
    1.10  #   list of sources
    1.11  Source0:      ftp://ftp.gnu.org/gnu/gzip/gzip-%{version}.tar.gz
    1.12 @@ -70,7 +70,6 @@
    1.13  %build
    1.14      #   configure package
    1.15      echo "ac_cv_path_shell=%{l_bash}" >config.cache
    1.16 -    %{l_shtool} subst -e 's/futimens/gzip_&/' gzip.c lib/utimens.[ch]
    1.17      CC="%{l_cc}" \
    1.18      CFLAGS="%{l_cflags -O}" \
    1.19      GREP="grep" \

mercurial