Christoph Schug 22 роки тому
батько
коміт
27b72a6af6
3 змінених файлів з 16 додано та 7 видалено
  1. 9 2
      c2man/c2man.spec
  2. 1 3
      cronolog/cronolog.spec
  3. 6 2
      units/units.spec

+ 9 - 2
c2man/c2man.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Converter
 License:      GPL
 Version:      %{V_here}
-Release:      20020206
+Release:      20030417
 
 #   list of sources
 Source0:      ftp://ftp.research.canon.com.au/pub/misc/c2man/c2man-%{V_real}.tar.gz
@@ -51,7 +51,14 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    Recode converts files between various character sets and surfaces.
+    C2man is an automatic documentation tool that extracts comments from C
+    source code to generate functional interface documentation in the same
+    format as sections 2 & 3 of the Unix Programmer's Manual. It requires
+    minimal effort from the programmer by looking for comments in the
+    usual places near the objects they document, rather than imposing a
+    rigid function-comment syntax or requiring that the programmer learn
+    and use a typesetting language. Acceptable documentation can often be
+    generated from existing code with no modifications.
 
 %prep
     %setup -q -c %{V_here}

+ 1 - 3
cronolog/cronolog.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      GPL
 Version:      1.6.2
-Release:      20020613
+Release:      20030417
 
 #   list of sources
 Source0:      http://www.cronolog.org/download/cronolog-%{version}.tar.gz
@@ -47,8 +47,6 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    Recode converts files between various character sets and surfaces.
-
     Cronolog is a simple program that reads log messages from its input and
     writes them to a set of output files, the names of which are constructed
     using template and the current date and time. The template uses the same

+ 6 - 2
units/units.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [PLUS]
 Group:        Converter
 License:      GPL
 Version:      1.80
-Release:      20020617
+Release:      20030417
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/units/units-%{version}.tar.gz
@@ -47,7 +47,11 @@ AutoReq:      no
 AutoReqProv:  no
 
 %description
-    Recode converts files between various character sets and surfaces.
+    Units converts quantities expressed in various scales to their
+    equivalents in other scales. The units program can only handle
+    multiplicative scale changes. For example, it cannot convert Celsius
+    to Fahrenheit but it can convert temperature differences between those
+    temperature scales.
 
 %prep
     %setup -q