|
@@ -3,13 +3,15 @@
|
|
|
Name: mesa-libGLU
|
|
|
Summary: Mesa libGLU library
|
|
|
Summary(ja): Mesa libGLU ライブラリ
|
|
|
-Version: 9.0.0
|
|
|
-Release: 4%{?_dist_release}
|
|
|
+Version: 9.0.2
|
|
|
+Release: 1%{?_dist_release}
|
|
|
+Group: system
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
License: MIT
|
|
|
-Group: System Environment/Libraries
|
|
|
-URL: http://mesa3d.org/
|
|
|
-Source0: ftp://ftp.freedesktop.org/pub/mesa/glu/glu-%{version}.tar.bz2
|
|
|
+URL: https://www.mesa3d.org/
|
|
|
+Source0: https://archive.mesa3d.org/glu/glu-%{version}.tar.xz
|
|
|
Source2: make-git-snapshot.sh
|
|
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
@@ -18,12 +20,13 @@ Provides: libGLU = %{version}-%{release}
|
|
|
%description
|
|
|
Mesa implementation of the standard GLU OpenGL utility API.
|
|
|
|
|
|
+
|
|
|
%package devel
|
|
|
Summary: Development files for %{name}
|
|
|
Summary(ja): %{name} の開発ファイル
|
|
|
-Group: Development/Libraries
|
|
|
+Group: programming
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
-Requires: mesa-libGL-devel >= 9.0.0
|
|
|
+Requires: mesa-libGL-devel >= 9.0.0
|
|
|
Provides: libGLU-devel = %{version}-%{release}
|
|
|
|
|
|
%description devel
|
|
@@ -35,9 +38,7 @@ developing applications that use %{name}.
|
|
|
%package -n compat32-%{name}
|
|
|
Summary: Mesa libGLU runtime library
|
|
|
Summary(ja): Mesa libGLU ランタイムライブラリ
|
|
|
-Group: System Environment/Libraries
|
|
|
-Requires(post): /sbin/ldconfig
|
|
|
-Requires(postun): /sbin/ldconfig
|
|
|
+Group: system,legacy
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
@@ -47,7 +48,7 @@ Mesa libGLU runtime library
|
|
|
%package -n compat32-%{name}-devel
|
|
|
Summary: Mesa libGLU development package
|
|
|
Summary(ja): Mesa libGLU 開発パッケージ
|
|
|
-Group: Development/Libraries
|
|
|
+Group: programming,legacy
|
|
|
Requires: compat32-mesa-libGL >= 9.0.0
|
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
|
Requires: %{name}-devel = %{version}-%{release}
|
|
@@ -56,24 +57,24 @@ Requires: %{name}-devel = %{version}-%{release}
|
|
|
Mesa libGLU development package
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
+
|
|
|
+
|
|
|
%prep
|
|
|
%setup -q -n glu-%{version}
|
|
|
|
|
|
+
|
|
|
%build
|
|
|
%configure --disable-static
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
+
|
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
|
|
|
|
|
|
-%post -p /sbin/ldconfig
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
-
|
|
|
-%postun -p /sbin/ldconfig
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
|
|
%files
|
|
|
%{_libdir}/libGLU.so.1
|
|
@@ -95,7 +96,12 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
|
|
|
%{_libdir}/pkgconfig/glu.pc
|
|
|
%endif
|
|
|
|
|
|
+
|
|
|
%changelog
|
|
|
+* Sun Oct 02 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.0.2-1
|
|
|
+- new upstream release.
|
|
|
+- dropped ldconfig scriptlets.
|
|
|
+
|
|
|
* Thu Jun 30 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 9.0.0-4
|
|
|
- rebuild with gcc-5.4.0
|
|
|
|