[packages/wxWidgets] - package private headers included by public ones - rel 2

baggins baggins at pld-linux.org
Sun Jan 19 13:57:31 CET 2014


commit e78f3dd7e1b6a080d90ef7bb57836c99004dda09
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Jan 19 13:57:01 2014 +0100

    - package private headers included by public ones
    - rel 2

 wxWidgets.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
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`
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/e78f3dd7e1b6a080d90ef7bb57836c99004dda09



More information about the pld-cvs-commit mailing list