summaryrefslogtreecommitdiffstats
path: root/redhat/applications/adept/adept-14.0.0.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/applications/adept/adept-14.0.0.spec')
-rw-r--r--redhat/applications/adept/adept-14.0.0.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/redhat/applications/adept/adept-14.0.0.spec b/redhat/applications/adept/adept-14.0.0.spec
index ebd0ef00b..b271314ce 100644
--- a/redhat/applications/adept/adept-14.0.0.spec
+++ b/redhat/applications/adept/adept-14.0.0.spec
@@ -44,7 +44,9 @@ Source0: %{name}-%{tde_version}%{?preversion:~%{preversion}}.tar.gz
BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
BuildRequires: trinity-tdelibs-devel >= %{tde_version}
BuildRequires: trinity-tdebase-devel >= %{tde_version}
-BuildRequires: desktop-file-utils
+BuildRequires: desktop-file-util
+
+BuildRequires: libapt-front-devel
Requires: %{name}-manager = %{version}-%{release}
Requires: %{name}-installer = %{version}-%{release}
@@ -165,10 +167,15 @@ export PATH="%{tde_bindir}:${PATH}"
--includedir=%{tde_tdeincludedir} \
--libdir=%{tde_libdir} \
--mandir=%{tde_mandir} \
+ \
--disable-rpath \
- --enable-closure
+ --enable-closure \
+ \
+ --with-extra-includes=%{_includedir}/tqt3 \
+ \
+ --enable-adept
-%__make %{?_smp_mflags} -C adept
+%__make %{?_smp_mflags}
%install