Author: jack Date: Sat Jun 11 18:03:26 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: kooldock.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/kooldock.spec diff -u /dev/null SPECS/kooldock.spec:1.1 --- /dev/null Sat Jun 11 20:03:26 2005 +++ SPECS/kooldock.spec Sat Jun 11 20:03:20 2005 @@ -0,0 +1,115 @@ +# $Revision$, $Date$ +Summary: KoolDock is a dock for KDE with cool visual enhancements and effects. +Name: kooldock +Version: 0.3 +Release: 0.1 +License: GPL v2 +Group: KDE/Applications +Source0: http://ktown.kde.cl/kooldock/dist/%{name}-%{version}.tar.gz +# Source0-md5: a53b74ce56f65b738413205cd9bfe2ca +URL: http://ktown.kde.cl/kooldock/ +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: kdelibs-devel >= 9:3.2.0 +BuildRequires: rpmbuild(macros) >= 1.129 +BuildRequires: unsermake >= 040805 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%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: + * Display quick launchers to your favourite apps + * A builtin task bar + * Pager and clock. (Not done yet) + * Smooth zooming effect (like Apple's OS X dock) + * Transparent Background + +%prep +%setup -q -n %{name} + +%build +cp -f /usr/share/automake/config.sub admin + +%configure \ +%if "%{_lib}" == "lib64" + --enable-libsuffix=64 \ +%endif + --%{?debug:en}%{!?debug:dis}able-debug%{?debug:=full} \ + --with-qt-libraries=%{_libdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_pixmapsdir},%{_desktopdir}} + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} \ + kde_libs_htmldir=%{_kdedocdir} \ + kdelnkdir=%{_desktopdir} \ + +%find_lang %{name} --with-kde + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/* +%{_iconsdir}/*/*/apps/%{name}.png +%{_datadir}/apps/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2005/06/11 18:03:20 jack +- initial + +Revision 1.14 2005/02/24 08:05:39 adgor +- No unsermake BR at this moment + +Revision 1.13 2005/01/16 16:09:48 glen +- %find_lang sample +- more complete %files +- set %{_desktopdir} in %install + +Revision 1.12 2004/11/02 21:08:44 qboosh +- formatting + +Revision 1.11 2004/11/01 16:05:04 djurban +- DL + +Revision 1.10 2004/09/02 20:32:01 qboosh +- _kdedocdir requires macros 1.129 + +Revision 1.9 2004/08/11 14:13:39 djurban +- bump minimal unsermake req + +Revision 1.8 2004/07/12 19:00:47 djurban +- use admin/Makefile.common (this way it works when no Makefile.cvs +- add a second %setup (commented) for snaps + +Revision 1.7 2004/06/19 14:47:39 qboosh +- sorted BRs + +Revision 1.6 2004/06/10 20:04:38 ankry +- spaces -> tab + +Revision 1.5 2004/06/10 14:26:00 djurban +- be kosher + +Revision 1.4 2004/06/04 14:22:31 djurban +- fix amd64 build + +Revision 1.3 2004/05/15 13:20:37 qboosh +- cleanups, removed R: kdelibs (autogenerated if package uses kdelibs) + +Revision 1.2 2004/05/14 20:03:22 ankry +- spaces -> tabs + +Revision 1.1 2004/05/14 19:13:27 djurban +- template for apps using kde buildsystem ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
