https://bugzilla.redhat.com/show_bug.cgi?id=1115846



--- Comment #5 from David Dick <dd...@cpan.org> ---
Corrected the hash bang line in example file, changed Source0 line to by author
URL.  Spec and SRPM uploaded.  Applied patch follows;

<code>

$ diff -Naur old new
diff -Naur old/perl-SOCKS.spec new/perl-SOCKS.spec
--- old/perl-SOCKS.spec 2014-07-08 21:09:59.675017726 +1000
+++ new/perl-SOCKS.spec 2014-07-08 21:09:55.495960260 +1000
@@ -5,7 +5,7 @@
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/SOCKS/
-Source0:       
http://www.cpan.org/modules/by-module/SOCKS/SOCKS-%{version}.tar.gz
+Source0:       
http://search.cpan.org/CPAN/authors/id/C/CL/CLINTDW/SOCKS-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(AutoLoader)
@@ -27,6 +27,7 @@

 %prep
 %setup -q -n SOCKS-%{version}
+sed -i 's|#!/.*/bin/perl|#!/usr/bin/perl|' example

 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor


</code>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to