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