Author: megabajt Date: Mon Nov 17 15:46:51 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 2.0.0
---- Files affected: SPECS: gtkglarea.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/gtkglarea.spec diff -u SPECS/gtkglarea.spec:1.49 SPECS/gtkglarea.spec:1.50 --- SPECS/gtkglarea.spec:1.49 Sun Nov 16 13:09:55 2008 +++ SPECS/gtkglarea.spec Mon Nov 17 16:46:46 2008 @@ -6,16 +6,18 @@ Summary(uk.UTF-8): GtkGLArea - це OpenGL віджет для GTK+ Summary(wa.UTF-8): GtkGLArea est on ahesse pol toolkit grafike GTK+ Name: gtkglarea -Version: 1.99.0 -Release: 5 +Version: 2.0.0 +Release: 1 License: LGPL v2+ Group: X11/Libraries -Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkglarea/1.99/%{name}-%{version}.tar.bz2 -# Source0-md5: cd69f77240ae8038f95a2e5e0b7e5f25 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkglarea/2.0/%{name}-%{version}.tar.bz2 +# Source0-md5: c54d8319152170d58f68000a8fb62d2d # libGLU for examples only BuildRequires: OpenGL-GLU-devel +BuildRequires: autoconf BuildRequires: automake -BuildRequires: gtk+2-devel => 1:2.1.3-3 +BuildRequires: gtk+2-devel >= 1:2.1.3-3 +BuildRequires: libtool BuildRequires: pkgconfig Obsoletes: libgtkglarea5 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -103,7 +105,11 @@ %setup -q %build -cp /usr/share/automake/config.sub . +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure # lib doesn't use libGLU @@ -117,8 +123,7 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - DESTDIR=$RPM_BUILD_ROOT \ - pkgconfigdir=%{_pkgconfigdir} + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -134,14 +139,14 @@ %files devel %defattr(644,root,root,755) %doc AUTHORS ChangeLog NEWS README docs/*.txt -%attr(755,root,root) %{_libdir}/lib*.so -%{_libdir}/lib*.la -%{_includedir}/* -%{_pkgconfigdir}/* +%attr(755,root,root) %{_libdir}/libgtkgl-2.0.so +%{_libdir}/libgtkgl-2.0.la +%{_includedir}/gtkgl-2.0 +%{_pkgconfigdir}/gtkgl-2.0.pc %files static %defattr(644,root,root,755) -%{_libdir}/lib*.a +%{_libdir}/libgtkgl-2.0.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -149,6 +154,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2008/11/17 15:46:46 megabajt +- updated to 2.0.0 + Revision 1.49 2008/11/16 12:09:55 pawelz - %%ghost symlink for so library ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gtkglarea.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
