]> git.pld-linux.org Git - packages/glib2.git/commitdiff
- rel 2; -lrt needed for static linking auto/th/glib2-2_28_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 11 Feb 2011 07:55:07 +0000 (07:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glib2-pc.patch -> 1.1
    glib2.spec -> 1.234

glib2-pc.patch [new file with mode: 0644]
glib2.spec

diff --git a/glib2-pc.patch b/glib2-pc.patch
new file mode 100644 (file)
index 0000000..e6a6dda
--- /dev/null
@@ -0,0 +1,10 @@
+--- glib-2.28.0/glib-2.0.pc.in~        2009-04-01 01:04:20.000000000 +0200
++++ glib-2.28.0/glib-2.0.pc.in 2011-02-11 08:47:51.847033632 +0100
+@@ -10,6 +10,6 @@
+ Name: GLib
+ Description: C Utility Library
+ Version: @VERSION@
+ Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
+-Libs.private: @ICONV_LIBS@
++Libs.private: @ICONV_LIBS@ -lrt
+ Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@
index 89b61c95ed39477c758ef6105b2103d342e244ec..b24fe7fe9439872407c65e2aa20cda0c191272a7 100644 (file)
@@ -19,13 +19,14 @@ Summary(tr.UTF-8):  Yararlı ufak yordamlar kitaplığı
 Summary(zh_CN.UTF-8):  实用工具函数库
 Name:          glib2
 Version:       2.28.0
-Release:       1
+Release:       2
 Epoch:         1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-%{version}.tar.bz2
 # Source0-md5: 51dbe36bc03a29a1f9bf6b74fb4a6926
 Patch0:                %{name}-makefile.patch
+Patch1:                %{name}-pc.patch
 URL:           http://www.gtk.org/
 BuildRequires: autoconf >= 2.62
 BuildRequires: automake >= 1:1.10
@@ -194,6 +195,7 @@ Bashowe uzupełnianie nazw dla narzędzi gio: gdbus i gsettings.
 %prep
 %setup -q -n glib-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %if !%{with apidocs}
 %{__sed} -e '/SUBDIRS/s/docs//' -i Makefile.am
This page took 0.040226 seconds and 4 git commands to generate.