|
|
|
@ -55,7 +55,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Source0: %{tde_pkg}-%{tde_version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: trinity-tqtinterface-devel >= %{tde_version}
|
|
|
|
|
BuildRequires: trinity-arts-devel >= 1:1.5.10
|
|
|
|
|
BuildRequires: trinity-arts-devel >= 2:1.5.10
|
|
|
|
|
BuildRequires: trinity-tdelibs-devel >= %{tde_version}
|
|
|
|
|
BuildRequires: trinity-tdebase-devel >= %{tde_version}
|
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
@ -76,7 +76,7 @@ newsreader for TDE, try KNode.
|
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README RELEASE TODO
|
|
|
|
|
%{tde_bindir}/klibido
|
|
|
|
|
%{tde_datadir}/applnk/Utilities/klibido.desktop
|
|
|
|
|
%{tde_tdeappdir}/klibido.desktop
|
|
|
|
|
%{tde_datadir}/apps/klibido/
|
|
|
|
|
%{tde_datadir}/doc/tde/HTML/en/klibido/
|
|
|
|
|
%{tde_datadir}/icons/hicolor/*/apps/klibido.png
|
|
|
|
@ -84,7 +84,7 @@ newsreader for TDE, try KNode.
|
|
|
|
|
|
|
|
|
|
##########
|
|
|
|
|
|
|
|
|
|
%if 0%{?suse_version} || 0%{?pclinuxos}
|
|
|
|
|
%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
|
|
|
|
|
%debug_package
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
@ -130,6 +130,11 @@ fi
|
|
|
|
|
%__rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%__make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
# Updates applications categories for openSUSE
|
|
|
|
|
%if 0%{?suse_version}
|
|
|
|
|
%suse_update_desktop_file klibido News
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|