forked from pool/krusader
Accepting request 92959 from KDE:Distro:Factory
- Require kate as this is needed at runtime for the view and edit dialog (bnc#712179) (forwarded request 92947 from christiantrippe) OBS-URL: https://build.opensuse.org/request/show/92959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krusader?expand=0&rev=36
This commit is contained in:
parent
68de5b6590
commit
1f5ec805eb
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 19:32:26 UTC 2011 - ctrippe@opensuse.org
|
||||
|
||||
- Require kate as this is needed at runtime for the view and edit
|
||||
dialog (bnc#712179)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 13:00:21 UTC 2011 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define jobs $(( `/usr/bin/getconf _NPROCESSORS_ONLN` + 1 ))
|
||||
|
||||
Name: krusader
|
||||
@ -32,6 +33,7 @@ Patch2: krusader-link-solid.patch
|
||||
BuildRequires: dos2unix
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libkde4-devel
|
||||
Requires: kate
|
||||
Requires: kio_iso = %{version}
|
||||
Recommends: %{name}-doc
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -89,6 +91,7 @@ cp %{SOURCE1} %{buildroot}%{_kde4_servicesdir}/ServiceMenus/
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user