X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=wxWidgets.spec;h=26e22db3c806d5a2a14ca3dc1db24643f1b18a87;hb=e78f3dd7e1b6a080d90ef7bb57836c99004dda09;hp=1d3945d0bed0269ad2da43a640993879eaf99ee9;hpb=b35e60d3dc7e4e46ff55e976e23f63ededf6f91c;p=packages%2FwxWidgets.git diff --git a/wxWidgets.spec b/wxWidgets.spec index 1d3945d..26e22db 100644 --- a/wxWidgets.spec +++ b/wxWidgets.spec @@ -12,7 +12,7 @@ Summary(pl.UTF-8): Biblioteka wxWidgets Name: wxWidgets %define majver 3.0 Version: 3.0.0 -Release: 1 +Release: 2 License: wxWindows Library Licence 3.1 (LGPL v2+ with exception) Group: X11/Libraries Source0: http://downloads.sourceforge.net/wxwindows/%{name}-%{version}.tar.bz2 @@ -578,6 +578,10 @@ for unicode in %{?with_ansi:'--disable-unicode %{?with_odbc:--with-odbc}'} \ done %endif +# public headers include from wx/private +cp -a include/wx/private $RPM_BUILD_ROOT/%{_includedir}/wx*/wx/ +cp -a include/wx/unix/private $RPM_BUILD_ROOT/%{_includedir}/wx*/wx/unix/ + for i in $RPM_BUILD_ROOT%{_libdir}/wx/config/* do b=`basename $i`