- New upstream release 0.4.1 final
This commit is contained in:
parent
2eb210d2a5
commit
642b368bf3
3 changed files with 13 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
alleggl-0.4.0.tar.bz2
|
||||
alleggl-0.4.1.tar.bz2
|
||||
|
|
|
|||
16
alleggl.spec
16
alleggl.spec
|
|
@ -1,11 +1,11 @@
|
|||
Name: alleggl
|
||||
Version: 0.4.0
|
||||
Version: 0.4.1
|
||||
Release: 1%{?dist}
|
||||
Summary: OpenGL support library for Allegro
|
||||
Group: System Environment/Libraries
|
||||
License: zlib License
|
||||
License: zlib/libpng License
|
||||
URL: http://allegrogl.sourceforge.net/
|
||||
Source0: http://dl.sf.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
|
||||
Source0: http://downloads.sourceforge.net/allegrogl/%{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
|
||||
|
|
@ -38,7 +38,10 @@ developing applications that use %{name}.
|
|||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
# the --with-x-foo is there so that configure doesn't add -L/usr/lib to
|
||||
# the LDFLAGS, as that will result in an installed older alleggl getting used
|
||||
# during the linking of the examples, possibly resulting in an error
|
||||
%configure --disable-static --x-includes='' --x-libraries=''
|
||||
make %{?_smp_mflags} 'LIB_BUILDER=gcc -shared -Wl,-soname,libagl.so.0 -o' \
|
||||
CFLAGS="$RPM_OPT_FLAGS -ffast-math"
|
||||
|
||||
|
|
@ -74,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc bugs.txt todo.txt
|
||||
%{_libdir}/libagl.so.0
|
||||
%{_libdir}/libagl.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
|
@ -84,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 3 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 0.4.1-1
|
||||
- New upstream release 0.4.1 final
|
||||
|
||||
* Wed Dec 13 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 0.4.0-1
|
||||
- New upstream release 0.4.0 final
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
43e5d123fa5c78ade8e9b486b4102998 alleggl-0.4.0.tar.bz2
|
||||
b08cd58b37e1d3185c13d997a179ddc0 alleggl-0.4.1.tar.bz2
|
||||
|
|
|
|||
Reference in a new issue