SPECS: python-pywebkitgtk.spec (NEW) - initial release - use git s...

patrys patrys at pld-linux.org
Thu Feb 7 23:54:04 CET 2008


Author: patrys                       Date: Thu Feb  7 22:54:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial release
- use git snapshot as stable uses old webkit API

---- Files affected:
SPECS:
   python-pywebkitgtk.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/python-pywebkitgtk.spec
diff -u /dev/null SPECS/python-pywebkitgtk.spec:1.1
--- /dev/null	Thu Feb  7 23:54:04 2008
+++ SPECS/python-pywebkitgtk.spec	Thu Feb  7 23:53:58 2008
@@ -0,0 +1,57 @@
+# $Revision$, $Date$
+%define		module pywebkitgtk
+Summary:	GTK WebKit bindings for python
+Name:		python-%{module}
+Version:	0.2.1
+Release:	0.20080107.1
+License:	LGPL v2
+Group:		Libraries/Python
+Source0:	%{module}-git.tar.bz2
+# Source0-md5:	a53dd40d51a77aa4c942264dcac9d548
+URL:		http://live.gnome.org/PyWebKitGtk
+BuildRequires:	python-devel >= 1:2.5.0
+BuildRequires:	gtk-webkit-devel
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define pydefsdir %(pkg-config --variable=defsdir pygtk-2.0)
+
+%description
+GTK WebKit bindings for python.
+
+%prep
+%setup -q -n %{module}-git
+
+%build
+%{__libtoolize}
+%{__autoheader}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{py_sitedir}/gtk-2.0/webkitgtk.so
+%{pydefsdir}/webkitgtk.defs
+
+%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  2008-02-07 22:53:58  patrys
+- initial release
+- use git snapshot as stable uses old webkit API
+
================================================================


More information about the pld-cvs-commit mailing list