libGLU 9.0

This commit is contained in:
Adam Jackson 2012-09-18 09:28:03 -04:00
parent 794f6f318b
commit fd70a32698
4 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libGLU-20120904.tar.xz
/glu-9.0.0.tar.bz2

View File

@ -5,7 +5,7 @@
# to make a snapshot of the given tag/branch. Defaults to HEAD.
# Point env var REF to a local mesa repo to reduce clone time.
DIRNAME=libGLU-$( date +%Y%m%d )
DIRNAME=glu-$( date +%Y%m%d )
echo REF ${REF:+--reference $REF}
echo DIRNAME $DIRNAME

View File

@ -1,14 +1,13 @@
%define gitdate 20120904
#define gitdate 20120904
Name: mesa-libGLU
Version: 9.0
Release: 0.2%{?dist}
Version: 9.0.0
Release: 1%{?dist}
Summary: Mesa libGLU library
License: MIT
URL: http://mesa3d.org/
# snapshot only at this point
Source0: libGLU-%{gitdate}.tar.xz
Source0: ftp://ftp.freedesktop.org/pub/mesa/glu/glu-%{version}.tar.bz2
Source2: make-git-snapshot.sh
%if 0%{?gitdate}
@ -32,7 +31,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%setup -q -n libGLU-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
%setup -q -n glu-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
%build
%if 0%{?gitdate}
@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
%{_libdir}/pkgconfig/glu.pc
%changelog
* Tue Sep 18 2012 Adam Jackson <ajax@redhat.com> 9.0.0-1
- libGLU 9.0
* Mon Sep 10 2012 Dave Airlie <airlied@redhat.com> 9.0-0.2
- add back libGLU provides for now

View File

@ -1 +1 @@
a1f8aca93eed0281bb25775b2aae1167 libGLU-20120904.tar.xz
be9249132ff49275461cf92039083030 glu-9.0.0.tar.bz2