i18n files are installed as part of wxBase (and should be ideally part of separate package), they don't belong here
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
10
wxGTK.spec
10
wxGTK.spec
@@ -194,7 +194,7 @@ mkdir obj-static-no-gui
|
|||||||
cd obj-static-no-gui
|
cd obj-static-no-gui
|
||||||
../configure --prefix=%{_prefix} \
|
../configure --prefix=%{_prefix} \
|
||||||
--disable-gui \
|
--disable-gui \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
%if %{unicode}
|
%if %{unicode}
|
||||||
--enable-unicode
|
--enable-unicode
|
||||||
%else
|
%else
|
||||||
@@ -213,12 +213,12 @@ cd obj-static
|
|||||||
%endif
|
%endif
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
%if %{unicode}
|
%if %{unicode}
|
||||||
--enable-unicode \
|
--enable-unicode \
|
||||||
%else
|
%else
|
||||||
--disable-unicode \
|
--disable-unicode \
|
||||||
--with-odbc \
|
--with-odbc \
|
||||||
%endif
|
%endif
|
||||||
--with-opengl
|
--with-opengl
|
||||||
$MAKE
|
$MAKE
|
||||||
|
|
||||||
cd contrib/src
|
cd contrib/src
|
||||||
@@ -385,7 +385,6 @@ cat <<EOF >wxbase-headers.paths
|
|||||||
%{_includedir}/wx-%{ver2}/wx/config.h
|
%{_includedir}/wx-%{ver2}/wx/config.h
|
||||||
%{_includedir}/wx-%{ver2}/wx/containr.h
|
%{_includedir}/wx-%{ver2}/wx/containr.h
|
||||||
%{_includedir}/wx-%{ver2}/wx/datetime.h
|
%{_includedir}/wx-%{ver2}/wx/datetime.h
|
||||||
%{_includedir}/wx-%{ver2}/wx/datetime.inl
|
|
||||||
%{_includedir}/wx-%{ver2}/wx/datstrm.h
|
%{_includedir}/wx-%{ver2}/wx/datstrm.h
|
||||||
%{_includedir}/wx-%{ver2}/wx/dde.h
|
%{_includedir}/wx-%{ver2}/wx/dde.h
|
||||||
%{_includedir}/wx-%{ver2}/wx/debug.h
|
%{_includedir}/wx-%{ver2}/wx/debug.h
|
||||||
@@ -593,7 +592,6 @@ rm -f %{_bindir}/%{wxbaseconfiglink}
|
|||||||
|
|
||||||
%files -n wx-i18n
|
%files -n wx-i18n
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_datadir}/locale/*/*/*
|
|
||||||
|
|
||||||
%files devel -f core-headers.files
|
%files devel -f core-headers.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Reference in New Issue
Block a user