Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

11 commits

Author SHA1 Message Date
Orcan Ogetbil
ff70fe0c12 Retired due to lack of maintainer interest 2013-12-06 02:00:29 -05:00
Dennis Gilmore
163d780eaa - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:39:01 -05:00
Dennis Gilmore
f1d2336f71 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:54:27 -06:00
Dennis Gilmore
a9923525a2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 01:06:49 -05:00
Dennis Gilmore
338de17f8a - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:08:28 -06:00
Dennis Gilmore
7994a57844 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:46:44 -06:00
Fedora Release Engineering
addbf43d52 dist-git conversion 2010-07-29 16:01:51 +00:00
Bill Nottingham
667d91c80f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
Jesse Keating
70c6e5da87 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:19:18 +00:00
Jesse Keating
478efb7ec1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 10:28:37 +00:00
Orcan Ogetbil
4a4f674178 - Changed the type of RPM_OPT_FLAGS from CFLAGS to WARN
Sat Sep 27 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8-3
- Added DistTag
- Removed ExclusiveArch
- Changed 0444 file permissions to 0644
- Changed %%defattr to (-,root,root,-)
- Honored Fedora specific compilation flags
- Support parallel make
Mon Sep 22 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8-2
- Repack for Fedora
- Don't strip the binary patch
Mon Feb 18 2002 Jan IVEN <jan.iven@cern.ch> - 1.8-1
- Initial build.
2008-09-28 19:44:15 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmmsctrl
# $Id$
NAME := xmmsctrl
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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Retired due to lack of maintainer interest

View file