@rm -rf /tmp/newt-$(VERSION) /tmp/newt
@cd /tmp; cvs export -r$(CVSTAG) newt; mv newt newt-$(VERSION)
@cd /tmp/newt-$(VERSION); autoconf
- @cd ..; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
+ @cd /tmp; tar czSpf newt-$(VERSION).tar.gz newt-$(VERSION)
@rm -rf /tmp/newt-$(VERSION)
@cp /tmp/newt-$(VERSION).tar.gz .
@rm -f /tmp/newt-$(VERSION).tar.gz
Summary: Not Erik's Windowing Toolkit - text mode windowing with slang
Name: newt
-%define version 0.30
+%define version 0.40
Version: %{version}
Release: 3
Copyright: LGPL
%postun -p /sbin/ldconfig
%changelog
+* Thu Jan 7 1999 Matt Wilson <msw@redhat.com>
+- Added GPM mouse support
+- Moved to autoconf to allow compiling without GPM support
+- Changed revision to 0.40
+
* Wed Oct 21 1998 Bill Nottingham <notting@redhat.com>
- built against slang-1.2.2