From: amalec Date: Sat, 18 Aug 2001 05:24:32 +0000 (+0000) Subject: NEWS and INSTALL changes X-Git-Tag: 0.10.0~1070 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58d2ddadb9729f17e25fba6e6a42f57964456384;p=check NEWS and INSTALL changes git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@75 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/check/INSTALL b/check/INSTALL index b42a17a..966e0b8 100644 --- a/check/INSTALL +++ b/check/INSTALL @@ -1,8 +1,6 @@ Basic Installation ================== - These are generic installation instructions. - The `configure' shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile' in each directory of the package. @@ -51,6 +49,11 @@ The simplest way to compile this package is: all sorts of other programs in order to regenerate files that came with the distribution. +If you have an RPM or debian-based system, there are automated builds +for both RPMs and .debs. The rpm target to make (make rpm) will build +RPMs (set RPMFLAGS if you need control over the +build). dpkg-buildpackage will build the .deb. + Compilers and Options ===================== @@ -114,10 +117,6 @@ is something like `gnu-as' or `x' (for the X Window System). The `README' should mention any `--enable-' and `--with-' options that the package recognizes. - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. Specifying the System Type ========================== diff --git a/check/NEWS b/check/NEWS index a2cefc0..215ef3d 100644 --- a/check/NEWS +++ b/check/NEWS @@ -1,3 +1,26 @@ +Fri Aug 17, 2001: +Released Check 0.7.2 + +Automated RPM packaging, and included debian packaging. The makefiles +now has an rpm target (the RPMFLAGS variable can be set to add +additional flags to RPM). Debian packages are built the ordinary way +(dpkg-buildpackage). + +Moved the example*.* files to tutorial*.*, since the docs really are +tutorials. Beefed up the tutorial docs to add clarity to the behavior +of fixture setup/teardown (based on a helpful critique by Fred Drake), +and to document the static nature of unit tests demanded by the bug +fix below. + +Many bugfixes: added -Wall to the CCFLAGS for gcc, and fixed a mess of +warnings that resulted. Changed a bizarre naming mismatch in +tcase_set_fixture (masked by the lack of compile warnings), and made +unit tests static (both bugfixes suggested by Fred Drake). Also added +a more sophisticated test of Lyx to (hopefully) ensure that Lyx +supports linuxdoc (but it's not clear to me how to test that for +sure). + + Wed Jul 30, 2001: Released Check 0.7.1