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.

4 commits

Author SHA1 Message Date
Fedora Release Engineering
3937f4ee87 dist-git conversion 2010-07-28 09:42:37 +00:00
Bill Nottingham
ec6b694b65 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:26:20 +00:00
Hans de Goede
b20e7a9da2 - New upstream release 0.4.0 final 2006-12-13 15:01:40 +00:00
Jeremy Katz
c807f0532c Initialize branch FC-6 for alleggl 2006-10-23 14:36:59 +00:00
5 changed files with 7 additions and 27 deletions

View file

@ -1 +0,0 @@
alleggl-0.4.0_rc4.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
alleggl-0.4.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: alleggl
# $Id$
NAME := alleggl
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,13 +1,11 @@
%define pre_version rc4
Name: alleggl
Version: 0.4.0
Release: 0.5.%{pre_version}%{?dist}
Release: 1%{?dist}
Summary: OpenGL support library for Allegro
Group: System Environment/Libraries
License: zlib License
URL: http://allegrogl.sourceforge.net/
Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}_%{pre_version}.tar.bz2
Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: allegro-devel libGLU-devel libX11-devel libXext-devel
BuildRequires: libXpm-devel libXxf86vm-devel
@ -86,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Dec 13 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.4.0-1
- New upstream release 0.4.0 final
* Mon Aug 28 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.4.0-0.5.rc4
- FE6 Rebuild

View file

@ -1 +1 @@
0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2
43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2