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