SPECS: wxWidgets.spec - added package with files for bakefile - up...

jareq jareq at pld-linux.org
Wed Dec 20 23:27:53 CET 2006


Author: jareq                        Date: Wed Dec 20 22:27:53 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added package with files for bakefile
- updated list of unpackeged files
- sort Requires
- rel 0.3

---- Files affected:
SPECS:
   wxWidgets.spec (1.58 -> 1.59) 

---- Diffs:

================================================================
Index: SPECS/wxWidgets.spec
diff -u SPECS/wxWidgets.spec:1.58 SPECS/wxWidgets.spec:1.59
--- SPECS/wxWidgets.spec:1.58	Mon Dec 18 22:22:12 2006
+++ SPECS/wxWidgets.spec	Wed Dec 20 23:27:45 2006
@@ -9,10 +9,7 @@
 					# (binary incompatible with non-debug)
 #
 # Unpackaged files:
-#  /usr/bin/wxrc-2.6
-#  /usr/share/bakefile/presets/wx.bkl
-#  /usr/share/bakefile/presets/wx_unix.bkl
-#  /usr/share/bakefile/presets/wx_win32.bkl
+#  /usr/bin/wxrc-2.8
 #  /usr/share/locale/it/LC_MESSAGES/wxmsw.mo
 #
 
@@ -20,7 +17,7 @@
 Summary(pl):	Biblioteka wxWidgets
 Name:		wxWidgets
 Version:	2.8.0
-Release:	0.2
+Release:	0.3
 License:	wxWidgets Licence (LGPL with exception)
 Group:		X11/Libraries
 Source0:	http://ftp.wxwidgets.org/pub/%{version}/%{name}-%{version}.tar.bz2
@@ -116,6 +113,19 @@
 %description devel -l pl
 Pliki nagłówkowe i dokumentacja do bibliotek wxWidgets.
 
+%package -n bakefile-wxWidgets
+Summary:	Files for Bakefile to generate wxWidgets project files
+Summary(pl):	Pliki dla Bakefile generujace pliki projektow wxWidgets
+Group:		Development/Tools
+Requires:	bakefile
+
+%description -n bakefile-wxWidgets
+Additional files for Bakefile to generate wxWidgets project files.
+
+%description -n bakefile-wxWidgets -l pl
+Dodatkowe pliki dla programu Bakefile umożliwiające wygenerowanie
+projektów opartych na bibliotece wxWidgets.
+
 %package examples
 Summary:	wxWidgets example programs
 Summary(pl):	Przykładowe programy wxWidgets
@@ -265,9 +275,9 @@
 Summary:	Development files for GL canvas library for wxGTK2
 Summary(pl):	Pliki programistyczne biblioteki GL dla wxGTK2
 Group:		X11/Development/Libraries
+Requires:	OpenGL-GLU-devel
 Requires:	wxGTK2-devel = %{version}-%{release}
 Requires:	wxGTK2-gl = %{version}-%{release}
-Requires:	OpenGL-GLU-devel
 Obsoletes:	wxGTK2-univ-gl-devel
 
 %description -n wxGTK2-gl-devel
@@ -322,9 +332,9 @@
 Summary:	Development files for GL canvas library for wxGTK2 with UNICODE support
 Summary(pl):	Pliki programistyczne biblioteki GL dla wxGTK2 z obsługą UNICODE
 Group:		X11/Development/Libraries
+Requires:	OpenGL-GLU-devel
 Requires:	wxGTK2-unicode-devel = %{version}-%{release}
 Requires:	wxGTK2-unicode-gl = %{version}-%{release}
-Requires:	OpenGL-GLU-devel
 Obsoletes:	wxGTK2-univ-unicode-gl-devel
 
 %description -n wxGTK2-unicode-gl-devel
@@ -391,9 +401,9 @@
 Summary:	Development files for GL canvas library for wxUniversal-based wxX11
 Summary(pl):	Pliki programistyczne biblioteki GL dla opartej na wxUniversal wxX11
 Group:		X11/Development/Libraries
-Requires:	wxX11-gl = %{version}-%{release}
-Requires:	wxX11-devel = %{version}-%{release}
 Requires:	OpenGL-GLU-devel
+Requires:	wxX11-devel = %{version}-%{release}
+Requires:	wxX11-gl = %{version}-%{release}
 Obsoletes:	wxX11-univ-gl-devel
 
 %description -n wxX11-gl-devel
@@ -427,7 +437,8 @@
 Header files for wxUniversal-based wxX11 library with UNICODE support.
 
 %description -n wxX11-unicode-devel -l pl
-Pliki nagłówkowe opartej na wxUniversal biblioteki wxX11 z obsługą UNICODE.
+Pliki nagłówkowe opartej na wxUniversal biblioteki wxX11 z obsługą
+UNICODE.
 
 %package -n wxX11-unicode-gl
 Summary:	GL canvas library for wxUniversal-based wxX11 with UNICODE support
@@ -446,9 +457,9 @@
 Summary:	Development files for GL canvas library for wxX11 with UNICODE support
 Summary(pl):	Pliki programistyczne biblioteki GL dla wxX11 z obsługą UNICODE
 Group:		X11/Development/Libraries
-Requires:	wxX11-unicode-gl = %{version}-%{release}
-Requires:	wxX11-unicode-devel = %{version}-%{release}
 Requires:	OpenGL-GLU-devel
+Requires:	wxX11-unicode-devel = %{version}-%{release}
+Requires:	wxX11-unicode-gl = %{version}-%{release}
 Obsoletes:	wxX11-univ-unicode-gl-devel
 
 %description -n wxX11-unicode-gl-devel
@@ -666,6 +677,10 @@
 %dir %{_libdir}/wx/config
 %{_aclocaldir}/*.m4
 
+%files -n bakefile-wxWidgets
+%defattr(644,root,root,755)
+%{_datadir}/bakefile/presets/*.bkl
+
 %files examples
 %defattr(644,root,root,755)
 %{_examplesdir}/%{name}-%{version}
@@ -803,6 +818,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.59  2006/12/20 22:27:45  jareq
+- added package with files for bakefile
+- updated list of unpackeged files
+- sort Requires
+- rel 0.3
+
 Revision 1.58  2006/12/18 21:22:12  qboosh
 - gnomeprint bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wxWidgets.spec?r1=1.58&r2=1.59&f=u



More information about the pld-cvs-commit mailing list