X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d10382abd5798dff3043344d6459d4a2c637ba0b..6cfd7f95f8e4a8add5add71f5046ec50d8bbd67b:/wxGTK.spec diff --git a/wxGTK.spec b/wxGTK.spec index c35d141ac4..00bc8e6af2 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.0 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 @@ -167,7 +167,6 @@ wx/beforestd.h wx/buffer.h wx/build.h wx/chkconf.h -wx/clntdata.h wx/cmdline.h wx/confbase.h wx/config.h @@ -179,11 +178,13 @@ wx/dde.h wx/debug.h wx/defs.h wx/dir.h +wx/dlimpexp.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h +wx/except.h wx/features.h wx/ffile.h wx/file.h @@ -195,6 +196,7 @@ wx/fontenc.h wx/fontmap.h wx/fs_mem.h wx/fs_zip.h +wx/gzstream.h wx/hash.h wx/hashmap.h wx/hashset.h @@ -227,6 +229,7 @@ wx/ptr_scpd.h wx/regex.h wx/scopeguard.h wx/snglinst.h +wx/stack.h wx/stopwatch.h wx/strconv.h wx/stream.h @@ -293,6 +296,11 @@ find $RPM_BUILD_ROOT/usr/include/wx -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >cor (cd obj-shared/contrib/src; make prefix=$RPM_BUILD_ROOT%{pref} install) (cd obj-shared/contrib/utils/wxrc; make prefix=$RPM_BUILD_ROOT%{pref} install) +# remove wxBase files so that RPM doesn't complain about unpackaged files: +rm -f $RPM_BUILD_ROOT%{_libdir}/libwx_base* +rm -f $RPM_BUILD_ROOT%{_datadir}/aclocal/* +rm -f $RPM_BUILD_ROOT%{_datadir}/locale/*/*/* + %clean rm -rf $RPM_BUILD_ROOT