rpms/webattery - New directory
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/webattery
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsP21425/rpms/webattery
Log Message:
Directory /cvs/pkgs/rpms/webattery added to the repository
12Â years, 3Â months
[pkgdb] webattery was added for alagunambi
by Fedora PackageDB
kevin has added Package webattery with summary Command line tool to display battery power status
kevin has approved Package webattery
kevin has added a Fedora devel branch for webattery with an owner of alagunambi
kevin has approved webattery in Fedora devel
kevin has approved Package webattery
kevin has set commit to Approved for provenpackager on webattery (Fedora devel)
kevin has set checkout to Approved for provenpackager on webattery (Fedora devel)
kevin has set build to Approved for provenpackager on webattery (Fedora devel)
To make changes to this package see:
https://admin.fedoraproject.org/pkgdb/packages/name/webattery
12Â years, 3Â months
rpms/urg/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/urg/devel
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20786/rpms/urg/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module urg
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: urg
# $Id: Makefile,v 1.1 2010/01/31 19:12:39 kevin Exp $
NAME := urg
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 ---
12Â years, 3Â months
rpms/urg Makefile,NONE,1.1
by Kevin Fenzi
Author: kevin
Update of /cvs/pkgs/rpms/urg
In directory cvs1.fedora.phx.redhat.com:/home/fedora/kevin/CVSROOT/admin/tmpcvsa20786/rpms/urg
Added Files:
Makefile
Log Message:
Setup of module urg
--- NEW FILE Makefile ---
# Top level Makefile for module urg
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 {} \;
12Â years, 3Â months