X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/671a85ea56c05abf690ed46e27798c65d53ecb6e..d366db969fb8f73680ec97bd99ddb7c6f8b5325b:/wxMotif.spec diff --git a/wxMotif.spec b/wxMotif.spec index 589d2f8207..59ad0d2ba5 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -130,6 +130,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 @@ -162,6 +163,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 @@ -224,6 +226,11 @@ done # list of all core headers: find $RPM_BUILD_ROOT/usr/include/wx -type f | sed -e "s,$RPM_BUILD_ROOT,,g" >core-headers.files +# 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