SPECS: gtk-webcore-nrcore.spec (NEW) - initial PLD release (will r...

patrys patrys at pld-linux.org
Thu Jul 19 11:00:13 CEST 2007


Author: patrys                       Date: Thu Jul 19 09:00:13 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release (will rewrite %%build when I get webkit to work)

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

---- Diffs:

================================================================
Index: SPECS/gtk-webcore-nrcore.spec
diff -u /dev/null SPECS/gtk-webcore-nrcore.spec:1.1
--- /dev/null	Thu Jul 19 11:00:13 2007
+++ SPECS/gtk-webcore-nrcore.spec	Thu Jul 19 11:00:08 2007
@@ -0,0 +1,87 @@
+# $Revision$, $Date$
+%define snap	125
+Summary:	Port of WebCore HTML rendering engine to GTK+
+Name:		gtk-webcore-nrcore
+Version:	0.5.3
+Release:	0.%{snap}.1
+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:	pkgconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+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.
+
+%package libs
+Summary:	Shared library for gtk-webcore-nrcore
+Group:		X11/Libraries
+
+%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.
+
+%package libs-devel
+Summary:	Development library for gtk-webcore-nrcore
+Group:		X11/Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
+
+%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.
+
+%prep
+%setup -q -n %{name}
+
+%build
+./autogen.sh
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post libs	-p /sbin/ldconfig
+%postun libs	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS-Gtk+WebCore ChangeLog-Gtk+WebCore LICENSE-APPLE LICENSE-Nokia README-Gtk+WebCore TODO-Gtk+WebCore
+%{_datadir}/%{name}
+
+%files libs
+%defattr(644,root,root,755)
+%attr(755,root,root) %_libdir/lib*.so.*
+
+%files libs-devel
+%defattr(644,root,root,755)
+%doc HACKING-Gtk+WebCore
+%{_libdir}/lib*.so
+%{_libdir}/lib*.a
+%{_includedir}/gtk-webcore/NRCore
+%{_pkgconfigdir}/%{name}.pc
+
+%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.1  2007/07/19 09:00:08  patrys
+- initial PLD release (will rewrite %%build when I get webkit to work)
+
================================================================


More information about the pld-cvs-commit mailing list