X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/078c7a596db67f39e2502861d4b7c666d0f4236b..c437fde9f90fc7dfcac79053d214fc9146d7be21:/wxMotif.spec diff --git a/wxMotif.spec b/wxMotif.spec index 018854d604..1a760493bf 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -1,9 +1,5 @@ -# RPM .spec file for wxMotif. Based on the .spec file for wxGTK -# (c) by Robert Roebling. Modifications (c) 2000/03 by Robert Fendt. - -# Note that this is NOT a relocatable package %define pref /usr -%define ver 2.5.1 +%define ver 2.5.5 %define ver2 2.5 %define rel 1 @@ -19,8 +15,8 @@ Release: %{rel} License: wxWindows Licence Group: X11/Libraries Source: wxMOTIF-%{ver}.tar.bz2 -URL: http://www.wxwindows.org -Packager: Robert Fendt +URL: http://www.wxwidgets.org +Packager: wxWindows developers BuildRoot: /tmp/wxmotif_root # all packages providing an implementation of wxWindows library (regardless of @@ -95,12 +91,14 @@ cat <wxbase-headers-list wx/afterstd.h wx/app.h wx/apptrait.h +wx/archive.h wx/arrimpl.cpp wx/arrstr.h 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,10 +128,10 @@ 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 +wx/html/forcelnk.h wx/iconloc.h wx/init.h wx/intl.h @@ -163,7 +161,11 @@ wx/ptr_scpd.h wx/regex.h wx/scopeguard.h wx/snglinst.h +wx/sstream.h wx/stack.h +wx/stackwalk.h +wx/stdpaths.h +wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h @@ -177,6 +179,7 @@ wx/timer.h wx/tokenzr.h wx/txtstrm.h wx/types.h +wx/uri.h wx/utils.h wx/variant.h wx/vector.h @@ -195,10 +198,13 @@ wx/msw/apptbase.h wx/msw/chkconf.h wx/msw/crashrpt.h wx/msw/dde.h +wx/msw/debughlp.h wx/msw/gccpriv.h wx/msw/mimetype.h +wx/msw/stackwalk.h wx/msw/winundef.h wx/msw/wrapcctl.h +wx/msw/wrapcdlg.h wx/msw/wrapwin.h wx/fs_inet.h wx/gsocket.h @@ -220,7 +226,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,28 +253,10 @@ 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) %doc COPYING.LIB *.txt -%dir %{_datadir}/wx -%{_datadir}/wx/* %{_libdir}/libwx_%{portname}*_core*.so.* %{_libdir}/libwx_%{portname}*_html*.so.* %{_libdir}/libwx_%{portname}*_adv*.so.* @@ -292,3 +280,4 @@ fi %files static %defattr (-,root,root) %{_libdir}/libwx_%{portname}*.a +