Переглянути джерело

fix location of manual pages

Ralf S. Engelschall 19 роки тому
батько
коміт
a8fdd23105
3 змінених файлів з 7 додано та 3 видалено
  1. 2 1
      imagemagick/imagemagick.spec
  2. 3 1
      libassuan/libassuan.spec
  3. 2 1
      samba/samba.spec

+ 2 - 1
imagemagick/imagemagick.spec

@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Graphics
 License:      GPL
 Version:      %{V_opkg}
-Release:      20070209
+Release:      20070211
 
 #   package options
 %option       with_perl   no
@@ -114,6 +114,7 @@ AutoReqProv:  no
     LIBS="-liconv" \
     %{l_bash} ./configure \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --without-magick-plus-plus \
         --without-modules \
         --disable-shared \

+ 3 - 1
libassuan/libassuan.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        Libraries
 License:      GPL/LGPL
 Version:      1.0.1
-Release:      20061123
+Release:      20070211
 
 #   list of sources
 Source0:      ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{version}.tar.bz2
@@ -70,6 +70,8 @@ AutoReqProv:  no
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --infodir=%{l_prefix}/info \
+        --mandir=%{l_prefix}/man \
         --with-pth-prefix=%{l_prefix} \
         --disable-shared
     %{l_make} %{l_mflags -O}

+ 2 - 1
samba/samba.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Filesystem
 License:      GPL
 Version:      3.0.24
-Release:      20070206
+Release:      20070211
 
 #   package options
 %option       with_pam   no
@@ -128,6 +128,7 @@ AutoReqProv:  no
     ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --libexecdir=%{l_prefix}/libexec/samba \
         --localstatedir=%{l_prefix}/var/samba/run \
         --sysconfdir=%{l_prefix}/etc/samba \