From 4ec2dd7262a31709881d0417b2519113a7bed1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sun, 3 Nov 2019 21:27:53 +0100 Subject: RPM: enable libbeagle and kerry packages --- redhat/applications/kerry/kerry.1.docbook | 109 ------------------------------ redhat/applications/kerry/kerry.spec | 7 +- 2 files changed, 6 insertions(+), 110 deletions(-) delete mode 100644 redhat/applications/kerry/kerry.1.docbook (limited to 'redhat/applications/kerry') diff --git a/redhat/applications/kerry/kerry.1.docbook b/redhat/applications/kerry/kerry.1.docbook deleted file mode 100644 index 49eb68460..000000000 --- a/redhat/applications/kerry/kerry.1.docbook +++ /dev/null @@ -1,109 +0,0 @@ - - - - - - Jonathan Patrick - Davies - jpatrick@ubuntu.com - - - 2006 - Jonathan Patrick Davies - - - - 2006-03-26 - - - - kerry - 1 - - - kerry - a Beagle frontend for KDE - - - - kautoclick - - - - - - - - - - DESCRIPTION - - Kerry is a frontend for Beagle for the KDE desktop. - - - - OPTIONS - - All KDE and Qt - programs accept a some common command-line options. Kerry has no - application-specific options. - - - - Generic options: - - - Show help about options - - - - Show Qt specific options - - - - Show KDE specific options - - - - Show all options - - - - Show author information - - - , - Show version information - - - - Show license information - - - - Indicates end of options - - - - - - - COPYRIGHT - - This manual page was written by Jonathan Patrick Davies - jpatrick@ubuntu.com for the - Ubuntu system (but may be used by others). - Permission is granted to copy, distribute and/or modify this document - under the terms of the GNU General Public License, - Version 2 or any later version published by the Free Software Foundation. - - - On Debian systems, the complete text of the GNU General Public - License can be found in - /usr/share/common-licenses/GPL. - - - diff --git a/redhat/applications/kerry/kerry.spec b/redhat/applications/kerry/kerry.spec index d1116ebde..76469a51a 100644 --- a/redhat/applications/kerry/kerry.spec +++ b/redhat/applications/kerry/kerry.spec @@ -67,7 +67,7 @@ BuildRequires: gettext BuildRequires: libbeagle-devel >= 0.3.0 -%if 0%{?mgaversion} || 0%{?mdkversion} +%if 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} BuildRequires: docbook2x %else BuildRequires: docbook2X @@ -86,6 +86,10 @@ filesystems, chat logs, mail and data, RSS and other. %prep +%setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} + + +%build unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig" @@ -151,6 +155,7 @@ export PATH="%{tde_bindir}:${PATH}" %{tde_datadir}/autostart/beagled.desktop %{tde_datadir}/autostart/kerry.autostart.desktop %{tde_datadir}/icons/hicolor/*/*/* +%{tde_mandir}/man1/kerry.* %changelog -- cgit v1.2.1