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

qboosh qboosh at pld-linux.org
Fri Aug 3 23:31:54 CEST 2007


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

---- Files affected:
SPECS:
   gtk-webcore-nrcore.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gtk-webcore-nrcore.spec
diff -u SPECS/gtk-webcore-nrcore.spec:1.1 SPECS/gtk-webcore-nrcore.spec:1.2
--- SPECS/gtk-webcore-nrcore.spec:1.1	Thu Jul 19 11:00:08 2007
+++ SPECS/gtk-webcore-nrcore.spec	Fri Aug  3 23:31:49 2007
@@ -1,19 +1,24 @@
 # $Revision$, $Date$
 %define snap	125
 Summary:	Port of WebCore HTML rendering engine to GTK+
+Summary(pl.UTF-8):	Port silnika renderującego HTML WebCore do GTK+
 Name:		gtk-webcore-nrcore
 Version:	0.5.3
 Release:	0.%{snap}.1
+License:	LGPL v2+
+Group:		X11/Libraries
 Source0:	%{name}-%{snap}.tar.bz2
 # Source0-md5:	bef9ba8f8dd1036e72742ed09544f315
-License:	LGPL
-Group:		X11/Libraries
 URL:		http://gtk-webcore.sourceforge.net/
-BuildRequires:	glib2-devel
-BuildRequires:	gtk+2-devel
-BuildRequires:	gtk-webcore-jscore-libs-devel
-BuildRequires:	pango-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	glib2-devel >= 1:2.2.0
+BuildRequires:	gtk+2-devel >= 2:2.2.0
+BuildRequires:	gtk-webcore-jscore-libs-devel >= 0.5.3
+BuildRequires:	libtool
+BuildRequires:	libxml2-devel >= 1:2.6.0
 BuildRequires:	pkgconfig
+BuildRequires:	xorg-lib-libXt-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,30 +26,66 @@
 GTK+. WebCore is in turn a port of the KDE project's KHTML rendering
 engine.
 
+%description -l pl.UTF-8
+gtk-webcore-nrcore to port silnika renderującego HTML WebCore do GTK+.
+WebCore to z kolei port silnika renderującego KHTML z projektu KDE.
+
 %package libs
 Summary:	Shared library for gtk-webcore-nrcore
+Summary(pl.UTF-8):	Biblioteka współdzielona gtk-webcore-nrcore
 Group:		X11/Libraries
+Requires:	glib2 >= 1:2.2.0
+Requires:	gtk+2 >= 2:2.2.0
+Requires:	gtk-webcore-jscore-libs >= 0.5.3
+Requires:	libxml2 >= 1:2.6.0
 
 %description libs
 gtk-webcore-nrcore is a port of the WebCore HTML rendering engine to
 GTK+. WebCore is in turn a port of the KDE project's KHTML rendering
 engine.
 
+%description libs -l pl.UTF-8
+gtk-webcore-nrcore to port silnika renderującego HTML WebCore do GTK+.
+WebCore to z kolei port silnika renderującego KHTML z projektu KDE.
+
 %package libs-devel
-Summary:	Development library for gtk-webcore-nrcore
+Summary:	Development files for gtk-webcore-nrcore
+Summary(pl.UTF-8):	Pliki programistyczne gtk-webcore-nrcore
 Group:		X11/Development/Libraries
 Requires:	%{name}-libs = %{version}-%{release}
+Requires:	glib2-devel >= 1:2.2.0
+Requires:	gtk+2-devel >= 2:2.2.0
+Requires:	gtk-webcore-jscore-libs-devel >= 0.5.3
+Requires:	libxml2-devel >= 1:2.6.0
+Requires:	xorg-lib-libXt-devel
 
 %description libs-devel
-gtk-webcore-nrcore is a port of the WebCore HTML rendering engine to
-GTK+. WebCore is in turn a port of the KDE project's KHTML rendering
-engine.
+Development files for gtk-webcore-nrcore.
+
+%description libs-devel -l pl.UTF-8
+Pliki programistyczne gtk-webcore-nrcore.
+
+%package libs-static
+Summary:	Static gtk-webcore-nrcore library
+Summary(pl.UTF-8):	Statyczna biblioteka gtk-webcore-nrcore
+Group:		X11/Development/Libraries
+Requires:	%{name}-libs-devel = %{version}-%{release}
+
+%description libs-static
+Static gtk-webcore-nrcore library.
+
+%description libs-static -l pl.UTF-8
+Statyczna biblioteka gtk-webcore-nrcore.
 
 %prep
 %setup -q -n %{name}
 
 %build
-./autogen.sh
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -56,8 +97,8 @@
 %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
 %defattr(644,root,root,755)
@@ -66,22 +107,30 @@
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %_libdir/lib*.so.*
+%attr(755,root,root) %{_libdir}/libgtk_webcore_nrcore.so.*.*.*
 
 %files libs-devel
 %defattr(644,root,root,755)
 %doc HACKING-Gtk+WebCore
-%{_libdir}/lib*.so
-%{_libdir}/lib*.a
+%attr(755,root,root) %{_libdir}/libgtk_webcore_nrcore.so
+%{_libdir}/libgtk_webcore_nrcore.la
 %{_includedir}/gtk-webcore/NRCore
 %{_pkgconfigdir}/%{name}.pc
 
+%files libs-static
+%defattr(644,root,root,755)
+%{_libdir}/libgtk_webcore_nrcore.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.2  2007/08/03 21:31:49  qboosh
+- pl
+- more BRs, devel deps
+- added -libs-static
+
 Revision 1.1  2007/07/19 09:00:08  patrys
 - initial PLD release (will rewrite %%build when I get webkit to work)
-
================================================================

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



More information about the pld-cvs-commit mailing list