diff options
author | albator <albator@arcadia.vtf> | 2011-10-29 13:22:41 +0200 |
---|---|---|
committer | albator <albator@arcadia.vtf> | 2011-10-29 13:22:41 +0200 |
commit | 6f9f02b9b034466bd21bc3863d90f8dcf8502850 (patch) | |
tree | cb5a1a52218514423d31373ada424c61c698fd72 /redhat/kdebase | |
parent | ba0e2f33b9bc577ded3fdc305c9b9579445bd7a6 (diff) | |
download | tde-packaging-6f9f02b9b034466bd21bc3863d90f8dcf8502850.tar.gz tde-packaging-6f9f02b9b034466bd21bc3863d90f8dcf8502850.zip |
kdebase 3.5.12 fix
Diffstat (limited to 'redhat/kdebase')
-rwxr-xr-x | redhat/kdebase/trinity-kdebase-3.5.12.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/kdebase/trinity-kdebase-3.5.12.spec b/redhat/kdebase/trinity-kdebase-3.5.12.spec index b3df6b097..f060b3c44 100755 --- a/redhat/kdebase/trinity-kdebase-3.5.12.spec +++ b/redhat/kdebase/trinity-kdebase-3.5.12.spec @@ -2,7 +2,7 @@ %if "%{?version}" == "" %define version 3.5.12 %endif -%define release 11 +%define release 12 # If TDE is built in a specific prefix (e.g. /opt/trinity), the release will be suffixed with ".opt". %if "%{?_prefix}" != "/usr" @@ -51,6 +51,8 @@ Patch4: http://www.trinitydesktop.org/patches/r1182808.diff # [kdebase] fixed an incompatibility with gcc 4.5 Patch8: http://www.trinitydesktop.org/patches/r1221326.diff +Patch11: kdebase-3.5.12-kickerfix.patch + # TDE Official patches (from SVN), modified # [kdebase/ksmserver/shutdowndlg.cpp] Fixed invalid constructor per GCC 4.5.2 Patch7: kdebase-3.5.12-r1220975.patch @@ -185,6 +187,7 @@ Protocol handlers (KIOslaves) for personal information management, including: %if 0%{?rhel} && 0%{?rhel} < 6 %patch10 -p1 %endif +%patch11 -d kicker/kicker %__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" |