|
|
@ -3,7 +3,7 @@
|
|
|
|
Summary: OpenGL Extension to GTK
|
|
|
|
Summary: OpenGL Extension to GTK
|
|
|
|
Name: gtkglext
|
|
|
|
Name: gtkglext
|
|
|
|
Version: 1.2.0
|
|
|
|
Version: 1.2.0
|
|
|
|
Release: 20%{?dist}
|
|
|
|
Release: 21%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+ or GPLv2+
|
|
|
|
License: LGPLv2+ or GPLv2+
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
@ -19,6 +19,7 @@ BuildRequires: libGL-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
# The configure script checks for X11/Intrinsic.h
|
|
|
|
# The configure script checks for X11/Intrinsic.h
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
|
|
|
|
BuildRequires: pangox-compat-devel
|
|
|
|
|
|
|
|
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
Requires(postun): /sbin/ldconfig
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
|
Requires(post): /sbin/ldconfig
|
|
|
@ -43,12 +44,11 @@ Summary: Development tools for GTK-based OpenGL applications
|
|
|
|
Group: Development/Libraries
|
|
|
|
Group: Development/Libraries
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
|
|
|
|
|
|
|
|
Requires: %{name}-libs = %{version}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: gtk2-devel
|
|
|
|
Requires: gtk2-devel
|
|
|
|
Requires: libGL-devel
|
|
|
|
Requires: libGL-devel
|
|
|
|
Requires: libGLU-devel
|
|
|
|
Requires: libGLU-devel
|
|
|
|
Requires: libXmu-devel
|
|
|
|
Requires: libXmu-devel
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
The gtkglext-devel package contains the header files, static libraries,
|
|
|
|
The gtkglext-devel package contains the header files, static libraries,
|
|
|
@ -76,15 +76,11 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
/sbin/ldconfig
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog README TODO
|
|
|
|
%doc AUTHORS COPYING COPYING.LIB ChangeLog README TODO
|
|
|
|
%{_libdir}/libgdkglext-x11-%{api_version}.so.*
|
|
|
|
%{_libdir}/libgdkglext-x11-%{api_version}.so.*
|
|
|
|
%{_libdir}/libgtkglext-x11-%{api_version}.so.*
|
|
|
|
%{_libdir}/libgtkglext-x11-%{api_version}.so.*
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_libdir}/gtkglext-%{api_version}
|
|
|
|
%{_libdir}/gtkglext-%{api_version}
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
@ -93,6 +89,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
%doc %{_datadir}/gtk-doc/html/*
|
|
|
|
%doc %{_datadir}/gtk-doc/html/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 27 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.2.0-21
|
|
|
|
|
|
|
|
- Add BR: pangox-compat-devel (RHBZ#850813, F19FTBFS RHBZ#914061, F20FTBFS RHBZ#992448).
|
|
|
|
|
|
|
|
- Spec cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-20
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
@ -131,7 +131,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Dec 08 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-8
|
|
|
|
* Sun Dec 07 2008 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 1.2.0-8
|
|
|
|
- Rebuild for pkgconfig provides
|
|
|
|
- Rebuild for pkgconfig provides
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 03 2008 Ralf Corsépius <rc040203@freenet.de> - 1.2.0-7
|
|
|
|
* Tue Jun 03 2008 Ralf Corsépius <rc040203@freenet.de> - 1.2.0-7
|
|
|
@ -166,10 +166,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
- Adaptations to modular X .
|
|
|
|
- Adaptations to modular X .
|
|
|
|
- Remove gcc-c++ (Already in default deps).
|
|
|
|
- Remove gcc-c++ (Already in default deps).
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
|
|
|
- rebuilt
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2004 Ralf Corsepius <ralf@links2linux.de> - 1.0.6-0.fdr.1
|
|
|
|
* Mon Jun 07 2004 Ralf Corsepius <ralf@links2linux.de> - 1.0.6-0.fdr.1
|
|
|
|
- Spec cleanups.
|
|
|
|
- Spec cleanups.
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2004 Ralf Corsepius <ralf@links2linux.de> - 1.0.6-0.fdr.0
|
|
|
|
* Fri Jun 04 2004 Ralf Corsepius <ralf@links2linux.de> - 1.0.6-0.fdr.0
|
|
|
|