Compare commits

...
This repository has been archived on 2026-01-16. 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.

14 commits

Author SHA1 Message Date
Orcan Ogetbil
8a2a4627dc Package is retired 2011-06-06 22:19:01 -04:00
Dennis Gilmore
467913f2c7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:45:26 -06:00
Fedora Release Engineering
5345cf9493 dist-git conversion 2010-07-28 09:41:07 +00:00
dmalcolm
22ebd38467 - Rebuilt for
https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
2010-07-22 00:34:33 +00:00
Orcan Ogetbil
2e4cc7a63e - Change device order in autodetect. Prevents a possible crash.
- Fix segfault in waveedit when deleting end of waveform.
2010-05-30 15:35:39 +00:00
Orcan Ogetbil
abdc76c132 - Change device order in autodetect. Prevents a possible crash.
- Fix segfault in waveedit when deleting end of waveform.
2010-05-30 15:33:07 +00:00
Bill Nottingham
d679aa15d3 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:59 +00:00
Orcan Ogetbil
3b3487c754 - Update the .desktop file 2009-08-06 02:58:48 +00:00
Jesse Keating
3867dd2c6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 16:41:33 +00:00
Orcan Ogetbil
c071dbdfda - Update to version 0.13 2009-03-06 01:57:00 +00:00
Jesse Keating
35a4ea1775 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-24 00:28:14 +00:00
Ignacio Vazquez-Abrams
b161a9b7c3 Rebuild for Python 2.6 2008-12-01 15:00:15 +00:00
Alexander Kahl
604f9d9378 -6: ExcludeArch for ppc64 2007-10-05 14:20:46 +00:00
Alexander Kahl
5c4c98fbcf initial import 2007-09-27 19:16:12 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

View file