rpms/gmameui/devel gmameui.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/gmameui/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28570
Modified Files:
.cvsignore sources
Added Files:
gmameui.spec
Log Message:
import from freshrpms
--- NEW FILE gmameui.spec ---
Summary: Frontend for MAME
Name: gmameui
Version: 0.2.2
Release: 2%{?dist}
License: GPLv2+
Group: Applications/Emulators
URL: http://gmameui.sourceforge.net/
Source: http://downloads.sf.net/gmameui/gmameui-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gtk2-devel
BuildRequires: expat-devel
BuildRequires: libglade2-devel
BuildRequires: gettext, bison
BuildRequires: perl(XML::Parser)
%description
GMAMEUI is a front-end program that helps you run MAME (either xmame or
sdlmame), allowing you to run your arcade games quickly and easily.
%prep
%setup -q
%build
%configure
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot} _docs
%{__make} install DESTDIR=%{buildroot}
#find_lang %{name}
# Put the docs back into place
%{__mkdir} _docs
%{__mv} %{buildroot}%{_docdir}/%{name}*/* _docs/
%clean
%{__rm} -rf %{buildroot}
%files
# -f %{name}.lang
%defattr(-,root,root,-)
%doc _docs/*
%{_bindir}/gmameui
%{_datadir}/applications/gmameui.desktop
%{_datadir}/pixmaps/gmameui.png
%{_datadir}/gmameui/
%{_mandir}/man6/gmameui.6*
%changelog
* Sat Oct 18 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.2.2-2
- rebuild for RPM Fusion
* Fri May 16 2008 Matthias Saou <http://freshrpms.net/> 0.2.2-1
- Initial RPM package, based on the gxmame spec file.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 18 Oct 2008 13:43:09 -0000 1.1
+++ .cvsignore 18 Oct 2008 13:53:11 -0000 1.2
@@ -0,0 +1 @@
+gmameui-0.2.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/gmameui/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 18 Oct 2008 13:43:09 -0000 1.1
+++ sources 18 Oct 2008 13:53:11 -0000 1.2
@@ -0,0 +1 @@
+2da4f06c3ade3c4d6c1356465925816d gmameui-0.2.2.tar.gz
16 years
rpms/xvid4conf Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xvid4conf
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR27776/rpms/xvid4conf
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xvid4conf
--- NEW FILE Makefile ---
# Top level Makefile for module xvid4conf
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
rpms/xvid4conf/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xvid4conf/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR27776/rpms/xvid4conf/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xvid4conf
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xvid4conf
# $Id: Makefile,v 1.1 2008/10/18 13:45:46 thl Exp $
NAME := xvid4conf
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
rpms/xvid4conf - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xvid4conf
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR27776/rpms/xvid4conf
Log Message:
Directory /cvs/free/rpms/xvid4conf added to the repository
16 years
rpms/xvid4conf/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xvid4conf/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsR27776/rpms/xvid4conf/devel
Log Message:
Directory /cvs/free/rpms/xvid4conf/devel added to the repository
16 years
rpms/xplanet-maps/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xplanet-maps/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsy27601/rpms/xplanet-maps/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xplanet-maps
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xplanet-maps
# $Id: Makefile,v 1.1 2008/10/18 13:45:38 thl Exp $
NAME := xplanet-maps
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
rpms/xplanet-maps Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xplanet-maps
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsy27601/rpms/xplanet-maps
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module xplanet-maps
--- NEW FILE Makefile ---
# Top level Makefile for module xplanet-maps
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
rpms/xplanet-maps/devel - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xplanet-maps/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsy27601/rpms/xplanet-maps/devel
Log Message:
Directory /cvs/free/rpms/xplanet-maps/devel added to the repository
16 years
rpms/xplanet-maps - New directory
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xplanet-maps
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsy27601/rpms/xplanet-maps
Log Message:
Directory /cvs/free/rpms/xplanet-maps added to the repository
16 years
rpms/xmms-wma/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/xmms-wma/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsd27422/rpms/xmms-wma/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module xmms-wma
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: xmms-wma
# $Id: Makefile,v 1.1 2008/10/18 13:45:30 thl Exp $
NAME := xmms-wma
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