X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/671a85ea56c05abf690ed46e27798c65d53ecb6e..47f797bd30a434bcf7a0e5241891e928fe62a35b:/wxX11.spec diff --git a/wxX11.spec b/wxX11.spec index 2aab04ada1..405df51ea3 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.1 +%define ver 2.5.2 %define ver2 2.5 %define rel 1 @@ -148,7 +148,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 @@ -160,6 +159,7 @@ wx/dde.h wx/debug.h wx/defs.h wx/dir.h +wx/dlimpexp.h wx/dynarray.h wx/dynlib.h wx/dynload.h @@ -209,6 +209,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 @@ -275,6 +276,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