X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93f467a3b4d1eda959b44cc01df34b4463383cfe..410c3efc0518390dbdc39f42100682cffa446dcc:/wxMotif.spec diff --git a/wxMotif.spec b/wxMotif.spec index d59dfe97a7..1e63a61743 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.3 %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,6 +91,7 @@ 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 @@ -113,11 +110,13 @@ wx/dde.h wx/debug.h wx/defs.h wx/dir.h +wx/dlimpexp.h wx/dynarray.h wx/dynlib.h wx/dynload.h wx/encconv.h wx/event.h +wx/except.h wx/features.h wx/ffile.h wx/file.h @@ -161,6 +160,10 @@ wx/ptr_scpd.h wx/regex.h wx/scopeguard.h wx/snglinst.h +wx/sstream.h +wx/stack.h +wx/stdpaths.h +wx/stockitem.h wx/stopwatch.h wx/strconv.h wx/stream.h @@ -174,6 +177,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 @@ -217,12 +221,17 @@ 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: 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 @@ -239,22 +248,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) @@ -284,3 +277,4 @@ fi %files static %defattr (-,root,root) %{_libdir}/libwx_%{portname}*.a +