]> git.pld-linux.org Git - packages/cdecl.git/blobdiff - cdecl.spec
- rel.22
[packages/cdecl.git] / cdecl.spec
index dd85fdfea9d806f080f2537cfb2aa029a332613d..7cd59babd39eed5bec39352babaacc3d64d59cf6 100644 (file)
@@ -5,15 +5,14 @@ Summary(pl):  Programy do kodowania i dekodowania deklaracji funkcji w C i C++
 Summary(tr):   Ýngilizceden C/C++ bildirimlerine çevirici
 Name:          cdecl
 Version:       2.5
-Release:       20
+Release:       22
 License:       distributable
 Group:         Development/Tools
-Group(de):     Entwicklung/Werkzeuge
-Group(fr):     Development/Outils
-Group(pl):     Programowanie/Narzêdzia
 Source0:       ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/%{name}-%{version}.tar.gz
 Patch0:                %{name}-misc.patch
-BuildRequires: byacc
+Patch1:                %{name}-glibc.patch
+BuildRequires: flex
+BuildRequires: bison
 BuildRequires: readline-devel >= 4.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -41,9 +40,11 @@ kullan
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+#%patch1 -p1
 
 %build
+bison -y cdgram.y && mv -f y.tab.c cdgram.c
 %{__make} CFLAGS="%{rpmcflags} %{rpmldflags} -DUSE_READLINE" \
        LIBS="-lreadline -ltinfo"
 
This page took 0.14449 seconds and 4 git commands to generate.