Changes of Revision 2
[-] | Changed | perl-MCS-CGI.spec |
x 1
2 Summary: MCS CGI library 3 License: unknown 4 Source0: MCS-CGI-%{version}.tar.gz 5 +Patch0: MCS-CGI-Gaestebuch_EOF.patch 6 Group: Development/Libraries/Perl 7 BuildRoot: %{_tmppath}/%{name}-%{version}-root 8 BuildRequires: perl 9
10 11 %prep 12 %setup -n MCS-CGI-%{version} 13 +%patch0 14 15 %build 16 CFLAGS="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{_prefix}" 17
18 %{perl_vendorlib}/auto/MCS/CGI/Voting/autosplit.ix 19 20 %changelog 21 - 22 - 23 - 24 |
||
[+] | Added | MCS-CGI-Gaestebuch_EOF.patch ^ |
@@ -0,0 +1,20 @@ +--- Gaestebuch/Gaestebuch.pm.orig 2012-12-20 20:50:25.336122130 +0100 ++++ Gaestebuch/Gaestebuch.pm 2012-12-20 20:50:48.948135161 +0100 +@@ -1270,8 +1270,6 @@ + } + $r_string .= '</select >'; + +- EOF +- + return $r_string; + + } +@@ -1305,8 +1303,6 @@ + .= '<option value="refused" >' . $cfg->val( 'gb_text', 'refused' ); + $r_string .= '</select >'; + +- EOF +- + return $r_string; + } + |