# Note that this is NOT a relocatable package
%define pref /usr
-%define ver 2.5.1
+%define ver 2.5.2
%define ver2 2.5
%define rel 1
wx/buffer.h
wx/build.h
wx/chkconf.h
-wx/clntdata.h
wx/cmdline.h
wx/confbase.h
wx/config.h
wx/debug.h
wx/defs.h
wx/dir.h
+wx/dlimpexp.h
wx/dynarray.h
wx/dynlib.h
wx/dynload.h
wx/fontmap.h
wx/fs_mem.h
wx/fs_zip.h
-wx/gzstream.h
wx/hash.h
wx/hashmap.h
wx/hashset.h
# 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