From: msw Date: Thu, 7 Jan 1999 05:29:27 +0000 (+0000) Subject: Last make archive fix, updated spec file X-Git-Tag: r0-40~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=372633b9c5510704de7dea16454516b0e6139ee3;p=thirdparty%2Fnewt.git Last make archive fix, updated spec file --- diff --git a/Makefile.in b/Makefile.in index 83b5979..06550e3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -114,7 +114,7 @@ archive: @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 diff --git a/newt.spec b/newt.spec index 728bbda..d82c8b6 100644 --- a/newt.spec +++ b/newt.spec @@ -1,6 +1,6 @@ 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 @@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Thu Jan 7 1999 Matt Wilson +- Added GPM mouse support +- Moved to autoconf to allow compiling without GPM support +- Changed revision to 0.40 + * Wed Oct 21 1998 Bill Nottingham - built against slang-1.2.2