Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3937f4ee87 | ||
|
|
ec6b694b65 | ||
|
|
b20e7a9da2 | ||
|
|
c807f0532c |
5 changed files with 7 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
alleggl-0.4.0_rc4.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
alleggl-0.4.0.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
0cbe43f8fa2488a7e7d6e9807e5f0100 alleggl-0.4.0_rc4.tar.bz2
|
||||
43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue