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