There's no longer a need to remove CVS-related things in 'tuxpaint.spec'.
This commit is contained in:
parent
905b5552fa
commit
cb69a36a5a
2 changed files with 3 additions and 3 deletions
|
|
@ -235,6 +235,9 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
|
|
||||||
* Compiling, porting and packaging updates:
|
* Compiling, porting and packaging updates:
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
* There's no longer a need to remove CVS-related things in 'tuxpaint.spec'.
|
||||||
|
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||||
|
|
||||||
* Added "test-option.sh" shell script, which can be used in Makefile
|
* Added "test-option.sh" shell script, which can be used in Makefile
|
||||||
for basic compiler option tests
|
for basic compiler option tests
|
||||||
(e.g., is "-Wdeclaration-after-statement" available?)
|
(e.g., is "-Wdeclaration-after-statement" available?)
|
||||||
|
|
|
||||||
|
|
@ -24,9 +24,6 @@ such as sound effects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
for dir in `find . -name "CVS"`; do
|
|
||||||
rm -rf $dir
|
|
||||||
done
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=/usr
|
make PREFIX=/usr
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue