]> git.pld-linux.org Git - packages/crossmingw32-pango.git/blob - crossmingw32-pango.spec
- updated to 1.18.3
[packages/crossmingw32-pango.git] / crossmingw32-pango.spec
1 Summary:        System for layout and rendering of internationalized text - cross Mingw32 version
2 Summary(pl.UTF-8):      System renderowania międzynarodowego tekstu - wersja skrośna dla Mingw32
3 %define         realname   pango
4 Name:           crossmingw32-%{realname}
5 Version:        1.18.3
6 Release:        1
7 License:        LGPL v2+
8 Group:          Development/Libraries
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{realname}-%{version}.tar.bz2
10 # Source0-md5:  4a9862b5151f16dcad8e30dd6ef08549
11 Patch0:         %{realname}-xfonts.patch
12 URL:            http://www.pango.org/
13 BuildRequires:  autoconf >= 2.59-9
14 BuildRequires:  automake >= 1:1.9
15 BuildRequires:  crossmingw32-cairo >= 1.4.10
16 BuildRequires:  crossmingw32-fontconfig >= 2.4.0
17 BuildRequires:  crossmingw32-freetype >= 2.1.7
18 BuildRequires:  crossmingw32-gcc
19 BuildRequires:  crossmingw32-glib2 >= 2.14.1
20 BuildRequires:  libtool >= 1:1.4.2-9
21 BuildRequires:  perl-base
22 BuildRequires:  pkgconfig >= 1:0.15
23 BuildRequires:  rpmbuild(macros) >= 1.197
24 Requires:       crossmingw32-cairo >= 1.4.10
25 Requires:       crossmingw32-fontconfig >= 2.4.0
26 Requires:       crossmingw32-freetype >= 2.1.7
27 Requires:       crossmingw32-glib2 >= 2.14.1
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29
30 %define         no_install_post_strip   1
31
32 %define         target                  i386-mingw32
33 %define         target_platform         i386-pc-mingw32
34
35 %define         _sysprefix              /usr
36 %define         _prefix                 %{_sysprefix}/%{target}
37 %define         _pkgconfigdir           %{_prefix}/lib/pkgconfig
38 %define         _dlldir                 /usr/share/wine/windows/system
39 %define         __cc                    %{target}-gcc
40 %define         __cxx                   %{target}-g++
41
42 %description
43 System for layout and rendering of internationalized text (cross
44 mingw32 version).
45
46 %description -l pl.UTF-8
47 System obsługi i renderowania międzynarodowego tekstu (wersja skrośna
48 mingw32).
49
50 %package dll
51 Summary:        DLL pango libraries for Windows
52 Summary(pl.UTF-8):      Biblioteki DLL pango dla Windows
53 Group:          Applications/Emulators
54 Requires:       crossmingw32-cairo-dll >= 1.4.10
55 Requires:       crossmingw32-fontconfig-dll >= 2.4.0
56 Requires:       crossmingw32-freetype-dll >= 2.1.7
57 Requires:       crossmingw32-glib2-dll >= 2.14.1
58 Requires:       wine
59
60 %description dll
61 DLL pango libraries for Windows.
62
63 %description dll -l pl.UTF-8
64 Biblioteki DLL pango dla Windows.
65
66 %prep
67 %setup -q -n %{realname}-%{version}
68 %patch0 -p1
69
70 %build
71 export PKG_CONFIG_LIBDIR=%{_pkgconfigdir}
72 %{__libtoolize}
73 %{__aclocal}
74 %{__autoheader}
75 %{__autoconf}
76 %{__automake}
77 %configure \
78         --target=%{target} \
79         --host=%{target} \
80         --with-fribidi \
81         --enable-static
82
83 %{__make}
84
85 %install
86 rm -rf $RPM_BUILD_ROOT
87
88 %{__make} -j1 install \
89         DESTDIR=$RPM_BUILD_ROOT
90
91 install -d $RPM_BUILD_ROOT%{_dlldir}
92 mv -f $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
93
94 %if 0%{!?debug:1}
95 %{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_dlldir}/*.dll
96 %{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
97 %endif
98
99 rm -rf $RPM_BUILD_ROOT%{_datadir}/{gtk-doc,man}
100 # useless (modules loaded through libgmodule)
101 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/1.6.0/modules/*.{la,a}
102
103 %clean
104 rm -rf $RPM_BUILD_ROOT
105
106 %files
107 %defattr(644,root,root,755)
108 %doc AUTHORS NEWS README
109 %{_libdir}/libpango*-1.0.dll.a
110 %{_libdir}/libpango*-1.0.la
111 %{_libdir}/pango*-1.0.def
112 %{_includedir}/pango-1.0
113 %{_pkgconfigdir}/pango*.pc
114
115 %files dll
116 %defattr(644,root,root,755)
117 %{_dlldir}/libpango*-1.0-*.dll
This page took 0.076215 seconds and 4 git commands to generate.