auto-import kdelibs-2.2-15c from kdelibs-2.2-15c.src.rpm

This commit is contained in:
cvsdist 2004-09-09 06:51:02 +00:00
parent 11c1834043
commit 1a94e7ed19
1 changed files with 6 additions and 5 deletions

View File

@ -3,7 +3,7 @@
%define is_release 1
%define beta %{nil}
%define cups %{nil}
%define rel 14c
%define rel 15c
%define debug 0
%define DATE 20010908
Version: 2.2
@ -144,7 +144,6 @@ rm -rf kdoctools/libxslt
%patch100 -p1 -b .jp1
# # # patch101 -p1 -b .jp2
%patch200 -p1 -b .gbk
#%patch201 -p1
# Make the version number say what it should say
perl -pi -e 's,#define KDE_VERSION_STRING .*,#define KDE_VERSION_STRING "%{version}-%{release}",g' kdecore/kapp.h
@ -168,8 +167,7 @@ if test "x$CPUS" = "x" -o "x$CPUS" = "x0"; then
fi
%if %{debug}
export FLAGS="-g -gstabs -O2 -DDEBUG=1"
#export FLAGS="-O0 -DDEBUG=1"
export FLAGS="-O0 -DDEBUG=1"
%else
export FLAGS="-O3 -DNDEBUG -UDEBUG -DNODEBUG -UDEBUG_ASYNC_TRANSFER -UVPORT_DEBUG -UDEBUG_IO -UDEBUG_MESSAGES -UDEBUG_AUTH -UDEBUG_CONNECTION_DATA -DYYDEBUG=0 -UNETWMDEBUG -UCSS_DEBUG -UCSS_STYLESHEET_DEBUG -USPEED_DEBUG -UKJS_DEBUGGER -UFORMS_DEBUG -UDEBUG_LAYOUT -UDEBUG_DRAW_BORDER -UPARSER_DEBUG -UDECODE_DEBUG -UCACHE_DEBUG -UBUFFER_DEBUG -UJPEG_DEBUG -UDEBUG_LINEBREAKS -UBOX_DEBUG -UTABLE_DEBUG -UYYERROR_VERBOSE -UKJS_DEBUG_MEM -UMIDIOUTDEBUG -UGENERAL_DEBUG_MESSAGES"
%endif
@ -422,8 +420,11 @@ rm -rf $RPM_BUILD_ROOT
%{prefix}/lib/libartsc.a
%changelog
* Mon Dec 10 2001 Leon Ho <llch@redhat.com>
- fix problems on gbk-0 locale
* Fri Oct 26 2001 Leon Ho <llch@redhat.com>
- fixes gbk locale
- fix gbk locale
* Sat Sep 8 2001 Bernhard Rosenkraenzer <bero@redhat.com> 2.2-11
- i18n fixes