rpms/quadkonsole/devel .cvsignore, 1.3, 1.4 Makefile, 1.2, 1.3 quadkonsole.spec, 1.2, 1.3 sources, 1.3, 1.4 dead.package, 1.1, NONE

Simon Perreault (nomis80) fedora-extras-commits at redhat.com
Sun Dec 24 16:51:41 UTC 2006


Author: nomis80

Update of /cvs/extras/rpms/quadkonsole/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9518

Added Files:
	.cvsignore Makefile quadkonsole.spec sources 
Removed Files:
	dead.package 
Log Message:
Waking the dead: quadkonsole package returning to life.



Index: .cvsignore
===================================================================
RCS file: .cvsignore
diff -N .cvsignore
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ .cvsignore	24 Dec 2006 16:51:11 -0000	1.4
@@ -0,0 +1 @@
+quadkonsole-2.0.1.tar.gz


Index: Makefile
===================================================================
RCS file: Makefile
diff -N Makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Makefile	24 Dec 2006 16:51:11 -0000	1.3
@@ -0,0 +1,21 @@
+# Makefile for source rpm: quadkonsole
+# $Id$
+NAME := quadkonsole
+SPECFILE = $(firstword $(wildcard *.spec))
+
+define find-makefile-common
+for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+endef
+
+MAKEFILE_COMMON := $(shell $(find-makefile-common))
+
+ifeq ($(MAKEFILE_COMMON),)
+# attept a checkout
+define checkout-makefile-common
+test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+endef
+
+MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
+endif
+
+include $(MAKEFILE_COMMON)


Index: quadkonsole.spec
===================================================================
RCS file: quadkonsole.spec
diff -N quadkonsole.spec
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ quadkonsole.spec	24 Dec 2006 16:51:11 -0000	1.3
@@ -0,0 +1,58 @@
+Name:           quadkonsole
+Version:        2.0.1
+Release:        2%{?dist}
+Summary:        Embeds Konsole kparts in a grid layout
+
+Group:          Applications/System
+License:        GPL
+URL:            http://nomis80.org/quadkonsole/
+Source0:        http://nomis80.org/quadkonsole/quadkonsole-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  kdelibs-devel >= 3.2, desktop-file-utils
+
+%description
+QuadKonsole is a program which embeds 4 Konsoles (other numbers can be
+specified on the command-line). This way you save screen real estate, you don't
+have to worry about careful placement and the startup time is faster than
+starting up 4 separate Konsoles.
+
+
+%prep
+%setup -q
+
+
+%build
+%configure --disable-rpath
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+desktop-file-install \
+        --vendor fedora \
+        --dir $RPM_BUILD_ROOT%{_datadir}/applications/kde \
+        --delete-original \
+        --add-category X-Fedora \
+        $RPM_BUILD_ROOT%{_datadir}/applnk/Utilities/quadkonsole.desktop
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc AUTHORS COPYING README TODO
+%{_bindir}/quadkonsole
+%{_datadir}/applications/kde/fedora-quadkonsole.desktop
+
+
+%changelog
+* Tue Mar  7 2006 Simon Perreault <nomis80 at nomis80.org> - 2.0.1-2
+- Reformatted description to make rpmlint happy.
+
+* Tue Mar  7 2006 Simon Perreault <nomis80 at nomis80.org> - 2.0.1-1
+- Initial package.


Index: sources
===================================================================
RCS file: sources
diff -N sources
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ sources	24 Dec 2006 16:51:11 -0000	1.4
@@ -0,0 +1 @@
+3334b7a3ad3e6f9b96f59a00ccedae91  quadkonsole-2.0.1.tar.gz


--- dead.package DELETED ---




More information about the scm-commits mailing list