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

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- wxGTK.spec.orig
0
++ wxGTK.spec
Lines 23-28 Link Here
23
Summary:      C++ Framework for Cross-Platform Development
23
Summary:      C++ Framework for Cross-Platform Development
24
Source0:      %{srcname}-%{version}.tar.bz2
24
Source0:      %{srcname}-%{version}.tar.bz2
25
Source1:      README.unicode
25
Source1:      README.unicode
26
Source2:      wxrc.cpp
27
Source3:      Makefile.in
26
URL:          http://www.wxwidgets.org/
28
URL:          http://www.wxwidgets.org/
27
Provides:     wxgtk
29
Provides:     wxgtk
28
Obsoletes:    wxgtk
30
Obsoletes:    wxgtk
Lines 142-147 Link Here
142
mkdir build-unicode
144
mkdir build-unicode
143
# Force re-create poor old lex code.
145
# Force re-create poor old lex code.
144
rm contrib/src/deprecated/doslex.c
146
rm contrib/src/deprecated/doslex.c
147
# make sure wxrc is built:
148
mkdir -p utils/wxrc
149
cp %{SOURCE2} %{SOURCE3} utils/wxrc
145
150
146
%build
151
%build
147
%{suse_update_config -f}
152
%{suse_update_config -f}
Lines 288-293 Link Here
288
293
289
%files devel -f FILELIST.devel
294
%files devel -f FILELIST.devel
290
%defattr (755, root, root, 755)
295
%defattr (755, root, root, 755)
296
%{_bindir}/wxrc
297
%{_bindir}/wxrc-2.6
291
%{_bindir}/*-config*
298
%{_bindir}/*-config*
292
%{_libdir}/wx/config
299
%{_libdir}/wx/config
293
%defattr (644, root, root, 755)
300
%defattr (644, root, root, 755)

Return to bug 143258