SPECS: gtk-webcore-jscore.spec - pl - more BRs, devel deps - added...

qboosh qboosh at pld-linux.org
Fri Aug 3 23:10:11 CEST 2007


Author: qboosh                       Date: Fri Aug  3 21:10:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- more BRs, devel deps
- added -libs-static

---- Files affected:
SPECS:
   gtk-webcore-jscore.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/gtk-webcore-jscore.spec
diff -u SPECS/gtk-webcore-jscore.spec:1.2 SPECS/gtk-webcore-jscore.spec:1.3
--- SPECS/gtk-webcore-jscore.spec:1.2	Thu Jul 19 10:12:01 2007
+++ SPECS/gtk-webcore-jscore.spec	Fri Aug  3 23:10:06 2007
@@ -1,16 +1,21 @@
 # $Revision$, $Date$
 %define		snap	125
 Summary:	Port of JavaScriptCore JavaScript interpreter to GTK+
+Summary(pl.UTF-8):	Port interpretera JavaScriptu JavaScriptCore do GTK+
 Name:		gtk-webcore-jscore
 Version:	0.5.3
 Release:	0.%{snap}.1
-License:	LGPL
-Group:		X11/Libraries
+License:	LGPL v2+
+Group:		Libraries
 Source0:	%{name}-%{snap}.tar.bz2
 # Source0-md5:	1c87fa5d754e9ce7957c3f52f73301fe
 URL:		http://gtk-webcore.sourceforge.net/
-BuildRequires:	/usr/bin/perl
-BuildRequires:	glib2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	glib2-devel >= 1:2.2.0
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
+BuildRequires:	perl-base
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,9 +25,17 @@
 HTML rendering engine which is in turn a port of the KDE project's
 KHTML rendering engine. The KHTML JavaScript interpreter is KJS.
 
+%description -l pl.UTF-8
+gtk-webcore-jscore to port interpretera JavaScriptu JavaScriptCore do
+GTK+. JavaScriptCore to element silnika renderującego HTML WebCore
+firmy Apple, będącego z kolei portem silnika renderującego KHTML z
+projektu KDE. Interpreter Javascriptu w KHTML to KJS.
+
 %package libs
 Summary:	Shared library for gtk-webcore-jscore
-Group:		X11/Development/Libraries
+Summary(pl.UTF-8):	Biblioteka współdzielona gtk-webcore-jscore
+Group:		Libraries
+Requires:	glib2 >= 1:2.2.0
 
 %description libs
 gtk-webcore-jscore is a port of the JavaScriptCore JavaScript
@@ -30,22 +43,47 @@
 HTML rendering engine which is in turn a port of the KDE project's
 KHTML rendering engine. The KHTML JavaScript interpreter is KJS.
 
+%description libs -l pl.UTF-8
+gtk-webcore-jscore to port interpretera JavaScriptu JavaScriptCore do
+GTK+. JavaScriptCore to element silnika renderującego HTML WebCore
+firmy Apple, będącego z kolei portem silnika renderującego KHTML z
+projektu KDE. Interpreter Javascriptu w KHTML to KJS.
+
 %package libs-devel
-Summary:	Development library for gtk-webcore-jscore
-Group:		X11/Development/Libraries
+Summary:	Development files for gtk-webcore-jscore
+Summary(pl.UTF-8):	Pliki programistyczne gtk-webcore-jscore
+Group:		Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
+Requires:	glib2-devel >= 1:2.2.0
+Requires:	libstdc++-devel
 
 %description libs-devel
-gtk-webcore-jscore is a port of the JavaScriptCore JavaScript
-interpreter to GTK+. JavaScriptCore is a component of Apple's WebCore
-HTML rendering engine which is in turn a port of the KDE project's
-KHTML rendering engine. The KHTML JavaScript interpreter is KJS.
+Development files for gtk-webcore-jscore.
+
+%description libs-devel -l pl.UTF-8
+Pliki programistyczne gtk-webcore-jscore.
+
+%package libs-static
+Summary:	Static gtk-webcore-jscore library
+Summary(pl.UTF-8):	Statyczna biblioteka gtk-webcore-jscore
+Group:		Development/Libraries
+Requires:	%{name}-libs-devel = %{version}-%{release}
+
+%description libs-static
+Static gtk-webcore-jscore library.
+
+%description libs-static -l pl.UTF-8
+Statyczna biblioteka gtk-webcore-jscore.
 
 %prep
 %setup -q -n %{name}
 
 %build
-./autogen.sh
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -57,31 +95,39 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs	-p /sbin/ldconfig
-%postun libs	-p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%doc AUTHORS ChangeLog-Gtk+WebCore README-Gtk+WebCore THANKS
+%attr(755,root,root) %{_libdir}/libgtk_webcore_jscore.so.*.*.*
 
 %files libs-devel
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog-Gtk+WebCore README-Gtk+WebCore THANKS
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_libdir}/lib*.a
+%attr(755,root,root) %{_libdir}/libgtk_webcore_jscore.so
+%{_libdir}/libgtk_webcore_jscore.la
 %{_datadir}/%{name}
 %{_includedir}/gtk-webcore
 %{_pkgconfigdir}/%{name}.pc
 
+%files libs-static
+%defattr(644,root,root,755)
+%{_libdir}/libgtk_webcore_jscore.a
+
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/08/03 21:10:06  qboosh
+- pl
+- more BRs, devel deps
+- added -libs-static
+
 Revision 1.2  2007/07/19 08:12:01  patrys
 - proper R:
 
 Revision 1.1  2007/07/19 07:56:18  patrys
 - initial PLD release
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/gtk-webcore-jscore.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list