]> git.pld-linux.org Git - packages/flex.git/commitdiff
- removed obsolete skel patch, removed autogenerated chunk from glibc22 patch
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 15 Jul 2003 14:10:30 +0000 (14:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added yytext_ptr-undefined patch (from flex BTS)
- release 4

Changed files:
    flex.spec -> 1.57

flex.spec

index 5f3ae0395d492404ae58aa67b15c36d908f192bb..6d1a7c88765ce2746e54c3b18d0a523b01537d34 100644 (file)
--- a/flex.spec
+++ b/flex.spec
@@ -9,7 +9,7 @@ Summary(tr):    GNU s
 Summary(uk):   û×ÉÄËÉÊ ÇÅÎÅÒÁÔÏÒ ÌÅËÓÉÞÎÉÈ ÁÎÁ̦ÚÁÔÏҦנGNU
 Name:          flex
 Version:       2.5.31
-Release:       3
+Release:       4
 License:       BSD-like
 Group:         Development/Tools
 Source0:       http://dl.sourceforge.net/lex/%{name}-%{version}.tar.bz2
@@ -18,10 +18,10 @@ Source1:    http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: fd79ee2834b290e74c626f0bbfc8942f
 Source2:       %{name}-pl.po
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-skel.patch
-Patch2:                %{name}-glibc22.patch
-Patch3:                %{name}-locale.patch
-Patch4:                %{name}-yymore-fix.patch
+Patch1:                %{name}-glibc22.patch
+Patch2:                %{name}-locale.patch
+Patch3:                %{name}-yymore-fix.patch
+Patch4:                %{name}-yytext_ptr-undefined.patch
 URL:           http://lex.sf.net/
 BuildRequires: autoconf
 BuildRequires: bison
@@ -115,6 +115,9 @@ flex 
 cp -f %{SOURCE2} po/pl.po
 echo 'pl' >> po/LINGUAS
 
+# force regeneration (just in case make didn't want to)
+rm -f skel.c
+
 %build
 %{__autoconf}
 %configure
This page took 0.057035 seconds and 4 git commands to generate.