Author: vip Date: Tue Oct 3 10:00:57 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new spec, NFY
---- Files affected: SPECS: quadkonsole.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/quadkonsole.spec diff -u /dev/null SPECS/quadkonsole.spec:1.1 --- /dev/null Tue Oct 3 12:00:57 2006 +++ SPECS/quadkonsole.spec Tue Oct 3 12:00:49 2006 @@ -0,0 +1,60 @@ +# $Revision$, $Date$ +Summary: KDE application that embeds Konsole kparts in a grid layout +Name: quadkonsole +Version: 2.0.1 +Release: 0.1 +License: GPL v2 +Group: X11/Applications +Source0: http://nomis80.org/quadkonsole/%{name}-%{version}.tar.gz +# Source0-md5: a983a46d98be6cb5de66b80de04f97f7 +URL: http://kde-apps.org/content/show.php?content=22482 +BuildRequires: automake +BuildRequires: kdelibs-devel +BuildRequires: rpmbuild(macros) >= 1.129 +Requires: kdelibs >= 3.3.0 +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +QuadKonsole embeds Konsole kparts in a grid layout. The number of rows +and columns of Konsoles is 2 by 2 by default, but can be specified on +the command-line. The settings of the Konsoles can be accessed using +the right mouse button and can be saved. These settings apply to the +system globally, to all Konsole kparts. Konsole widgets get focus as +soon as the mouse hovers on them (focus follows mouse). This can be +disabled on the command-line. + +%prep +%setup -q + +%build +cp -f /usr/share/automake/config.* admin +%configure \ + --disable-rpath \ + --with-qt-libraries=%{_libdir} +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT \ + kde_htmldir=%{_kdedocdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/quadkonsole +#%{_datadir}/applnk/Utilities/quadkonsole.desktop + +%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 2006/10/03 10:00:49 vip +- new spec, NFY + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
