X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/078c7a596db67f39e2502861d4b7c666d0f4236b..b04683b19e5cca2747f9ad565b42c5f1545838bc:/wxMotif.spec diff --git a/wxMotif.spec b/wxMotif.spec index 018854d604..ec8b0fb890 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -3,7 +3,7 @@ # 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 @@ -101,6 +101,7 @@ wx/beforestd.h wx/buffer.h wx/build.h wx/chkconf.h +wx/clntdata.h wx/cmdline.h wx/confbase.h wx/config.h @@ -130,7 +131,6 @@ 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 @@ -220,7 +220,7 @@ wx/dbtable.h EOF # --- wxBase headers list ends here --- for f in `cat wxbase-headers-list` ; do - rm -f $RPM_BUILD_ROOT%{_includedir}/$f + rm -f $RPM_BUILD_ROOT%{_includedir}/wx-*/$f done # list of all core headers: @@ -247,22 +247,6 @@ rm -rf $RPM_BUILD_ROOT %postun gl /sbin/ldconfig -%post devel -# Install wx-config if there isn't any -if test ! -f %{_bindir}/wx-config ; then - ln -sf %{wxconfigname} %{_bindir}/wx-config -fi - -%preun devel -# Remove wx-config if it points to this package -if test -f %{_bindir}/wx-config -a -f /usr/bin/md5sum ; then - SUM1=`md5sum %{_bindir}/%{wxconfigname} | cut -c 0-32` - SUM2=`md5sum %{_bindir}/wx-config | cut -c 0-32` - if test "x$SUM1" = "x$SUM2" ; then - rm -f %{_bindir}/wx-config - fi -fi - %files %defattr(-,root,root)