Compare commits

...

5 Commits
master ... fc6

Author SHA1 Message Date
Fedora Release Engineering 2a31a41340 dist-git conversion 2010-07-28 17:52:27 +00:00
Bill Nottingham 11f7d26a78 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:19:36 +00:00
Gérard Milmeister 5fa7224235 removed openal patch 2007-07-06 21:24:25 +00:00
Gérard Milmeister 88f3503510 new version Sep2006 2006-10-30 10:24:43 +00:00
Jeremy Katz 0fa427dc91 Initialize branch FC-6 for hugs98 2006-10-23 15:52:31 +00:00
6 changed files with 9 additions and 9456 deletions

View File

@ -1 +0,0 @@
hugs98-plus-May2006.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
hugs98-plus-Sep2006.tar.gz

View File

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

View File

@ -1,14 +1,14 @@
%define hugs_ver plus-May2006
%define hugs_ver plus-Sep2006
Name: hugs98
Version: 2006.05
Release: 6%{?dist}
Version: 2006.09
Release: 1%{?dist}
Summary: Haskell Interpreter
Group: Development/Languages
License: BSD
URL: http://www.haskell.org/hugs
Source0: http://cvs.haskell.org/Hugs/downloads/2006-05/%{name}-%{hugs_ver}.tar.gz
Source0: http://cvs.haskell.org/Hugs/downloads/2006-09/%{name}-%{hugs_ver}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: docbook-utils
@ -194,6 +194,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 30 2006 Gerard Milmeister <gemi@bluewin.ch> - 2006.09-1
- new version Sep2006
* Mon Aug 28 2006 Gerard Milmeister <gemi@bluewin.ch> - 2006.05-6
- Rebuild for FE6

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
b6989dee41f818f5052d9d46e3663726 hugs98-plus-May2006.tar.gz
e03e0ad79750d037237c47ebe33fa20e hugs98-plus-Sep2006.tar.gz