]> git.pld-linux.org Git - packages/blassic.git/blobdiff - blassic.spec
- many small fixes, inspired by kloczek
[packages/blassic.git] / blassic.spec
index 2ebdeb1261a06cfe9efedffca61597efc2cd3fc5..8447162663f606b3e177d95fdb6dd21e0457cf7b 100644 (file)
@@ -1,11 +1,13 @@
 Summary:       Classic Basic interpreter
 Summary(pl):   Interpreter klasycznego Basica
 Name:          blassic
-Version:       0.5.2
+Version:       0.5.7
 Release:       1
 License:       GPL v2
 Group:         Development/Languages
 Source0:       http://www.arrakis.es/~ninsesabe/%{name}/%{name}-%{version}.tgz
+# Source0-md5: e99839c048d5ac81a17eeb76f9abd823
+Patch0:                %{name}-ac_fix.patch
 URL:           http://www.arrakis.es/~ninsesabe/blassic/
 BuildRequires: ncurses-devel
 BuildRequires: XFree86-devel
@@ -25,11 +27,16 @@ mo
 
 %prep
 %setup -q
+%patch0 -p1
+mv -f aclocal.m4 acinclude.m4
 
 %build
+rm -f missing
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-# Yes, they don't know how to use ac properly
-%{__make} CPPFLAGS='-I%{_includedir}/ncurses' CXXFLAGS='%{rpmcflags}'
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.05719 seconds and 4 git commands to generate.