소스 검색

upgrading package: popt 1.10.7 -> 1.10.8

Ralf S. Engelschall 18 년 전
부모
커밋
0c04e656fb
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      popt/popt.spec

+ 6 - 5
popt/popt.spec

@@ -24,8 +24,8 @@
 
 #   package versions
 %define       V_rpm_class  4.4.x
-%define       V_rpm        4.4.7
-%define       V_popt       1.10.7
+%define       V_rpm        4.4.8
+%define       V_popt       1.10.8
 
 #   package information
 Name:         popt
@@ -38,10 +38,10 @@ Class:        BASE
 Group:        Libraries
 License:      LGPL
 Version:      %{V_popt}
-Release:      20061016
+Release:      20070221
 
 #   list of sources
-Source0:      ftp://jbj.org/pub/rpm-%{V_rpm_class}/popt-%{V_popt}.tar.gz
+Source0:      ftp://jbj.org/pub/rpm-%{V_rpm_class}/rpm-%{V_rpm}.tar.gz
 Source1:      popt.pc
 Patch0:       popt.patch
 
@@ -73,7 +73,7 @@ AutoReqProv:  no
     }
 
 %prep
-    %setup -q
+    %setup -q -n rpm-%{V_rpm}/popt
     %patch -p0
 
 %build
@@ -84,6 +84,7 @@ AutoReqProv:  no
     CFLAGS="%{l_cflags -O}" \
     ./configure \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --disable-shared \
         --with-included-gettext \
         --without-libintl-prefix \