|
@@ -6,7 +6,7 @@ Summary: The GTK+ 2 port of the wxWidgets library
|
|
Summary(ja): wxWidgets ライブラリーの GTK+ 2 ポート
|
|
Summary(ja): wxWidgets ライブラリーの GTK+ 2 ポート
|
|
Name: %{name}
|
|
Name: %{name}
|
|
Version: %{wx_ver}.12
|
|
Version: %{wx_ver}.12
|
|
-Release: 3%{?_dist_release}
|
|
+Release: 4%{?_dist_release}
|
|
|
|
|
|
License: wxWindows License
|
|
License: wxWindows License
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
@@ -79,7 +79,9 @@ chmod a-x include/wx/{msgout.h,dcgraph.h,graphics.h}
|
|
chmod a-x src/common/msgout.cpp
|
|
chmod a-x src/common/msgout.cpp
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-shared \
|
|
+%configure --enable-accel \
|
|
|
|
+ --enable-controls \
|
|
|
|
+ --enable-shared \
|
|
--enable-unicode \
|
|
--enable-unicode \
|
|
--enable-sound \
|
|
--enable-sound \
|
|
--enable-intl \
|
|
--enable-intl \
|
|
@@ -160,6 +162,9 @@ ln -sf %{_libdir}/wx/config/%{wxconfig} %{buildroot}%{_bindir}/wx-config
|
|
%{_libdir}/libwx_baseu_xml-*.so.*
|
|
%{_libdir}/libwx_baseu_xml-*.so.*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.8.12-4
|
|
|
|
+- added configure option: --enable-accel, --enable-controls
|
|
|
|
+
|
|
* Thu Aug 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.12-3
|
|
* Thu Aug 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.12-3
|
|
- increment release number (+2)
|
|
- increment release number (+2)
|
|
- add version-release to Obsoletes tag
|
|
- add version-release to Obsoletes tag
|