]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/commitdiff
- updated to 2.14.5
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 8 Jan 2008 22:34:57 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- force %{_lib}-independent libdir

Changed files:
    crossmingw32-glib2.spec -> 1.29

crossmingw32-glib2.spec

index c53742c3d054f3e844d8c1bef0b78c9638b0e498..899747139de807dfb7e56090ff9214b6b29f5129 100644 (file)
@@ -12,12 +12,12 @@ Summary(tr.UTF-8):  Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 %define                realname   glib
 Name:          crossmingw32-%{realname}2
-Version:       2.14.4
+Version:       2.14.5
 Release:       1
 License:       LGPL v2+
 Group:         Development/Libraries
 Source0:       ftp://ftp.gtk.org/pub/glib/2.14/%{realname}-%{version}.tar.bz2
-# Source0-md5: 7ee7874108cbe9ea7fff1f4ab3389ce8
+# Source0-md5: c7eedaacd39d3606c307da5ea7fc7018
 Patch0:                %{name}-stacktest.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.54
@@ -40,6 +40,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysprefix              /usr
 %define                _prefix                 %{_sysprefix}/%{target}
+%define                _libdir                 %{_prefix}/lib
 %define                _pkgconfigdir           %{_prefix}/lib/pkgconfig
 %define                _dlldir                 /usr/share/wine/windows/system
 %define                __cc                    %{target}-gcc
@@ -172,7 +173,12 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/glib-2.0
 %dir %{_libdir}/glib-2.0/include
 %{_libdir}/glib-2.0/include/glibconfig.h
-%{_pkgconfigdir}/*.pc
+%{_pkgconfigdir}/glib-2.0.pc
+%{_pkgconfigdir}/gmodule-2.0.pc
+%{_pkgconfigdir}/gmodule-export-2.0.pc
+%{_pkgconfigdir}/gmodule-no-export-2.0.pc
+%{_pkgconfigdir}/gobject-2.0.pc
+%{_pkgconfigdir}/gthread-2.0.pc
 
 %files dll
 %defattr(644,root,root,755)
This page took 0.080272 seconds and 4 git commands to generate.