Author: wiget Date: Tue Feb 15 15:57:34 2011 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 2.31.91 - switch to gtk3 version - kill libtool file
---- Files affected: packages/seed: seed.spec (1.6 -> 1.6.2.1) ---- Diffs: ================================================================ Index: packages/seed/seed.spec diff -u packages/seed/seed.spec:1.6 packages/seed/seed.spec:1.6.2.1 --- packages/seed/seed.spec:1.6 Fri Nov 26 11:11:37 2010 +++ packages/seed/seed.spec Tue Feb 15 16:57:29 2011 @@ -1,18 +1,21 @@ # $Revision$, $Date$ # +# TODO: +# - review configure options +# - review BR and R +# # Conditional build: %bcond_without apidocs # do not build and package API docs # Summary: JavaScript interpreter Summary(pl.UTF-8): Interpreter JavaScript Name: seed -Version: 2.30.0 -Release: 4 +Version: 2.31.91 +Release: 0.1 License: LGPL v3 Group: Applications -Source0: http://ftp.gnome.org/pub/GNOME/sources/seed/2.30/%{name}-%{version}.tar.bz2 -# Source0-md5: dd09d22c6a06b4bbef7320bb6a715c0f -Patch0: gobject-introspection.patch +Source0: http://ftp.gnome.org/pub/GNOME/sources/seed/2.31/%{name}-%{version}.tar.bz2 +# Source0-md5: 024aff0a69761f77bc346bbad1a2489b URL: http://live.gnome.org/Seed BuildRequires: autoconf >= 2.59 BuildRequires: automake >= 1:1.7 @@ -20,10 +23,10 @@ BuildRequires: docbook-dtd412-xml BuildRequires: gettext-devel BuildRequires: gnome-js-common -BuildRequires: gobject-introspection-devel >= 0.6.3 -BuildRequires: gtk+2-devel +BuildRequires: gobject-introspection-devel >= 0.9.5 +BuildRequires: gtk+3-devel >= 3.0.0 BuildRequires: gtk-doc >= 1.9 -BuildRequires: gtk-webkit-devel +BuildRequires: gtk-webkit3-devel BuildRequires: intltool >= 0.35.0 BuildRequires: libffi-devel BuildRequires: libtool @@ -88,7 +91,6 @@ %prep %setup -q -%patch0 -p1 %build %{__intltoolize} @@ -98,6 +100,7 @@ %{__autoheader} %{__automake} %configure \ + --with-webkit=3.0 \ --disable-silent-rules \ %{__enable_disable apidocs gtk-doc} \ --with-html-dir=%{_gtkdocdir} @@ -111,7 +114,8 @@ mv -f $RPM_BUILD_ROOT%{_docdir}/seed{,-%{version}} -rm -f $RPM_BUILD_ROOT%{_libdir}/seed/libseed*.{a,la} +%{__rm} $RPM_BUILD_ROOT%{_libdir}/seed/libseed*.{a,la} \ + $RPM_BUILD_ROOT%{_libdir}/*.la %if %{without apidocs} rm -rf $RPM_BUILD_ROOT%{_gtkdocdir} @@ -130,6 +134,7 @@ %attr(755,root,root) %{_libdir}/libseed.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libseed.so.0 %dir %{_libdir}/seed +%attr(755,root,root) %{_libdir}/seed/libseed_DynamicObject.so %attr(755,root,root) %{_libdir}/seed/libseed_cairo.so %attr(755,root,root) %{_libdir}/seed/libseed_canvas.so %attr(755,root,root) %{_libdir}/seed/libseed_dbusnative.so @@ -150,7 +155,6 @@ %files devel %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/libseed.so -%{_libdir}/libseed.la %{_includedir}/seed %{_pkgconfigdir}/seed.pc @@ -170,6 +174,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6.2.1 2011/02/15 15:57:29 wiget +- updated to 2.31.91 +- switch to gtk3 version +- kill libtool file + Revision 1.6 2010/11/26 10:11:37 hawk - release 4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/seed/seed.spec?r1=1.6&r2=1.6.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
