Mailinglist Archive: zypp-commit (731 mails)

< Previous Next >
[zypp-commit] r6909 - /trunk/libzypp/zypp/parser/plaindir/RepoParser.cc
  • From: haass@xxxxxxxxxxxxxxxx
  • Date: Mon, 27 Aug 2007 15:40:31 -0000
  • Message-id: <20070827154031.A61AAB5911@xxxxxxxxxxxxxxxx>
Author: haass
Date: Mon Aug 27 17:40:31 2007
New Revision: 6909

URL: http://svn.opensuse.org/viewcvs/zypp?rev=6909&view=rev
Log:
Added several additional flags from rpm-header to package object

Modified:
    trunk/libzypp/zypp/parser/plaindir/RepoParser.cc

Modified: trunk/libzypp/zypp/parser/plaindir/RepoParser.cc
URL: http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/zypp/parser/plaindir/RepoParser.cc?rev=6909&r1=6908&r2=6909&view=diff
==============================================================================
--- trunk/libzypp/zypp/parser/plaindir/RepoParser.cc (original)
+++ trunk/libzypp/zypp/parser/plaindir/RepoParser.cc Mon Aug 27 17:40:31 2007
@@ -121,7 +121,13 @@
   pkg->deps[Dep::OBSOLETES]   = header->tag_obsoletes( filerequires );
   pkg->deps[Dep::ENHANCES]    = header->tag_enhances( filerequires );
   pkg->deps[Dep::SUPPLEMENTS] = header->tag_supplements( filerequires );
-  
+  pkg->vendor                 = header->tag_vendor();
+  pkg->installedSize          = header->tag_size();
+  pkg->buildTime              = header->tag_buildtime();
+  pkg->summary                = (TranslatedText)header->tag_summary();
+  pkg->description            = (TranslatedText)header->tag_description();
+  pkg->licenseToConfirm       = (TranslatedText)header->tag_license();
+
 //   Dependencies deps;
   
 //    RecordId shareDataWith;

--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages