浏览代码

try to fix packaging by adding more includes

Ralf S. Engelschall 23 年之前
父节点
当前提交
721be1b4dc
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      c-client/c-client.spec

+ 2 - 2
c-client/c-client.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Mail
 License:      University of Washington's Free-Fork License
 Version:      %{V_here}
-Release:      20021214
+Release:      20030107
 
 #   list of sources
 Source0:      ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z
@@ -74,7 +74,7 @@ AutoReqProv:  no
     rm -rf $RPM_BUILD_ROOT
     %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/include
     %{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/lib
-    for h in c-client flstring linkage mail rfc822; do
+    for h in c-client flstring linkage mail rfc822 osdep misc smtp nntp; do
         %{l_shtool} install -c -m 644 c-client/$h.h \
             $RPM_BUILD_ROOT%{l_prefix}/include/
     done