Просмотр исходного кода

Duplicated option variables from header section to description section.

Michael Schloh von Bennewitz 24 лет назад
Родитель
Сommit
17cf67cb0f
2 измененных файлов с 11 добавлено и 2 удалено
  1. 5 1
      mutt/mutt.spec
  2. 6 1
      mysql/mysql.spec

+ 5 - 1
mutt/mutt.spec

@@ -44,7 +44,7 @@ Distribution: OpenPKG [BASE]
 Group:        Mail
 License:      BSD
 Version:      %{V_mutt}i
-Release:      20020529
+Release:      20020819
 
 #   list of sources
 Source0:      ftp://ftp.mutt.org/pub/mutt/mutt-%{V_mutt}i.tar.gz
@@ -66,6 +66,10 @@ AutoReqProv:  no
     electronic mail under Unix operating systems, including support for
     color terminals, MIME, and a threaded sorting mode.
 
+    Options:
+    --define 'with_comp  %{with_comp}' \
+    --define 'with_nntp  %{with_nntp}'
+
 %prep
     %setup -q -n mutt-%{V_mutt}
 %if "%{with_comp}" == "yes"

+ 6 - 1
mysql/mysql.spec

@@ -46,7 +46,7 @@ Distribution: OpenPKG [BASE]
 Group:        Database
 License:      GPL
 Version:      3.23.52
-Release:      20020816
+Release:      20020819
 
 #   list of sources
 Source0:      http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-3.23/mysql-%{version}.tar.gz
@@ -69,6 +69,11 @@ AutoReqProv:  no
     a SQL server that could handle very big databases with magnitude higher
     speed than what any database vendor could offer.
 
+    Options:
+    --define 'with_berkeleydb  %{with_berkeleydb}' \
+    --define 'with_innobase    %{with_innobase}' \
+    --define 'with_gemini      %{with_gemini}'
+
 %prep
     %setup -q