SPECS: littlewizard.spec - pl fixes, some cleanups

qboosh qboosh at pld-linux.org
Wed Jul 13 19:15:21 CEST 2005


Author: qboosh                       Date: Wed Jul 13 17:15:21 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl fixes, some cleanups

---- Files affected:
SPECS:
   littlewizard.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/littlewizard.spec
diff -u SPECS/littlewizard.spec:1.12 SPECS/littlewizard.spec:1.13
--- SPECS/littlewizard.spec:1.12	Wed Jul 13 19:04:25 2005
+++ SPECS/littlewizard.spec	Wed Jul 13 19:15:16 2005
@@ -10,10 +10,9 @@
 Source0:	http://dl.sourceforge.net/littlewizard/%{name}-%{version}%{_rc}.tar.gz
 # Source0-md5:	a68d33d34bd01f28070358809642f7c8
 URL:		http://littlewizard.sourceforge.net/
-BuildRequires:	gtk+2-devel
+BuildRequires:	gtk+2-devel >= 2.0.0
 BuildRequires:	libxml2-devel
 BuildRequires:	pkgconfig
-Requires(post,postun): /sbin/ldconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,26 +20,27 @@
 using keybord, just use the drag and drop system.
 
 %description -l pl
-Środowisko programistyczne dla dzieci. Program mały czarodziej używa
-się bez klawiatury, korzystając z systemu "złap i upuść".
+Little wizard ("mały czarodziej") to środowisko programistyczne dla
+dzieci. Programuje się je bez klawiatury, korzystając z systemu "złap
+i upuść".
 
 %package devel
-Summary:	Header file and libraries for littlewizard
-Summary(pl):	Pliki nagłówkowe i biblioteki dla littlewizard
+Summary:	Header files for littlewizard
+Summary(pl):	Pliki nagłówkowe bibliotek littlewizard
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-littlewizard header files and librarie.s
+littlewizard header files.
 
 %description devel -l pl
-Pliki nagłówkowe i biblioteki dla littlewizard.
+Pliki nagłówkowe bibliotek littlewizard.
 
 %package static
 Summary:	Static libraries for littlewizard
 Summary(pl):	Statyczne biblioteki dla littlewizard
 Group:		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 littlewizard static libraries.
@@ -65,8 +65,8 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
@@ -78,9 +78,9 @@
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/littlewizard
-%{_libdir}/lib*.la
 %attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
+%{_includedir}/littlewizard
 
 %files static
 %defattr(644,root,root,755)
@@ -92,6 +92,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2005/07/13 17:15:16  qboosh
+- pl fixes, some cleanups
+
 Revision 1.12  2005/07/13 17:04:25  darekr
 - BR: gtk+2-devel
 
@@ -128,4 +131,3 @@
 Revision 1.1  2005/07/13 12:39:46  spider
 - init
 - work fine, but files section propably need fix
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/littlewizard.spec?r1=1.12&r2=1.13&f=u




More information about the pld-cvs-commit mailing list