rpms/arcem/devel arcem.spec,1.1,1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/arcem/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14415
Modified Files:
arcem.spec
Log Message:
rebuild for buildsys cflags issue
Index: arcem.spec
===================================================================
RCS file: /cvs/free/rpms/arcem/devel/arcem.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- arcem.spec 19 Jul 2008 18:35:05 -0000 1.1
+++ arcem.spec 29 Jul 2008 19:35:15 -0000 1.2
@@ -7,7 +7,7 @@
Name: arcem
Version: 1.10
-Release: 3.cvs_%{cvsdate}%{?dist}
+Release: 4.cvs_%{cvsdate}%{?dist}
Summary: Highly portable Acorn Archimedes emulator
Group: Applications/Emulators
License: GPLv2+
@@ -116,6 +116,9 @@
%changelog
+* Tue Jul 29 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.10-4.cvs_20070611
+- rebuild for buildsys cflags issue
+
* Wed Dec 12 2007 Ian Chapman <packages[AT]amiga-hardware.com> 1.10-3.cvs_20070611
- Minor spec changes for devel
16 years, 3 months
rpms/normalize/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/normalize/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscm9426/rpms/normalize/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module normalize
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: normalize
# $Id: Makefile,v 1.1 2008/07/29 18:14:14 thl Exp $
NAME := normalize
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)
--- NEW FILE sources ---
16 years, 3 months
rpms/normalize Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/normalize
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscm9426/rpms/normalize
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module normalize
--- NEW FILE Makefile ---
# Top level Makefile for module normalize
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 {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 3 months
rpms/normalize/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/normalize/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscm9426/rpms/normalize/devel
Log Message:
Directory /cvs/free/rpms/normalize/devel added to the repository
16 years, 3 months
rpms/normalize - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/normalize
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscm9426/rpms/normalize
Log Message:
Directory /cvs/free/rpms/normalize added to the repository
16 years, 3 months
rpms/mpgtx Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpgtx
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscx9247/rpms/mpgtx
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module mpgtx
--- NEW FILE Makefile ---
# Top level Makefile for module mpgtx
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 {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
16 years, 3 months
rpms/mpgtx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpgtx/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscx9247/rpms/mpgtx/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module mpgtx
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: mpgtx
# $Id: Makefile,v 1.1 2008/07/29 18:14:03 thl Exp $
NAME := mpgtx
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)
--- NEW FILE sources ---
16 years, 3 months
rpms/mpgtx/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpgtx/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscx9247/rpms/mpgtx/devel
Log Message:
Directory /cvs/free/rpms/mpgtx/devel added to the repository
16 years, 3 months
rpms/mpgtx - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/mpgtx
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvscx9247/rpms/mpgtx
Log Message:
Directory /cvs/free/rpms/mpgtx added to the repository
16 years, 3 months
rpms/kdemultimedia-extras-freeworld/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/kdemultimedia-extras-freeworld/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsTL9132/rpms/kdemultimedia-extras-freeworld/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module kdemultimedia-extras-freeworld
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: kdemultimedia-extras-freeworld
# $Id: Makefile,v 1.1 2008/07/29 18:13:51 thl Exp $
NAME := kdemultimedia-extras-freeworld
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)
--- NEW FILE sources ---
16 years, 3 months