releasing version 8.59

This commit is contained in:
joey
2005-11-15 18:14:37 +00:00
parent da40f906b0
commit 1a3ed01c30
2 changed files with 8 additions and 0 deletions

View File

@@ -292,6 +292,7 @@ sub prep {
print OUT "Requires: ".$this->depends."\n"
if defined $this->depends && length $this->depends;
print OUT "Summary: ".$this->summary."\n";
print OUT "License: ".$this->copyright."\n";
print OUT "Distribution: ".$this->distribution."\n";
print OUT "Group: Converted/".$this->group."\n";
print OUT "\n";