]> git.pld-linux.org Git - packages/krusader.git/commitdiff
- added bcond_with libkjsembed; default disable
authorkolodko <kolodko@pld-linux.org>
Fri, 15 Apr 2005 20:40:21 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    krusader.spec -> 1.32

krusader.spec

index 111e8f840396909452e4f82a0235578255b1463b..79ce9e3548f6952f73144c482179c2002c7841af 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_with    libkonq         # importing the right click menu of konqueror
+%bcond_with    libkjsembed     # with libkjsembed
 #
 Summary:       Krusader is a filemanager for KDE 3
 Summary(pl):   Krusader jest zarz±dc± plików dla KDE 3
@@ -17,7 +18,7 @@ Patch2:               %{name}-gcc34.patch
 URL:           http://krusader.sourceforge.net/
 BuildRequires: automake
 %{?with_libkonq:BuildRequires: kdebase-devel}
-BuildRequires: kdebindings-kjsembed-devel
+%{?with_libkjsembed:BuildRequires:     kdebindings-kjsembed-devel}
 BuildRequires: kdelibs-devel >= 3.3
 BuildRequires: qt-devel >= 3.3
 BuildRequires: rpmbuild(macros) >= 1.129
@@ -49,6 +50,7 @@ ustawialny, bardzo przyjazny dla u
 
 %build
 %{!?with_libkonq:%{__sed} -i 's,have_libkonq=yes,have_libkonq=no,' configure*}
+%{!?with_libkjsembed:%{__sed} -i 's,have_libkjsembed=yes,have_libkjsembed=no,' configure*}
 cp -f /usr/share/automake/config.sub admin
 export QTDIR=%{_prefix}
 export KDEDIR=%{_prefix}
This page took 0.040633 seconds and 4 git commands to generate.