Correct flawed packaging logic describing nonexistent source file.

Mon, 20 Apr 2009 12:49:50 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 20 Apr 2009 12:49:50 +0200
changeset 177
ba548e351342
parent 176
7ed48a3146ba
child 178
0ba300bdf30a

Correct flawed packaging logic describing nonexistent source file.

webalizer/webalizer.spec file | annotate | diff | comparison | revisions
     1.1 --- a/webalizer/webalizer.spec	Mon Apr 20 12:34:50 2009 +0200
     1.2 +++ b/webalizer/webalizer.spec	Mon Apr 20 12:49:50 2009 +0200
     1.3 @@ -48,8 +48,8 @@
     1.4  Source0:      ftp://ftp.mrunix.net/pub/webalizer/webalizer-%{V_real}-src.tgz
     1.5  Source1:      ftp://ftp.mrunix.net/pub/webalizer/geodb/webalizer-geodb-%{V_geodb}.tgz
     1.6  Source2:      ftp://ftp.mrunix.net/pub/webalizer/webalizer-flags.tgz
     1.7 -Source3:      rc.webalizer
     1.8 -Source4:      webgraphicon.png
     1.9 +Source3:      webgraphicon.png
    1.10 +Source4:      rc.webalizer
    1.11  Patch0:       webalizer.patch
    1.12  
    1.13  #   build information
    1.14 @@ -142,7 +142,7 @@
    1.15      %{l_shtool} install -c -m 644 \
    1.16          GeoDB.dat $RPM_BUILD_ROOT%{l_prefix}/var/webalizer/
    1.17      %{l_shtool} install -c -m 644 \
    1.18 -        webgraphicon.png $RPM_BUILD_ROOT%{l_prefix}/web/webalizer/
    1.19 +        %{SOURCE webgraphicon.png} $RPM_BUILD_ROOT%{l_prefix}/web/webalizer/
    1.20      mv flags $RPM_BUILD_ROOT%{l_prefix}/share/webalizer/
    1.21      ln $RPM_BUILD_ROOT%{l_prefix}/bin/webalizer \
    1.22         $RPM_BUILD_ROOT%{l_prefix}/bin/webazolver

mercurial