Author: wiget Date: Sun Nov 14 17:02:09 2010 GMT Module: packages Tag: DEVEL ---- Log message: - gtk3 version
---- Files affected: packages/gtkhtml: gtkhtml.spec (1.193 -> 1.193.2.1) ---- Diffs: ================================================================ Index: packages/gtkhtml/gtkhtml.spec diff -u packages/gtkhtml/gtkhtml.spec:1.193 packages/gtkhtml/gtkhtml.spec:1.193.2.1 --- packages/gtkhtml/gtkhtml.spec:1.193 Mon Nov 8 11:48:51 2010 +++ packages/gtkhtml/gtkhtml.spec Sun Nov 14 18:02:00 2010 @@ -12,9 +12,11 @@ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkhtml/3.91/%{name}-%{version}.tar.bz2 # Source0-md5: b8100af05cecd0df21f4bb415ac806fb +Patch0: gtk3.patch BuildRequires: GConf2-devel >= 2.24.0 BuildRequires: autoconf >= 2.58 BuildRequires: automake >= 1:1.9 +BuildRequires: cairo-devel >= 1.10.0 BuildRequires: enchant-devel >= 1.1.7 BuildRequires: gettext-devel BuildRequires: gnome-icon-theme >= 2.22.0 @@ -119,6 +121,7 @@ %prep %setup -q +%patch0 -p1 %{__sed} -i -e 's/^...@shaw//' po/LINGUAS rm -f po/[email protected] @@ -131,6 +134,7 @@ %{__autoheader} %{__automake} %configure \ + --enable-gtk3 \ --enable-static \ --disable-deprecated-warning-flags \ --disable-silent-rules @@ -143,7 +147,8 @@ DESTDIR=$RPM_BUILD_ROOT # no static modules - shut up check-files -rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{a,la} +rm -f $RPM_BUILD_ROOT%{_libdir}/{%{name}/*.{a,la} +rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %find_lang %{name} --all-name @@ -157,26 +162,24 @@ %defattr(644,root,root,755) %doc AUTHORS BUGS ChangeLog NEWS README* TODO %attr(755,root,root) %{_bindir}/gtkhtml-editor-test -%attr(755,root,root) %{_libdir}/libgtkhtml-3.14.so.*.*.* -%attr(755,root,root) %{_libdir}/libgtkhtml-editor-3.14.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libgtkhtml-3.14.so.19 -%attr(755,root,root) %ghost %{_libdir}/libgtkhtml-editor-3.14.so.0 -%{_datadir}/%{name}-3.14 +%attr(755,root,root) %{_libdir}/libgtkhtml-4.0.so.*.*.* +%attr(755,root,root) %{_libdir}/libgtkhtml-editor-4.0.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libgtkhtml-4.0.so.0 +%attr(755,root,root) %ghost %{_libdir}/libgtkhtml-editor-4.0.so.0 +%{_datadir}/%{name}-4.0 %files devel %defattr(644,root,root,755) -%attr(755,root,root) %{_libdir}/libgtkhtml-3.14.so -%attr(755,root,root) %{_libdir}/libgtkhtml-editor-3.14.so -%{_libdir}/libgtkhtml-3.14.la -%{_libdir}/libgtkhtml-editor-3.14.la -%{_includedir}/libgtkhtml-3.14 -%{_pkgconfigdir}/libgtkhtml-3.14.pc -%{_pkgconfigdir}/gtkhtml-editor-3.14.pc +%attr(755,root,root) %{_libdir}/libgtkhtml-4.0.so +%attr(755,root,root) %{_libdir}/libgtkhtml-editor-4.0.so +%{_includedir}/libgtkhtml-4.0 +%{_pkgconfigdir}/libgtkhtml-4.0.pc +%{_pkgconfigdir}/gtkhtml-editor-4.0.pc %files static %defattr(644,root,root,755) -%{_libdir}/libgtkhtml-3.14.a -%{_libdir}/libgtkhtml-editor-3.14.a +%{_libdir}/libgtkhtml-4.0.a +%{_libdir}/libgtkhtml-editor-4.0.a %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -184,6 +187,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.193.2.1 2010/11/14 17:02:00 wiget +- gtk3 version + Revision 1.193 2010/11/08 10:48:51 caleb - Up to 3.91.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gtkhtml/gtkhtml.spec?r1=1.193&r2=1.193.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
