diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-12-29 15:33:18 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-12-29 15:33:18 +0100 |
commit | 5d8eb337f3de472b8c54a652fd1a5eedbdd027c2 (patch) | |
tree | 4be13bd4ac54e4ec6b16fe317d0a1ad76c3b82a2 /redhat | |
parent | 475407abf747a7ed62d386cbe7c8122c50688502 (diff) | |
download | tde-packaging-5d8eb337f3de472b8c54a652fd1a5eedbdd027c2.tar.gz tde-packaging-5d8eb337f3de472b8c54a652fd1a5eedbdd027c2.zip |
RPM packaging: update tdebindings
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/main/tdebindings/tdebindings-14.0.0.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/redhat/main/tdebindings/tdebindings-14.0.0.spec b/redhat/main/tdebindings/tdebindings-14.0.0.spec index 529978c08..4d2eeaa52 100644 --- a/redhat/main/tdebindings/tdebindings-14.0.0.spec +++ b/redhat/main/tdebindings/tdebindings-14.0.0.spec @@ -125,10 +125,12 @@ BuildRequires: glib-devel BuildRequires: gtk+-devel %endif %if 0%{?rhel} == 5 || 0%{?rhel} == 6 +%if 0%{?with_gtk1} %define with_gtk1 1 BuildRequires: glib-devel BuildRequires: gtk+-devel %endif +%endif %if 0%{?mdkversion} == 201100 %define with_gtk1 1 BuildRequires: %{_lib}glib1.2-devel @@ -200,8 +202,7 @@ BuildRequires: gcc-java # PCLinuxOS use SUN's Java %if 0%{?pclinuxos} -BuildRequires: java-1.6.0-sun -BuildRequires: java-1.6.0-sun-devel +BuildRequires: java-devel %else # Others use OpenJDK |