]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blob - crossmingw32-glib2.spec
- updated to 2.32.4
[packages/crossmingw32-glib2.git] / crossmingw32-glib2.spec
1 Summary:        Useful routines for 'C' programming - MinGW32 cross version
2 Summary(cs.UTF-8):      Šikovná knihovna s funkcemi pro pomocné programy
3 Summary(da.UTF-8):      Nyttige biblioteksfunktioner
4 Summary(de.UTF-8):      Eine nützliche Library von Dienstprogramm-Funktionen
5 Summary(es.UTF-8):      Conjunto de funciones gráficas utilitarias
6 Summary(fi.UTF-8):      Kirjasto, jossa on työkalufunktioita
7 Summary(fr.UTF-8):      Bibliothèque de fonctions utilitaires
8 Summary(ja.UTF-8):      便利なユーティリティ関数のライブラリ
9 Summary(pl.UTF-8):      Biblioteka zawierająca wiele użytecznych funkcji C - wersja skrośna dla MinGW32
10 Summary(pt_BR.UTF-8):   Conjunto de funções gráficas utilitárias
11 Summary(tr.UTF-8):      Yararlı ufak yordamlar kitaplığı
12 Summary(zh_CN.UTF-8):   实用工具函数库
13 %define         realname   glib
14 Name:           crossmingw32-glib2
15 Version:        2.32.4
16 Release:        1
17 License:        LGPL v2+
18 Group:          Development/Libraries
19 Source0:        http://ftp.gnome.org/pub/GNOME/sources/glib/2.32/glib-%{version}.tar.xz
20 # Source0-md5:  bf84fefd9c1a5b5a7a38736f4ddd674a
21 Patch0:         %{name}-stacktest.patch
22 Patch1:         glib2-cross.patch
23 Patch2:         glib2-win32.patch
24 URL:            http://www.gtk.org/
25 BuildRequires:  autoconf >= 2.62
26 BuildRequires:  automake >= 1:1.11
27 BuildRequires:  crossmingw32-gcc
28 BuildRequires:  crossmingw32-gettext
29 BuildRequires:  crossmingw32-libffi >= 3.0.0
30 BuildRequires:  crossmingw32-libiconv
31 BuildRequires:  crossmingw32-pcre >= 8.11
32 BuildRequires:  crossmingw32-zlib
33 # host glib-genmarshall and glib-compile-schemas are needed for cross-compiling
34 BuildRequires:  glib2 >= 1:2.32.0
35 BuildRequires:  gtk-doc >= 1.15
36 BuildRequires:  libtool >= 2:2.2
37 BuildRequires:  pkgconfig >= 1:0.16
38 BuildRequires:  python >= 1:2.5
39 BuildRequires:  tar >= 1:1.22
40 BuildRequires:  xz
41 Requires:       crossmingw32-gettext
42 Requires:       crossmingw32-pcre >= 8.11
43 ExcludeArch:    i386
44 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
45
46 %define         no_install_post_strip   1
47
48 %define         target                  i386-mingw32
49 %define         host                    %{target}
50 %define         target_platform         %{target}
51
52 %define         _sysprefix              /usr
53 %define         _prefix                 %{_sysprefix}/%{target}
54 %define         _libdir                 %{_prefix}/lib
55 %define         _pkgconfigdir           %{_prefix}/lib/pkgconfig
56 %define         _dlldir                 /usr/share/wine/windows/system
57 %define         __cc                    %{target}-gcc
58 %define         __cxx                   %{target}-g++
59
60 %ifnarch %{ix86}
61 # arch-specific flags (like alpha's -mieee) are not valid for i386 gcc.
62 # now at least i486 is required for atomic operations
63 %define         optflags        -O2 -march=i486
64 %endif
65 # -z options are invalid for mingw linker
66 %define         filterout_ld    -Wl,-z,.*
67
68 %description
69 GLib, is a library which includes support routines for C such as
70 lists, trees, hashes, memory allocation, and many other things. GLib
71 includes also generally useful data structures used by GIMP and many
72 other.
73
74 This package contains the cross version for Win32.
75
76 %description -l cs.UTF-8
77 Šikovná knihovna s funkcemi pro pomocné programy. Vývojové knihovny a
78 hlavičky jsou v balíčku glib-devel.
79
80 %description -l da.UTF-8
81 Nyttigt bibliotek med forskellige funktioner. Udviklings- biblioteker
82 og headerfiler er i glib-devel pakken.
83
84 %description -l de.UTF-8
85 Eine nützliche Library von Dienstprogramm-Funktionen.
86 Entwicklungs-Libraries und Header befinden sich in glib-devel.
87
88 %description -l es.UTF-8
89 Conjunto de funciones utilitarias. Bibliotecas de desarrollo y
90 archivos de inclusión están en glib-devel.
91
92 %description -l fi.UTF-8
93 Kirjasto, jossa on työkalufunktioita. Kehitysversiot ja
94 header-tiedostot ovat glib-devel-paketissa.
95
96 %description -l ja.UTF-8
97 GLibはユーティリティ関数を集めた便利なライブラリです。このC言語用ライブラリは、
98 いくつかの問題を解決するよう設計されており、多くのプログラムから要求される使いやすい
99 関数を提供します。
100
101 GLibはGDK,
102 GTK+他多くのアプリケーションで利用される。このライブラリに依存するアプリケーション
103 等のためにこのglibパッケージをインストールしてください。
104
105 %description -l pl.UTF-8
106 GLib jest zestawem bibliotek zawierających funkcje do obsługi list i
107 drzew, funkcje mieszające, funkcje do alokacji pamięci i dużo innych
108 podstawowych funkcji i różnych struktur danych używanych przez program
109 GIMP i wiele innych.
110
111 Ten pakiet zawiera wersję skrośną dla Win32.
112
113 %description -l pt_BR.UTF-8
114 Conjunto de funções utilitárias. Bibliotecas de desenvolvimento e
115 arquivos de inclusão estão em glib-devel.
116
117 %description -l tr.UTF-8
118 Yararlı yordamlar kitaplığı. Geliştirme kitaplıkları ve başlık
119 dosyaları glib-devel paketinde yer almaktadır.
120
121 %package dll
122 Summary:        DLL glib2 libraries for Windows
123 Summary(pl.UTF-8):      Biblioteki DLL glib2 dla Windows
124 Group:          Applications/Emulators
125 Requires:       crossmingw32-gettext-dll
126 Requires:       crossmingw32-libffi-dll >= 3.0.0
127 Requires:       crossmingw32-pcre-dll >= 8.11
128 Requires:       wine
129
130 %description dll
131 DLL glib2 libraries for Windows.
132
133 %description dll -l pl.UTF-8
134 Biblioteki DLL glib2 dla Windows.
135
136 %prep
137 %setup -q -n %{realname}-%{version}
138 %patch0 -p1
139 %patch1 -p1
140 %patch2 -p1
141
142 %build
143 export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig
144 %{__gtkdocize}
145 %{__libtoolize}
146 %{__aclocal} -I m4macros
147 %{__autoconf}
148 %{__autoheader}
149 %{__automake}
150 %configure \
151         --target=%{target} \
152         --host=%{target} \
153         --disable-gtk-doc \
154         --disable-silent-rules \
155         --enable-shared \
156         --with-pcre=system
157
158 %{__make}
159
160 %install
161 rm -rf $RPM_BUILD_ROOT
162
163 %{__make} install \
164         DESTDIR=$RPM_BUILD_ROOT
165
166 install -d $RPM_BUILD_ROOT%{_dlldir}
167 mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
168
169 %if 0%{!?debug:1}
170 %{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_dlldir}/*.dll
171 %{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
172 %endif
173
174 %{__rm} $RPM_BUILD_ROOT%{_libdir}/charset.alias
175 # use system glib2-devel instead
176 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/{aclocal,bash-completion,gdb,glib-2.0,gtk-doc,man} \
177         $RPM_BUILD_ROOT%{_libdir}/gdbus-2.0/codegen
178 # runtime
179 %{__rm} -r $RPM_BUILD_ROOT%{_datadir}/locale
180
181 %clean
182 rm -rf $RPM_BUILD_ROOT
183
184 %files
185 %defattr(644,root,root,755)
186 %{_libdir}/libgio-2.0.dll.a
187 %{_libdir}/libglib-2.0.dll.a
188 %{_libdir}/libgmodule-2.0.dll.a
189 %{_libdir}/libgobject-2.0.dll.a
190 %{_libdir}/libgthread-2.0.dll.a
191 %{_libdir}/libgio-2.0.la
192 %{_libdir}/libglib-2.0.la
193 %{_libdir}/libgmodule-2.0.la
194 %{_libdir}/libgobject-2.0.la
195 %{_libdir}/libgthread-2.0.la
196 %{_libdir}/gio-2.0.def
197 %{_libdir}/glib-2.0.def
198 %{_libdir}/gmodule-2.0.def
199 %{_libdir}/gobject-2.0.def
200 %{_libdir}/gthread-2.0.def
201 %{_includedir}/gio-win32-2.0
202 %{_includedir}/glib-2.0
203 %dir %{_libdir}/glib-2.0
204 %dir %{_libdir}/glib-2.0/include
205 %{_libdir}/glib-2.0/include/glibconfig.h
206 %{_pkgconfigdir}/gio-2.0.pc
207 %{_pkgconfigdir}/gio-windows-2.0.pc
208 %{_pkgconfigdir}/glib-2.0.pc
209 %{_pkgconfigdir}/gmodule-2.0.pc
210 %{_pkgconfigdir}/gmodule-export-2.0.pc
211 %{_pkgconfigdir}/gmodule-no-export-2.0.pc
212 %{_pkgconfigdir}/gobject-2.0.pc
213 %{_pkgconfigdir}/gthread-2.0.pc
214
215 %files dll
216 %defattr(644,root,root,755)
217 %{_dlldir}/libgio-2.0-*.dll
218 %{_dlldir}/libglib-2.0-*.dll
219 %{_dlldir}/libgmodule-2.0-*.dll
220 %{_dlldir}/libgobject-2.0-*.dll
221 %{_dlldir}/libgthread-2.0-*.dll
This page took 0.069269 seconds and 3 git commands to generate.