File kooldock.spec of Package kooldock
# norootforbuild
%define _prefix /opt/kde3
%define rversion 0.4.7
%define rrelease 1.1
%define releasesuffix OS102DSB
Name: kooldock
Version: %{rversion}
Release: %{rrelease}%{releasesuffix}
%if %suse_version < 1020
Distribution: SUSE Linux %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g')
%else
Distribution: openSUSE %(echo "%{suse_version}" | %__sed -e 's/.$//' -e ':a;s/\(.$\)/\.\1/g')
%endif
Summary: A KDE Dock
Source0: %{name}-%{version}.tar.bz2
Source1: %{name}.desktop
URL: http://sourceforge.net/projects/kooldock
Packager: Donnie S Bhayangkara - http://donnie.110mb.com
Group: System/GUI/KDE
License: GPL
BuildRoot: %{_tmppath}/build-%{name}-%{version}
BuildRequires: autoconf automake update-desktop-files
BuildRequires: kdelibs3-devel
BuildRequires: libstdc++-devel
%description
KoolDock is a dock for KDE with cool visual enhancements and effects.
KoolDock is a fork of the original work of Dang Viet Dung, KSmoothDock
Some of it features are:
- App Launcher.
- On Screen text display (over icons).
- Drag & Drop app list.
- Auto-Hide.
- Nice hide-show animation.
- Transparency.
- Xinerama support.
- Others.
Authors:
--------
KoolDock team (to v0.3):
Matias Fernandez <radix@kde.cl>
Francisco Guidi <francisco@guidi.com>
Developement after v0.3:
Blase Stanek <bisiek@op.pl>
%if %suse_version >= 930
%debug_package
%endif
%prep
%setup -q -n "kooldock"
%{?suse_update_config:%{suse_update_config -f}}
%build
%configure --with-qt-libraries=/usr/lib/qt3/%_lib
%__make %{?jobs:-j%{jobs}}
%install
%makeinstall
%__install -D -m0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/applications/kde/kooldock.desktop"
%suse_update_desktop_file -r "%{name}" KDE Utility DesktopUtility
find %{buildroot} -type f -o -type l | sed "s|^%{buildroot}||" >master.list
%if %suse_version < 930
%__strip "%{buildroot}%{_bindir}"/*
%endif
%clean
%__rm -rf "%{buildroot}"
%files -f master.list
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING INSTALL README README.CVS TODO
%changelog
* Sun Sep 23 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.7
- new upstream version:
* Improved icon positioning.
* Added 'Show only minimized' option.
* Disabled systray support.
* Improved drawing engine.
* Added speed control (modifies kooldock's animation time to make it closest
to desired speed).
* Reduced CPU wakeups, when kooldock is inactive (should be 4-8 per second)
* Reorganised tabs in setting window.
* Added 'Apply' button in options window, improved settings applying speed.
* Added simple KBFX support (necessary kicker applet).
* Added automatic background refresh (on minimize/maximize/restore/activate
window).
* Added similar task grouping.
* Minor fixes and improvements.
* Sun Mar 25 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.6
- new upstream version:
* Added choice of amount of big icons.
* Added choise of edge on which kooldock has to appear.
* Added option allowing to don't scroll while mouse is on the same icon (centred on it).
* Added Italian translation. (Thanks to Francesco Montefoschi)
* Added desktop area clipptiong.
* Added DCOP icon area clipping.
* Some bugfixes.
* Fri Feb 16 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.5
- package for v0.4.5
* Mon Feb 12 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.4
- package for v0.4.4
- updated the project URL
- edited the Summary
- adjusted the Source0 to the new archive source file naming
* Sat Jan 20 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.3
- package for v0.4.3
* Tue Jan 16 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.2
- package for v0.4.2
- removed the line rm _builddir/name/po/de.po from spec file
* Sun Jan 7 2007 Donnie S Bhayangkara <dsbhayangkara@gmail.com> 0.4.1
- initial package
- removed the 0 byte de.po file
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: