Quellcode durchsuchen

add missing parts to %description

Thomas Lotterer vor 21 Jahren
Ursprung
Commit
69ddcd1131
3 geänderte Dateien mit 16 neuen und 3 gelöschten Zeilen
  1. 12 1
      perl-kolab/perl-kolab.spec
  2. 2 1
      perl-mail/perl-mail.spec
  3. 2 1
      perl-xml/perl-xml.spec

+ 12 - 1
perl-kolab/perl-kolab.spec

@@ -48,7 +48,7 @@ Class:        PLUS
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040525
+Release:      20040623
 
 #   list of sources
 Source0:      http://www.cpan.org/authors/id/S/ST/STEPHANB/Kolab-%{V_kolab}.tar.gz
@@ -75,6 +75,17 @@ AutoReqProv:  no
 
 %description
     Perl modules for use with the Kolab server
+    - Kolab = (%{V_kolab})
+    - Kolab::Conf = (%{V_kolab_conf})
+    - Kolab::Cyrus = (%{V_kolab_cyrus})
+    - Kolab::DirServ = (%{V_kolab_dirserv})
+    - Kolab::LDAP = (%{V_kolab_ldap})
+    - Kolab::LDAP-Backend = (%{V_kolab_ldap_backend})
+    - Kolab::LDAP-Backend-ad = (%{V_kolab_ldap_backend_ad})
+    - Kolab::LDAP-Backend-dirservd = (%{V_kolab_ldap_backend_dirservd})
+    - Kolab::LDAP-Backend-slurpd = (%{V_kolab_ldap_backend_slurpd})
+    - Kolab::Mailer = (%{V_kolab_mailer})
+    - Kolab::Util = (%{V_kolab_util})
 
 %track
     prog perl-kolab:Kolab = {

+ 2 - 1
perl-mail/perl-mail.spec

@@ -50,7 +50,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040613
+Release:      20040623
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Mail/MailTools-%{V_mailtools}.tar.gz
@@ -87,6 +87,7 @@ AutoReqProv:  no
     - Mail::Box (%{V_mail_box})
     - Mail::IMAPClient (%{V_mail_imapclient})
     - Mail::Mbox::MessageParser (%{V_mail_mbox_messageparser})
+    - Mail::Mbox::MboxParser (%{V_mail_mboxparser})
     - Mail::Sender (%{V_mail_sender})
     - Mail::Sendmail (%{V_mail_sendmail})
     - Mail::XXX (%{V_mailtools})

+ 2 - 1
perl-xml/perl-xml.spec

@@ -74,7 +74,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040606
+Release:      20040623
 
 #   package options
 %option       with_libxml            no
@@ -159,6 +159,7 @@ AutoReqProv:  no
     - XML::Parser (%{V_xml_parser})
     - XML::NodeFilter (%{V_xml_nodefilter})
 %if "%{with_libxml}" == "yes"
+    - libxml (%{V_xml_libxml_perl})
     - XML::LibXML::Common (%{V_xml_libxml_common})
     - XML::LibXML (%{V_xml_libxml})
     - XML::LibXML::Iterator (%{V_xml_libxml_iterator})