]> git.pld-linux.org Git - packages/crossmingw32-pangomm.git/blame - crossmingw32-pangomm.spec
- updated to 2.40.0
[packages/crossmingw32-pangomm.git] / crossmingw32-pangomm.spec
CommitLineData
d12a0496
JB
1Summary: A C++ interface for pango library - cross MinGW32 version
2Summary(pl.UTF-8): Interfejs C++ dla biblioteki pango - wersja skrośna MinGW32
7ef93766 3Name: crossmingw32-pangomm
5eec1e2f 4Version: 2.40.0
57893129 5Release: 1
7ef93766
JB
6License: LGPL v2+
7Group: Development/Libraries
5eec1e2f
JB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.40/pangomm-%{version}.tar.xz
9# Source0-md5: 681fe43bac96e63321406e1b092093d2
7ef93766
JB
10URL: http://www.gtkmm.org/
11BuildRequires: autoconf >= 2.59
b684277f 12BuildRequires: automake >= 1:1.11
40f420a2
JB
13BuildRequires: crossmingw32-cairomm >= 1.12.0
14BuildRequires: crossmingw32-gcc-c++ >= 1:4.6
5eec1e2f 15BuildRequires: crossmingw32-glibmm >= 2.48.0
40f420a2 16BuildRequires: crossmingw32-pango >= 1.38.0
accc7186 17BuildRequires: libtool >= 2:2.0
40f420a2 18BuildRequires: mm-common >= 0.9.8
7ef93766 19BuildRequires: pkgconfig >= 1:0.15
b684277f 20BuildRequires: rpmbuild(macros) >= 1.446
5e1672ab
JB
21BuildRequires: tar >= 1:1.22
22BuildRequires: xz
40f420a2
JB
23Requires: crossmingw32-cairomm >= 1.12.0
24Requires: crossmingw32-gcc-c++ >= 1:4.6
5eec1e2f 25Requires: crossmingw32-glibmm >= 2.48.0
40f420a2 26Requires: crossmingw32-pango >= 1.38.0
7ef93766
JB
27Provides: crossmingw32-gtkmm-pango
28Obsoletes: crossmingw32-gtkmm-pango
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
31%define no_install_post_strip 1
32
33%define target i386-mingw32
34%define target_platform i386-pc-mingw32
35
36%define _sysprefix /usr
37%define _prefix %{_sysprefix}/%{target}
38%define _libdir %{_prefix}/lib
39%define _pkgconfigdir %{_prefix}/lib/pkgconfig
40%define _dlldir /usr/share/wine/windows/system
41%define __cc %{target}-gcc
42%define __cxx %{target}-g++
42df9968 43%define __pkgconfig_provides %{nil}
0902db15 44%define __pkgconfig_requires %{nil}
7ef93766 45
4fe9972e 46%define _ssp_cflags %{nil}
7ef93766
JB
47%ifnarch %{ix86}
48# arch-specific flags (like alpha's -mieee) are not valid for i386 gcc
49%define optflags -O2
50%endif
ab466ace 51# -z options are invalid for mingw linker, most of -f options are Linux-specific
7ef93766 52%define filterout_ld -Wl,-z,.*
ab466ace 53%define filterout_c -f[-a-z0-9=]*
7ef93766
JB
54
55%description
d12a0496 56A C++ interface for pango library - cross MinGW32 version.
7ef93766
JB
57
58%description -l pl.UTF-8
d12a0496 59Interfejs C++ dla biblioteki pango - wersja skrośna MinGW32.
7ef93766
JB
60
61%package static
d12a0496
JB
62Summary: Static pangomm library (cross MinGW32 version)
63Summary(pl.UTF-8): Statyczna biblioteka pangomm (wersja skrośna MinGW32)
7ef93766
JB
64Group: Development/Libraries
65Requires: %{name} = %{version}-%{release}
66Provides: crossmingw32-gtkmm-pango-static
67Obsoletes: crossmingw32-gtkmm-pango-static
68
69%description static
d12a0496 70Static pangomm library (cross MinGW32 version).
7ef93766
JB
71
72%description static -l pl.UTF-8
d12a0496 73Statyczna biblioteka pangomm (wersja skrośna MinGW32).
7ef93766
JB
74
75%package dll
76Summary: DLL pangomm library for Windows
77Summary(pl.UTF-8): Biblioteka DLL pangomm dla Windows
78Group: Applications/Emulators
40f420a2 79Requires: crossmingw32-cairomm-dll >= 1.12.0
5eec1e2f 80Requires: crossmingw32-glibmm-dll >= 2.48.0
40f420a2 81Requires: crossmingw32-pango-dll >= 1.38.0
7ef93766
JB
82Requires: wine
83Provides: crossmingw32-gtkmm-pango-dll
84Obsoletes: crossmingw32-gtkmm-pango-dll
85
86%description dll
87DLL pangomm library for Windows.
88
89%description dll -l pl.UTF-8
90Biblioteka DLL pangomm dla Windows.
91
92%prep
93%setup -q -n pangomm-%{version}
94
95%build
b684277f 96export PKG_CONFIG_LIBDIR=%{_prefix}/lib/pkgconfig:%{_npkgconfigdir}
7ef93766 97%{__libtoolize}
aa1fb165 98%{__aclocal} -I build
7ef93766
JB
99%{__autoconf}
100%{__autoheader}
101%{__automake}
102%configure \
103 --target=%{target} \
104 --host=%{target} \
aa1fb165 105 --disable-documentation \
5a97095e 106 --disable-silent-rules \
7ef93766
JB
107 --enable-static
108
109%{__make}
110
111%install
112rm -rf $RPM_BUILD_ROOT
113
114%{__make} install \
115 DESTDIR=$RPM_BUILD_ROOT
116
117install -d $RPM_BUILD_ROOT%{_dlldir}
40f420a2 118%{__mv} $RPM_BUILD_ROOT%{_prefix}/bin/*.dll $RPM_BUILD_ROOT%{_dlldir}
7ef93766
JB
119
120%if 0%{!?debug:1}
121%{target}-strip --strip-unneeded -R.comment -R.note $RPM_BUILD_ROOT%{_dlldir}/*.dll
122%{target}-strip -g -R.comment -R.note $RPM_BUILD_ROOT%{_libdir}/*.a
123%endif
124
125%clean
126rm -rf $RPM_BUILD_ROOT
127
128%files
129%defattr(644,root,root,755)
130%doc AUTHORS ChangeLog NEWS README
131%{_libdir}/libpangomm-1.4.dll.a
132%{_libdir}/libpangomm-1.4.la
133%{_libdir}/pangomm-1.4
134%{_includedir}/pangomm-1.4
135%{_pkgconfigdir}/pangomm-1.4.pc
136
137%files static
138%defattr(644,root,root,755)
139%{_libdir}/libpangomm-1.4.a
140
141%files dll
142%defattr(644,root,root,755)
143%{_dlldir}/libpangomm-1.4-*.dll
This page took 0.070756 seconds and 4 git commands to generate.