Author: havner Date: Thu Jun 29 16:20:48 2006 GMT Module: SPECS Tag: AC-branch ---- Log message: - HEAD merge, 1.2.0
---- Files affected: SPECS: gtkglext.spec (1.22 -> 1.22.2.1) ---- Diffs: ================================================================ Index: SPECS/gtkglext.spec diff -u SPECS/gtkglext.spec:1.22 SPECS/gtkglext.spec:1.22.2.1 --- SPECS/gtkglext.spec:1.22 Thu Mar 11 13:11:03 2004 +++ SPECS/gtkglext.spec Thu Jun 29 18:20:42 2006 @@ -2,20 +2,20 @@ Summary: OpenGL extension to GTK Summary(pl): Rozszerzenie OpenGL dla GTK Name: gtkglext -Version: 1.0.6 +Version: 1.2.0 Release: 1 License: LGPL Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/1.0/%{name}-%{version}.tar.bz2 -# Source0-md5: e347e028dfe98d69c5995f547108db77 +Source0: http://dl.sourceforge.net/gtkglext/%{name}-%{version}.tar.bz2 +# Source0-md5: ed7ba24ce06a8630c07f2d0ee5f04ab4 URL: http://gtkglext.sourceforge.net/ BuildRequires: OpenGL-devel BuildRequires: autoconf >= 2.54 -BuildRequires: automake -BuildRequires: gtk+2-devel >= 2.1.2 +BuildRequires: automake >= 1:1.7 +BuildRequires: gtk+2-devel >= 1:2.1.2 BuildRequires: gtk-doc >= 0.10 BuildRequires: libtool >= 1:1.4.2-9 -Requires: OpenGL +BuildRequires: pkgconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _noautoreqdep libGL.so.1 libGLU.so.1 @@ -41,7 +41,7 @@ Group: X11/Development/Libraries Requires: %{name} = %{version}-%{release} Requires: OpenGL-devel -Requires: gtk+2-devel >= 2.1.2 +Requires: gtk+2-devel >= 1:2.1.2 %description devel Development files for GtkGLExt. @@ -65,7 +65,6 @@ %setup -q %build -# supplied libtool is broken (relink) %{__libtoolize} %{__aclocal} %{__autoconf} @@ -84,7 +83,6 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT \ - pkgconfigdir=%{_pkgconfigdir} %clean rm -rf $RPM_BUILD_ROOT @@ -94,22 +92,22 @@ %files %defattr(644,root,root,755) -%doc AUTHORS ChangeLog README TODO -%attr(755,root,root) %{_libdir}/lib*.so.*.* +%doc AUTHORS ChangeLog* README TODO +%attr(755,root,root) %{_libdir}/libg[dt]kglext-x11-*.so.*.*.* %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_libdir}/%{name}* -%{_includedir}/%{name}* -%{_pkgconfigdir}/* -%{_aclocaldir}/*.m4 -%{_gtkdocdir}/* +%attr(755,root,root) %{_libdir}/libg[dt]kglext-x11-*.so +%{_libdir}/libg[dt]kglext-x11-*.la +%{_libdir}/%{name}-* +%{_includedir}/%{name}-* +%{_pkgconfigdir}/g[dt]kglext-*.pc +%{_aclocaldir}/gtkglext-*.m4 +%{_gtkdocdir}/gtkglext %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libg[dt]kglext-x11-*.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -117,6 +115,30 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.22.2.1 2006/06/29 16:20:42 havner +- HEAD merge, 1.2.0 + +Revision 1.29 2006/03/05 00:26:19 qboosh +- updated to 1.2.0, removed obsolete pangox patch + +Revision 1.28 2006/03/04 23:40:51 qboosh +- gpm-friendly Source0 URL + +Revision 1.27 2006/02/19 09:25:17 freetz +- fix linking with non ancient pango lib, rel.3 + +Revision 1.26 2006/02/19 09:13:10 qboosh +- dropped non-versioned OpenGL dep + +Revision 1.25 2006/02/19 00:55:22 wolf +- rel 2 + +Revision 1.24 2004/12/20 12:46:01 zbyniu +- BR: pkgconfig + +Revision 1.23 2004/11/27 18:52:07 saq +- massive attack: add missing gtk+2-devel epoch in BR + Revision 1.22 2004/03/11 12:11:03 grzegol - updated to 1.0.6 - removed outdated am18 patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gtkglext.spec?r1=1.22&r2=1.22.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
