SPECS: wxScintilla.spec - cosmetics, -devel R: wxWidgets-devel
qboosh
qboosh at pld-linux.org
Sat Apr 15 21:30:40 CEST 2006
Author: qboosh Date: Sat Apr 15 19:30:40 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cosmetics, -devel R: wxWidgets-devel
---- Files affected:
SPECS:
wxScintilla.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/wxScintilla.spec
diff -u SPECS/wxScintilla.spec:1.2 SPECS/wxScintilla.spec:1.3
--- SPECS/wxScintilla.spec:1.2 Wed Apr 12 00:30:50 2006
+++ SPECS/wxScintilla.spec Sat Apr 15 21:30:35 2006
@@ -1,7 +1,9 @@
# $Revision$, $Date$
-
+# TODO: optflags
+#
+# Conditional build:
%bcond_with unicode # use wx-gtk2-unicode-config instead of wx-gtk2-ansi-config
-
+#
Summary: wxScintilla - a wxWidgets implementation of the Scintilla editing control
Summary(pl): wxScintilla - implementacja kontrolki Scintilla dla wxWidgets
Name: wxScintilla
@@ -18,22 +20,24 @@
%define wxwidgets_ver 2.6
%description
-wxScintilla implements the Scintilla editing control with the wxWidgets API.
-It's derived from wxStyledTextCtrl (done by Robin Dunn) and has the same
-functionality and a similar API. The almost singular difference (beside naming)
-is it has a much faster release cycle.
+wxScintilla implements the Scintilla editing control with the
+wxWidgets API. It's derived from wxStyledTextCtrl (done by Robin Dunn)
+and has the same functionality and a similar API. The almost singular
+difference (beside naming) is it has a much faster release cycle.
%description -l pl
-wxScintilla jest implementacją kontrolki edycyjnej Scintilla wykorzystującą
-API wxWidgets. Jest rozwinięciem wxStyledTextCtrl (napisanej przez Robina Dunna)
-i posiada taką samą funkcjonalność oraz zbliżone API. Niemalże jedyną różnicą
-(poza nazwą) jest znacznie szybszy cykl wydawania nowych wersji.
+wxScintilla jest implementacją kontrolki edycyjnej Scintilla
+wykorzystującą API wxWidgets. Jest rozwinięciem wxStyledTextCtrl
+(napisanej przez Robina Dunna) i posiada taką samą funkcjonalność oraz
+zbliżone API. Niemalże jedyną różnicą (poza nazwą) jest znacznie
+szybszy cykl wydawania nowych wersji.
%package devel
Summary: Header files for wxScintilla library
Summary(pl): Pliki nagłówkowe biblioteki wxScintilla
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+Requires: wxWidgets-devel >= 2.6.1
%description devel
Header files for wxScintilla library.
@@ -45,14 +49,15 @@
%setup -q -n wxscintilla_%{version}
%build
-%{__make} -C build WXCONFIG=wx-gtk2-%{?with_unicode:unicode}%{!?with_unicode:ansi}-config
+%{__make} -C build \
+ WXCONFIG=wx-gtk2-%{?with_unicode:unicode}%{!?with_unicode:ansi}-config
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/wx-%{wxwidgets_ver}/wx}
-cp -f lib/libwxscintilla.so $RPM_BUILD_ROOT%{_libdir}
-cp -f include/wx/*.h $RPM_BUILD_ROOT%{_includedir}/wx-%{wxwidgets_ver}/wx
+install lib/libwxscintilla.so $RPM_BUILD_ROOT%{_libdir}
+install include/wx/*.h $RPM_BUILD_ROOT%{_includedir}/wx-%{wxwidgets_ver}/wx
%clean
rm -rf $RPM_BUILD_ROOT
@@ -74,9 +79,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/04/15 19:30:35 qboosh
+- cosmetics, -devel R: wxWidgets-devel
+
Revision 1.2 2006/04/11 22:30:50 prism
- simplified wx BR
Revision 1.1 2006/04/05 03:09:40 prism
- new
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wxScintilla.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list