Hi
Maybe this problem has already been fixed, but when I tried to produce an RPM package from the SRC RPM package for v0.7.3, I faced several problems. Here is a patch that fixes them.
--- awka-0.7.3.spec 2001-05-25 15:28:12.000000000 +0300
+++ awka-0.7.3.spec.new 2007-03-23 17:10:39.000000000 +0200
@@ -2,7 +2,7 @@
Name: awka
Version: 0.7.3
Release: 1
-Copyright: GPL/LGPL
+License: GPL/LGPL
Group: Development/Languages
Source: awka-0.7.3.tar.gz
Buildroot: /tmp/%{name}-buildroot
@@ -35,6 +35,7 @@
%{_libdir}/libawka.so
%{_libdir}/libdfa.a
/usr/include/libawka.h
+/usr/include/dfa.h
%{_mandir}/man1/awka.1*
%{_mandir}/man5/awka-elm.5*
%{_mandir}/man5/awka-elmref.5*
First, my rpmbuild was complaining about unknown Copyright keyword, it seems that License works in all cases. Another problem relates to the fact that /usr/include/dfa.h is installed but not included into the RPM package. My rpmbuild checks for it. So, I just added this file to the list.
Sincerely,
Alexander Sayenko