libGLU 9.0
This commit is contained in:
parent
794f6f318b
commit
fd70a32698
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libGLU-20120904.tar.xz
|
||||
/glu-9.0.0.tar.bz2
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user