SHA256
1
0
forked from pool/yakuake

Accepting request 86835 from KDE:Distro:Factory

forward to factory

OBS-URL: https://build.opensuse.org/request/show/86835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yakuake?expand=0&rev=26
This commit is contained in:
Ruediger Oertel 2011-10-06 14:46:44 +00:00 committed by Git OBS Bridge
parent 6d7c5a210b
commit 7963b3af3a
2 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 12 16:05:04 UTC 2011 - toddrme2178@gmail.com
- Split lang package (fix for RPMLINT warning)
- Cleaned up spec file formatting
-------------------------------------------------------------------
Mon Aug 22 07:52:07 UTC 2011 - mlin@novell.com

View File

@ -15,8 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: yakuake
Version: 2.9.8
Release: 8
@ -30,12 +28,14 @@ BuildRequires: libkde4-devel
Requires: konsole
Provides: kde4-yakuake = %{version}
Obsoletes: kde4-yakuake < %{version}
Suggests: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description
Yakuake is a retractable KDE Terminal Emulator.
%lang_package
%prep
%setup -q
@ -47,17 +47,17 @@ Yakuake is a retractable KDE Terminal Emulator.
cd build
%make_install
%suse_update_desktop_file -G "Terminal Program" yakuake System TerminalEmulator
%find_lang yakuake
cd ..
%find_lang %{name}
%fdupes -s %{buildroot}
%post -p /sbin/ldconfig
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf %{buildroot}
%files -f build/yakuake.lang
%files
%defattr(-,root,root)
%doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
%{_kde4_applicationsdir}/yakuake.desktop
@ -65,4 +65,6 @@ rm -rf %{buildroot}
%{_kde4_bindir}/yakuake
%{_kde4_iconsdir}/hicolor/
%files lang -f %{name}.lang
%changelog