rpms/python-tornado/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/python-tornado/devel
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsx32591/rpms/python-tornado/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module python-tornado
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: python-tornado
# $Id: Makefile,v 1.1 2009/10/31 23:57:06 kevin Exp $
NAME := python-tornado
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 $$d/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)
--- NEW FILE sources ---
14Â years, 1Â month
rpms/python-tornado Makefile,NONE,1.1
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/python-tornado
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsx32591/rpms/python-tornado
Added Files:
Makefile
Log Message:
Setup of module python-tornado
--- NEW FILE Makefile ---
# Top level Makefile for module python-tornado
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
14Â years, 1Â month
rpms/python-tornado/devel - New directory
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/python-tornado/devel
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsx32591/rpms/python-tornado/devel
Log Message:
Directory /cvs/pkgs/rpms/python-tornado/devel added to the repository
14Â years, 1Â month
rpms/python-tornado - New directory
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/python-tornado
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsx32591/rpms/python-tornado
Log Message:
Directory /cvs/pkgs/rpms/python-tornado added to the repository
14Â years, 1Â month
[pkgdb] python-tornado (Fedora, 11) updated by kevin
by Fedora PackageDB
kevin added a Fedora 12 branch for python-tornado
kevin has set commit to Approved for 107427 on python-tornado (Fedora 12)
kevin has set checkout to Approved for 107427 on python-tornado (Fedora 12)
kevin has set build to Approved for 107427 on python-tornado (Fedora 12)
To make changes to this package see:
/pkgdb/packages/name/python-tornado
14Â years, 1Â month
[pkgdb] python-tornado (Fedora, 11) updated by kevin
by Fedora PackageDB
kevin added a Fedora 11 branch for python-tornado
kevin has set commit to Approved for 107427 on python-tornado (Fedora 11)
kevin has set checkout to Approved for 107427 on python-tornado (Fedora 11)
kevin has set build to Approved for 107427 on python-tornado (Fedora 11)
To make changes to this package see:
/pkgdb/packages/name/python-tornado
14Â years, 1Â month
[pkgdb] python-tornado was added for mapleoin
by Fedora PackageDB
kevin has added Package python-tornado with summary Scalable, non-blocking web server and tools
kevin has approved Package python-tornado
kevin has added a Fedora devel branch for python-tornado with an owner of mapleoin
kevin has approved python-tornado in Fedora devel
kevin has approved Package python-tornado
kevin has set commit to Approved for 107427 on python-tornado (Fedora devel)
kevin has set checkout to Approved for 107427 on python-tornado (Fedora devel)
kevin has set build to Approved for 107427 on python-tornado (Fedora devel)
To make changes to this package see:
/pkgdb/packages/name/python-tornado
14Â years, 1Â month
rpms/webkitkde/devel sources,1.3,1.4 webkitkde.spec,1.3,1.4
by nucleo
Author: nucleo
Update of /cvs/pkgs/rpms/webkitkde/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32095
Modified Files:
sources webkitkde.spec
Log Message:
revert to svn snapshot 1027811
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/webkitkde/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources 31 Oct 2009 14:10:19 -0000 1.3
+++ sources 31 Oct 2009 23:55:07 -0000 1.4
@@ -1 +1 @@
-4b3386fd3698bd6c0f572f933977532d webkitkde-0.0.1-svn.tar.bz2
+eccfb5d3f6c973f18b4b55cb01789756 webkitkde-0.0.1-svn.tar.bz2
Index: webkitkde.spec
===================================================================
RCS file: /cvs/pkgs/rpms/webkitkde/devel/webkitkde.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- webkitkde.spec 31 Oct 2009 14:10:20 -0000 1.3
+++ webkitkde.spec 31 Oct 2009 23:55:07 -0000 1.4
@@ -1,6 +1,6 @@
Name: webkitkde
Version: 0.0.1
-Release: 0.3.20091031svn%{?dist}
+Release: 0.4.20090924svn%{?dist}
Summary: QtWebKit bindings to KDE
Group: System Environment/Libraries
License: LGPLv2+
@@ -131,8 +131,8 @@ fi
%{_kde4_appsdir}/cmake/modules/FindWebKitPart.cmake
%changelog
-* Sat Oct 31 2009 Alexey Kurov <nucleo(a)fedoraproject.org> - 0.0.1-0.3.20091031svn
-- svn snapshot 1042864
+* Sat Oct 31 2009 Alexey Kurov <nucleo(a)fedoraproject.org> - 0.0.1-0.4.20090924svn
+- revert to svn snapshot 1027811
* Sun Sep 27 2009 Alexey Kurov <nucleo(a)fedoraproject.org> - 0.0.1-0.2.20090924svn
- webkitpart should owns kpartplugins in webkitpart apps dir
14Â years, 1Â month
rpms/PragmARC/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/PragmARC/devel
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsi31685/rpms/PragmARC/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module PragmARC
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: PragmARC
# $Id: Makefile,v 1.1 2009/10/31 23:54:48 kevin Exp $
NAME := PragmARC
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 $$d/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)
--- NEW FILE sources ---
14Â years, 1Â month