[pywebkitgtk] New upstream release Own %{_datadir}/pywebkitgtk dirs * Patch from Ville Skyttä <ville.skytta at iki

Rahul Sundaram sundaram at fedoraproject.org
Wed Mar 30 20:46:51 UTC 2011


commit 58eb3e8f47551df085541986053b82b13d0f31af
Author: Rahul <sundaram at fedoraproject.org>
Date:   Thu Mar 31 02:24:36 2011 +0530

    New upstream release
    Own %{_datadir}/pywebkitgtk dirs
    * Patch from Ville Skyttä <ville.skytta at iki.fi>
    * Resolves rhbz#681620
    Switch to bz2 tarball
    Drop the pth file workaround. Should no longer be required
    Drop buildroot definition and %clean
    
    Drop no longer used python 2.6 related patch

 pywebkitgtk-python26.patch |   11 -----------
 pywebkitgtk.spec           |   30 +++++++++++++++---------------
 sources                    |    2 +-
 3 files changed, 16 insertions(+), 27 deletions(-)
---
diff --git a/pywebkitgtk.spec b/pywebkitgtk.spec
index 4123a08..f2cad50 100644
--- a/pywebkitgtk.spec
+++ b/pywebkitgtk.spec
@@ -1,17 +1,13 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-
 Name:           pywebkitgtk
-Version:        1.1.6
-Release:        6%{?dist}
+Version:        1.1.8
+Release:        1%{?dist}
 Summary:        Python Bindings for WebKit-gtk
 
 Group:          Development/Languages
 License:        LGPLv2+
 URL:            http://code.google.com/p/pywebkitgtk/
-Source0:        http://pywebkitgtk.googlecode.com/files/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://pywebkitgtk.googlecode.com/files/%{name}-%{version}.tar.bz2
 
-#BuildArch:      
 BuildRequires:  pygtk2-devel WebKit-gtk-devel >= 1.0.0-0.8 libxslt-devel
 Requires:       pygtk2
 
@@ -33,21 +29,25 @@ make %{?_smp_mflags} PYGTK_CODEGEN=pygobject-codegen-2.0
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT \( -name \*.la -o -name \*.a \) -exec rm {} \;
-cat > $RPM_BUILD_ROOT%{python_sitearch}/webkit-1.0.pth << EOF
-webkit-1.0
-EOF
 
-%clean
-rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README demos
-%{_datadir}/pywebkitgtk/defs/webkit-*.defs
-%{python_sitearch}/webkit-1.0
-%{python_sitearch}/webkit-1.0.pth
+%{_datadir}/pywebkitgtk/
+%exclude %{_libdir}/pkgconfig/pywebkitgtk-1.0.pc
+%{python_sitearch}/webkit/
 
 %changelog
+* Thu Mar 31 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 1.1.8-1
+- New upstream release
+- Own %%{_datadir}/pywebkitgtk dirs
+  * Patch from Ville Skyttä <ville.skytta at iki.fi>
+  * Resolves rhbz#681620
+- Switch to bz2 tarball
+- Drop the pth file workaround. Should no longer be required
+- Drop buildroot definition and %%clean
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.6-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index c8dee54..01d5500 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-883f3d7386d29b6c0d00155329041854  pywebkitgtk-1.1.6.tar.gz
+19f3c184eebcfde1c9d1ce56bbe75cf2  pywebkitgtk-1.1.8.tar.bz2


More information about the scm-commits mailing list