diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-01 19:58:43 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-01 19:58:43 +0200 |
commit | fc5d3c8d01e679b569e18b13488363cadb5e1d7f (patch) | |
tree | 330510c67ef58c6841559c4a6e9cde31f3723326 /redhat/tdewebdev | |
parent | 6c6b5d78dec78448e85989c6cd09020e79c1fd6d (diff) | |
download | tde-packaging-fc5d3c8d01e679b569e18b13488363cadb5e1d7f.tar.gz tde-packaging-fc5d3c8d01e679b569e18b13488363cadb5e1d7f.zip |
RPM Packaging: updates
Diffstat (limited to 'redhat/tdewebdev')
-rw-r--r-- | redhat/tdewebdev/tdewebdev-14.0.0.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/tdewebdev/tdewebdev-14.0.0.spec b/redhat/tdewebdev/tdewebdev-14.0.0.spec index 1237d4193..f4669ed29 100644 --- a/redhat/tdewebdev/tdewebdev-14.0.0.spec +++ b/redhat/tdewebdev/tdewebdev-14.0.0.spec @@ -41,6 +41,7 @@ Source3: http://download.sourceforge.net/quanta/php_manual_en_20030401.tar.bz2 Source4: http://download.sourceforge.net/quanta/javascript.tar.bz2 Source5: hi48-app-kxsldbg.png +Patch0: tdewebdev-14.0.0-ftbfs.patch Patch1: kdewebdev-3.5.4-kxsldbg-icons.patch BuildRequires: autoconf automake libtool m4 @@ -490,7 +491,9 @@ Requires: trinity-kommander-devel = %{version}-%{release} %prep %setup -q -n %{name}-%{version}%{?preversion:~%{preversion}} -a 1 -a 2 -a 3 -a 4 +%patch0 -p1 -b .ftbfs %patch1 -p1 -b .kxsldbg-icons +rm -rf lib/compatibility %__install -m644 -p %{SOURCE5} kxsldbg/ %if 0%{?build_kxsldbg} == 0 @@ -529,7 +532,8 @@ fi --enable-rpath \ --disable-gcc-hidden-visibility \ \ - --enable-editors + --enable-editors \ + --with-extra-includes=%{_includedir}/tqt # WTF hack for RHEL4 |