]> git.pld-linux.org Git - packages/alien.git/blob - alien-rpm.patch
- use License instead of obsolete Copyright tag
[packages/alien.git] / alien-rpm.patch
1 --- alien/Alien/Package/Rpm.pm.orig     2005-07-19 22:14:31.000000000 +0200
2 +++ alien/Alien/Package/Rpm.pm  2005-10-17 12:14:32.000000000 +0200
3 @@ -292,7 +292,7 @@
4         print OUT "Requires: ".$this->depends."\n"
5                 if defined $this->depends && length $this->depends;
6         print OUT "Summary: ".$this->summary."\n";
7 -       print OUT "Copyright: ".$this->copyright."\n";
8 +       print OUT "License: ".$this->copyright."\n";
9         print OUT "Distribution: ".$this->distribution."\n";
10         print OUT "Group: Converted/".$this->group."\n";
11         print OUT "\n";
This page took 0.032757 seconds and 4 git commands to generate.