diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 0a8029ef9..dd323e1ed 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -235,6 +235,9 @@ http://www.newbreedsoftware.com/tuxpaint/ * Compiling, porting and packaging updates: ----------------------------------------- + * There's no longer a need to remove CVS-related things in 'tuxpaint.spec'. + TOYAMA Shin-ichi + * Added "test-option.sh" shell script, which can be used in Makefile for basic compiler option tests (e.g., is "-Wdeclaration-after-statement" available?) diff --git a/tuxpaint.spec b/tuxpaint.spec index b34040c8a..120bf2488 100644 --- a/tuxpaint.spec +++ b/tuxpaint.spec @@ -24,9 +24,6 @@ such as sound effects. %prep %setup -q -for dir in `find . -name "CVS"`; do - rm -rf $dir -done %build make PREFIX=/usr