forked from pool/yakuake
d4953c9a3c
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yakuake?expand=0&rev=20
75 lines
1.9 KiB
RPMSpec
75 lines
1.9 KiB
RPMSpec
#
|
|
# spec file for package yakuake
|
|
#
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: yakuake
|
|
BuildRequires: kdebase4-workspace-devel
|
|
License: GPLv2+
|
|
Url: http://kde-apps.org/content/show.php?content=29153
|
|
Group: System/GUI/KDE
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
Summary: Terminal for KDE
|
|
Version: 2.9.8
|
|
Release: 1
|
|
Source: yakuake-%{version}.tar.bz2
|
|
Requires: konsole
|
|
Provides: kde4-yakuake = 2.9.4
|
|
Obsoletes: kde4-yakuake <= 2.9.4
|
|
%kde4_runtime_requires
|
|
|
|
%description
|
|
Yakuake is a retractable KDE Terminal Emulator.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Eike Hein <hein@kde.org> (current maintainer)
|
|
Francois Chazal <neptune3k@free.fr> (inactive; original author)
|
|
|
|
%prep
|
|
%setup -n yakuake-%{version} -q
|
|
|
|
%build
|
|
%cmake_kde4 -d build
|
|
%make_jobs
|
|
|
|
%install
|
|
cd build
|
|
%makeinstall
|
|
%suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
|
|
%find_lang yakuake
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files -f build/yakuake.lang
|
|
%defattr(-,root,root)
|
|
%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
|
|
/usr/bin/yakuake
|
|
/usr/share/applications/kde4/yakuake.desktop
|
|
/usr/share/icons/hicolor/*/apps/yakuake.*
|
|
/usr/share/kde4/apps/yakuake
|
|
|
|
%changelog
|