diff options
-rwxr-xr-x | clean_files | 2 | ||||
-rw-r--r-- | spec-helper.spec | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/clean_files b/clean_files index a1fd235..24465c2 100755 --- a/clean_files +++ b/clean_files @@ -20,4 +20,6 @@ system(split(/\s+/,"find . -type f -a -o -name TAGS -o -name core -o ( -path */.deps/* -a -name *.P ) ) -exec rm -f {} ;")); +system(split(/\s+/, "find . -type d -a -name CVS -exec rm -rf {} ;")); + # clean_files ends here diff --git a/spec-helper.spec b/spec-helper.spec index 46598c6..47f8573 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,6 +1,6 @@ %define name spec-helper %define version 0.3 -%define release 6mdk +%define release 7mdk Summary: Tools to ease the creation of rpm packages Name: %{name} @@ -39,6 +39,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/spec-helper %changelog +* Fri Oct 20 2000 François Pons <fpons@mandrakesoft.com> 0.3-7mdk +- clean_files: remove CVS directories. + * Mon Sep 4 2000 Pixel <pixel@mandrakesoft.com> 0.3-6mdk - fix EXCLUDE_FROM_STRIP in strip_files |