View | Details | Raw Unified | Return to bug 20451
Collapse All | Expand All

(-)wxGTK-2.8.9-alt2/wxGTK.spec (-3 / +9 lines)
Lines 8-14 Link Here
8
8
9
Name: wxGTK
9
Name: wxGTK
10
Version: %wxbranch.9
10
Version: %wxbranch.9
11
Release: alt2
11
Release: alt3
12
Serial:	2
12
Serial:	2
13
13
14
Summary: The GTK+ port of the wxWidgets library
14
Summary: The GTK+ port of the wxWidgets library
Lines 17-22 Group: System/Libraries Link Here
17
Url: http://wxwidgets.org
17
Url: http://wxwidgets.org
18
18
19
Source: %name-%version.tar.gz
19
Source: %name-%version.tar.gz
20
Source2: ld_shared_wrapper.pl
20
Patch:	changeset_r60875.diff
21
Patch:	changeset_r60875.diff
21
Patch1:	changeset_r60876.diff
22
Patch1:	changeset_r60876.diff
22
#Source: %name-2007-01-31.tar.bz2
23
#Source: %name-2007-01-31.tar.bz2
Lines 125-133 Header files for wxWidgets object graphi Link Here
125
	   --with-sdl \
126
	   --with-sdl \
126
	   --with-regex=sys
127
	   --with-regex=sys
127
128
128
%make_build
129
%make_build SHARED_LD_CXX='perl %SOURCE2 $(CXX) -shared -fPIC -o'
129
cd contrib/src
130
cd contrib/src
130
%make_build
131
%make_build SHARED_LD_CXX='perl %SOURCE2 $(CXX) -shared -fPIC -o'
131
132
132
%install
133
%install
133
%makeinstall
134
%makeinstall
Lines 243-248 cd contrib/src Link Here
243
%_datadir/wx/examples
244
%_datadir/wx/examples
244
245
245
%changelog
246
%changelog
247
* Mon Aug 17 2009 Sergey Vlasov <vsu@altlinux.ru> 2:2.8.9-alt3
248
- Add workaround for new version script handling in binutils (#20451):
249
  expand symbol patterns in version scripts manually instead of relying on
250
  unstable binutins behavior.
251
246
* Thu Jun 11 2009 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 2:2.8.9-alt2
252
* Thu Jun 11 2009 Alex Gorbachenko (agent_007) <algor@altlinux.ru> 2:2.8.9-alt2
247
-  fix #20328.
253
-  fix #20328.
248
254

Return to bug 20451