Bläddra i källkod

fix location of docs

Ralf S. Engelschall 19 år sedan
förälder
incheckning
4034c27d9e
2 ändrade filer med 6 tillägg och 2 borttagningar
  1. 3 1
      aspell/aspell.spec
  2. 3 1
      gcrypt/gcrypt.spec

+ 3 - 1
aspell/aspell.spec

@@ -40,7 +40,7 @@ Class:        BASE
 Group:        Writing
 License:      GPL
 Version:      %{V_aspell}
-Release:      20070113
+Release:      20070211
 
 #   package options
 %option       with_perl  no
@@ -123,6 +123,8 @@ AutoReqProv:  no
     GREP="grep" \
     ./configure \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
+        --infodir=%{l_prefix}/info \
         --sysconfdir=%{l_prefix}/etc/aspell \
         --libdir=%{l_prefix}/lib \
         --enable-pkglibdir=%{l_prefix}/lib/aspell \

+ 3 - 1
gcrypt/gcrypt.spec

@@ -33,7 +33,7 @@ Class:        PLUS
 Group:        Cryptography
 License:      LGPL
 Version:      1.2.4
-Release:      20070202
+Release:      20070211
 
 #   list of sources
 Source0:      ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.gz
@@ -68,6 +68,8 @@ AutoReqProv:  no
     ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
+        --infodir=%{l_prefix}/info \
         --disable-shared
     %{l_make} %{l_mflags -O}