Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0.84/platform/python-hulahop/SPECS/python-hulahop.spec
diff options
context:
space:
mode:
Diffstat (limited to '0.84/platform/python-hulahop/SPECS/python-hulahop.spec')
-rw-r--r--0.84/platform/python-hulahop/SPECS/python-hulahop.spec66
1 files changed, 66 insertions, 0 deletions
diff --git a/0.84/platform/python-hulahop/SPECS/python-hulahop.spec b/0.84/platform/python-hulahop/SPECS/python-hulahop.spec
new file mode 100644
index 0000000..176339a
--- /dev/null
+++ b/0.84/platform/python-hulahop/SPECS/python-hulahop.spec
@@ -0,0 +1,66 @@
+# NOTE: Do not edit, file was generated by jhconvert
+
+Name: python-hulahop
+Version: 0.4.9
+Release: 2
+Summary: A pygtk widget for embedding mozilla
+License: LGPL
+Group: Development/Python
+Url: http://sugarlabs.org/
+
+Source: http://download.sugarlabs.org/sources/sucrose/glucose/hulahop/hulahop-0.4.9.tar.bz2
+
+Patch: python-hulahop-0.4.9-sugar-hulahop-configure.patch
+Patch1: python-hulahop-0.4.9-sugar-hulahop-libs.patch
+
+Requires: python-gobject2
+Requires: python-gtk
+Requires: python
+Requires: python-xpcom
+
+BuildRequires: gtk2-devel
+BuildRequires: python-gobject2-devel
+BuildRequires: python-gtk-devel
+BuildRequires: python-devel
+BuildRequires: python-xpcom
+BuildRequires: mozilla-xulrunner190-devel >= 1.9
+BuildRequires: fdupes
+
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+%description
+The hulalop library contains a widget for embedding mozilla.
+It's based on pyxpcom and give access to the whole mozilla
+xpcom API through python.
+
+%prep
+%setup -q -n hulahop-0.4.9
+%patch -p1
+%patch1 -p1
+
+%build
+libtoolize -fc
+autoreconf -vf
+%configure \
+ --disable-static
+make
+
+%install
+rm -rf %{buildroot}
+make \
+ install \
+ DESTDIR=%{buildroot}
+%fdupes -s %{buildroot}
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_datadir}/*
+%{_libdir}/hulahop
+%(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")/*
+%doc COPYING NEWS
+
+%changelog
+