rebuilt [release 1.2.0-7mamba;Thu Feb 22 2024]
This commit is contained in:
parent
6b112197ad
commit
1c3bffb6b5
@ -1,12 +1,12 @@
|
|||||||
Name: libgtkglext
|
Name: libgtkglext
|
||||||
Version: 1.2.0
|
Version: 1.2.0
|
||||||
Release: 6mamba
|
Release: 7mamba
|
||||||
Summary: OpenGL extensions for GTK2
|
Summary: OpenGL extensions for GTK2
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org/
|
||||||
Source: http://downloads.sourceforge.net/sourceforge/gtkglext/gtkglext-%{version}.tar.bz2
|
Source: http://downloads.sourceforge.net/sourceforge/gtkglext/gtkglext-%{version}.tar.bz2
|
||||||
Patch0: libgtkglext-1.2.0-libgtk-2.20.patch
|
Patch0: libgtkglext-1.2.0-libgtk-2.20.patch
|
||||||
Patch1: libgtkglext-1.2.0-gcc-8.patch
|
Patch1: libgtkglext-1.2.0-gcc-8.patch
|
||||||
@ -14,12 +14,10 @@ Patch2: libgtkglext-1.2.0-kill-pangox.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libGLU-devel
|
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libXmu-devel
|
BuildRequires: libXmu-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libglu-devel
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libgtk2-devel
|
BuildRequires: libgtk2-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -30,8 +28,7 @@ BuildRequires: libXinerama-devel >= 1.0.1
|
|||||||
BuildRequires: libXrandr-devel >= 1.1.2
|
BuildRequires: libXrandr-devel >= 1.1.2
|
||||||
BuildRequires: libXrender-devel >= 0.9.1
|
BuildRequires: libXrender-devel >= 0.9.1
|
||||||
BuildRequires: libXxf86vm-devel >= 1.0.1
|
BuildRequires: libXxf86vm-devel >= 1.0.1
|
||||||
Obsoletes: libpangox
|
Obsoletes: libpangox < 1.2.0-7mamba
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
OpenGL extensions for GTK2.
|
OpenGL extensions for GTK2.
|
||||||
@ -40,11 +37,11 @@ OpenGL extensions for GTK2.
|
|||||||
Summary: Devel package for %{name}
|
Summary: Devel package for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Obsoletes: libpangox-devel
|
Obsoletes: libpangox-devel < 1.2.0-7mamba
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
OpenGL extensions for GTK2.
|
OpenGL extensions for GTK2.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
@ -82,10 +79,8 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgtkglext*.a
|
%{_libdir}/libgtkglext*.a
|
||||||
%{_libdir}/libgtkglext*.la
|
|
||||||
%{_libdir}/libgtkglext*.so
|
%{_libdir}/libgtkglext*.so
|
||||||
%{_libdir}/libgdkglext*.a
|
%{_libdir}/libgdkglext*.a
|
||||||
%{_libdir}/libgdkglext*.la
|
|
||||||
%{_libdir}/libgdkglext*.so
|
%{_libdir}/libgdkglext*.so
|
||||||
%{_libdir}/gtkglext-1.0/include/gdkglext-config.h
|
%{_libdir}/gtkglext-1.0/include/gdkglext-config.h
|
||||||
%dir %{_includedir}/gtkglext-1.0/gdk/glext
|
%dir %{_includedir}/gtkglext-1.0/gdk/glext
|
||||||
@ -102,6 +97,9 @@ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
|||||||
%doc TODO ChangeLog ChangeLog.pre-1-0 README README.win32
|
%doc TODO ChangeLog ChangeLog.pre-1-0 README README.win32
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-7mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
* Tue May 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-6mamba
|
* Tue May 26 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-6mamba
|
||||||
- remove link against obsoleted libpangox
|
- remove link against obsoleted libpangox
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user