Correctly install manpages other neglected by the build configuration.

Wed, 22 Jul 2009 20:29:31 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 22 Jul 2009 20:29:31 +0200
changeset 209
3ce324255967
parent 208
251f4db26a3f
child 210
322542bb8184

Correctly install manpages other neglected by the build configuration.

pyzor/pyzor.spec file | annotate | diff | comparison | revisions
     1.1 --- a/pyzor/pyzor.spec	Wed Jul 22 20:02:55 2009 +0200
     1.2 +++ b/pyzor/pyzor.spec	Wed Jul 22 20:29:31 2009 +0200
     1.3 @@ -78,10 +78,17 @@
     1.4          --prefix=%{l_prefix} \
     1.5          --root=$RPM_BUILD_ROOT
     1.6  
     1.7 +    #   copy neglected manpages
     1.8 +    %{l_shtool} mkdir -f -p -m 755 \
     1.9 +        $RPM_BUILD_ROOT%{l_prefix}/man/man1
    1.10 +    %{l_shtool} install -c -m 644 \
    1.11 +        docs/pyzor.1 \
    1.12 +        docs/pyzord.1 \
    1.13 +        $RPM_BUILD_ROOT%{l_prefix}/man/man1/
    1.14 +
    1.15      #   determine installation files
    1.16 -    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
    1.17 -        %{l_files_std} \
    1.18 -        '%doc %{l_prefix}/share/pyzor/doc/*'
    1.19 +    %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
    1.20 +        #'%doc %{l_prefix}/share/pyzor/doc/*'
    1.21  
    1.22  %files -f files
    1.23  

mercurial