|
@@ -1,7 +1,7 @@
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
Name: pywebkitgtk
|
|
|
-Version: 1.1.7
|
|
|
+Version: 1.1.8
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Python Bindings for WebKit-gtk
|
|
|
Summary(ja): WebKit-gtk の Python バインディング
|
|
@@ -12,7 +12,7 @@ URL: http://code.google.com/p/pywebkitgtk/
|
|
|
Source0: http://pywebkitgtk.googlecode.com/files/%{name}-%{version}.tar.bz2
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
-#BuildArch:
|
|
|
+#BuildArch:
|
|
|
BuildRequires: libxslt-devel
|
|
|
BuildRequires: libtool
|
|
|
BuildRequires: pygtk2-devel
|
|
@@ -50,9 +50,13 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README demos
|
|
|
%{_datadir}/pywebkitgtk/defs/webkit-*.defs
|
|
|
+%{_libdir}/pkgconfig/*
|
|
|
%{python_sitearch}/
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Aug 22 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.8-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Wed May 5 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.7-1
|
|
|
- initial build for VineSeed
|
|
|
|