Browse Source

add available patches

Ralf S. Engelschall 23 years ago
parent
commit
1902d15aec
1 changed files with 9 additions and 1 deletions
  1. 9 1
      lynx/lynx.spec

+ 9 - 1
lynx/lynx.spec

@@ -36,10 +36,14 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      BSD
 Version:      %{V_real}
-Release:      20020206
+Release:      20021216
 
 #   list of sources
 Source0:      http://lynx.isc.org/release/lynx%{V_real}.tar.bz2
+Patch0:       http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1a.patch
+Patch1:       http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1b.patch
+Patch2:       http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1c.patch
+Patch3:       http://lynx.isc.org/lynx%{V_real}/patches/lynx%{V_real}rel.1d.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -54,6 +58,10 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n %{name}%{V_file}
+    %patch0 -p1
+    %patch1 -p1
+    %patch2 -p1
+    %patch3 -p1
 
 %build
     CC="%{l_cc}" \