diff options
author | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 16:27:27 +0200 |
commit | 679eaaa42746578dde4911d3a9205d4f8670ca55 (patch) | |
tree | 168d44c78dea3472648384125f2ae28b9ae5bfdf /kkbswitch.spec | |
parent | 0af498ec7d2af08ea8e01b54cc29fae9975b8c91 (diff) | |
download | kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.tar.gz kkbswitch-679eaaa42746578dde4911d3a9205d4f8670ca55.zip |
Initial TDE conversion
Diffstat (limited to 'kkbswitch.spec')
-rw-r--r-- | kkbswitch.spec | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kkbswitch.spec b/kkbswitch.spec index 9a40d59..5dd4984 100644 --- a/kkbswitch.spec +++ b/kkbswitch.spec @@ -15,7 +15,7 @@ Url: http://kkbswitch.sourceforge.net Packager: Leonid Zeitlin <[email protected]> Group: User Interface/Desktops Source: kkbswitch-%{version}.tar.gz -BuildRequires: kdelibs-devel +BuildRequires: tdelibs-devel BuildRoot: %{_tmppath}/kkbswitch-root %description @@ -31,7 +31,7 @@ still have to configure XKeyboard by editing the XF86Config file. %setup %build -export KDEDIR=%{_prefix} +export TDEDIR=%{_prefix} # Workaround for legacy auto* tools #[ -x /usr/bin/autoconf-2.5? ] && ln -s /usr/bin/autoconf-2.5? autoconf #[ -x /usr/bin/autoheader-2.5? ] && ln -s /usr/bin/autoheader-2.5? @@ -65,9 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/kkbswitch %{_datadir}/applnk/Utilities/kkbswitch.desktop %{_datadir}/apps/kkbswitch/* -%{_datadir}/apps/kconf_update/kkbswitch.upd -%{_datadir}/apps/kconf_update/kkbswitch_update_14_icons -%{_datadir}/apps/kconf_update/kkbswitch_update_14_options +%{_datadir}/apps/tdeconf_update/kkbswitch.upd +%{_datadir}/apps/tdeconf_update/kkbswitch_update_14_icons +%{_datadir}/apps/tdeconf_update/kkbswitch_update_14_options %{_datadir}/locale/*/LC_MESSAGES/kkbswitch.mo %{_datadir}/autostart/kkbswitch.desktop %{_mandir}/man1/kkbswitch.1* @@ -79,7 +79,7 @@ rm -rf $RPM_BUILD_ROOT - Version 1.4.3 * Sat Nov 13 2004 Leonid Zeitlin <[email protected]> 1.4.2-2 -- Added explicit BuildRequires: kdelibs-devel +- Added explicit BuildRequires: tdelibs-devel - Don't use %configure, it causes binary to be named something like i686-redhat-linux-gnu-kkbswitch on older (RH 7.3) systems |