Author: megabajt Date: Wed Feb 10 11:55:49 2010 GMT Module: packages Tag: DEVEL ---- Log message: - updated to 2.23.3
---- Files affected: packages/glib2: glib2.spec (1.207.2.4 -> 1.207.2.5) ---- Diffs: ================================================================ Index: packages/glib2/glib2.spec diff -u packages/glib2/glib2.spec:1.207.2.4 packages/glib2/glib2.spec:1.207.2.5 --- packages/glib2/glib2.spec:1.207.2.4 Fri Feb 5 15:20:05 2010 +++ packages/glib2/glib2.spec Wed Feb 10 12:55:43 2010 @@ -18,13 +18,13 @@ Summary(tr.UTF-8): Yararlı ufak yordamlar kitaplığı Summary(zh_CN.UTF-8): 实用工具函数库 Name: glib2 -Version: 2.23.2 +Version: 2.23.3 Release: 1 Epoch: 1 License: LGPL v2+ Group: Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/glib/2.23/glib-%{version}.tar.bz2 -# Source0-md5: 5613fadc27b1cb64f234aed4babfa17b +# Source0-md5: c7b0f512892c5459e42b378762eec5b6 Patch0: %{name}-makefile.patch URL: http://www.gtk.org/ BuildRequires: autoconf >= 2.54 @@ -42,7 +42,8 @@ BuildRequires: pkgconfig >= 1:0.16.0 BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.197 -%{!?with_apidocs:BuildRequires: sed >= 4.0} +BuildRequires: sed >= 4.0 +BuildRequires: zlib-devel Requires: iconv Requires: pcre >= 7.8 Provides: glib2-libs @@ -199,6 +200,8 @@ m4datadir=%{_aclocaldir} \ pkgconfigdir=%{_pkgconfigdir} +> $RPM_BUILD_ROOT%{_libdir}/gio/modules/giomodule.cache + rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/libgiofam.{la,a} %find_lang glib20 @@ -206,12 +209,19 @@ %clean rm -rf $RPM_BUILD_ROOT -%post -p /sbin/ldconfig +%post +/sbin/ldconfig + +umask 022 +%{_bindir}/gio-querymodules %{_libdir}/gio/modules +exit 0 + %postun -p /sbin/ldconfig %files -f glib20.lang %defattr(644,root,root,755) %doc AUTHORS README NEWS +%attr(755,root,root) %{_bindir}/gio-querymodules %attr(755,root,root) %{_libdir}/libgio-2.0.so.*.*.* %attr(755,root,root) %ghost %{_libdir}/libgio-2.0.so.0 %attr(755,root,root) %{_libdir}/libglib-2.0.so.*.*.* @@ -225,6 +235,7 @@ %dir %{_libdir}/gio %dir %{_libdir}/gio/modules %attr(755,root,root) %{_libdir}/gio/modules/libgiofam.so +%ghost %{_libdir}/gio/modules/giomodule.cache %files devel %defattr(644,root,root,755) @@ -295,6 +306,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.207.2.5 2010/02/10 11:55:43 megabajt +- updated to 2.23.3 + Revision 1.207.2.4 2010/02/05 14:20:05 lisu - 2.23.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/glib2/glib2.spec?r1=1.207.2.4&r2=1.207.2.5&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
