diff options
-rw-r--r-- | userdrake.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/userdrake.spec b/userdrake.spec index 3435975..3d5d662 100644 --- a/userdrake.spec +++ b/userdrake.spec @@ -30,7 +30,7 @@ groups. It depends on the libuser library. %build cd USER %{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=%{_prefix} -make OPTIMIZE="$RPM_OPT_FLAGS" PREFIX=%{_prefix} +make OPTIMIZE="$RPM_OPT_FLAGS -w" PREFIX=%{_prefix} %install rm -rf $RPM_BUILD_ROOT @@ -79,6 +79,9 @@ rm -rf %{buildroot} %{_liconsdir}/*.png %changelog +* Mon Jun 30 2003 Daouda LO <daouda@mandrakesoft.com> 0.92-2mdk +- disable warnings when releasing (debug purpose) + * Fri Jun 27 2003 Daouda LO <daouda@mandrakesoft.com> 0.92-2mdk - added POs. - fixed set_active bug on undefined widget (italian and dutch locale): need testing. |