]> git.pld-linux.org Git - packages/alien.git/commitdiff
- use License instead of obsolete Copyright tag
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 17 Oct 2005 10:19:12 +0000 (10:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    alien-rpm.patch -> 1.1

alien-rpm.patch [new file with mode: 0644]

diff --git a/alien-rpm.patch b/alien-rpm.patch
new file mode 100644 (file)
index 0000000..0cfa15f
--- /dev/null
@@ -0,0 +1,11 @@
+--- alien/Alien/Package/Rpm.pm.orig    2005-07-19 22:14:31.000000000 +0200
++++ alien/Alien/Package/Rpm.pm 2005-10-17 12:14:32.000000000 +0200
+@@ -292,7 +292,7 @@
+       print OUT "Requires: ".$this->depends."\n"
+               if defined $this->depends && length $this->depends;
+       print OUT "Summary: ".$this->summary."\n";
+-      print OUT "Copyright: ".$this->copyright."\n";
++      print OUT "License: ".$this->copyright."\n";
+       print OUT "Distribution: ".$this->distribution."\n";
+       print OUT "Group: Converted/".$this->group."\n";
+       print OUT "\n";
This page took 0.053832 seconds and 4 git commands to generate.