rpms/hulahop/F-9 hulahop.spec,NONE,1.1 sources,1.1,1.2

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri May 16 16:13:50 UTC 2008


Author: ausil

Update of /cvs/extras/rpms/hulahop/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18494

Modified Files:
	sources 
Added Files:
	hulahop.spec 
Log Message:
checkin OLPC-2 branch



--- NEW FILE hulahop.spec ---
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")

Name: hulahop
Version: 0.4.0
Release: 2%{?dist}
Summary: A pygtk widget for embedding mozilla

Group: System Environment/Libraries
License: LGPL
URL: http://dev.laptop.org
Source0: http://dev.laptop.org/pub/sugar/hulahop-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: xulrunner-devel
BuildRequires: glib2-devel
BuildRequires: gtk2-devel
BuildRequires: pygobject2-devel
BuildRequires: pygtk2-devel

Requires: pygobject2
Requires: pygtk2

%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

%build
%configure --disable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc COPYING
%{_datadir}/hulahop
%{python_sitelib}/*

%changelog
* Fri Jan 11 2008 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.0-2
- Rebuild

* Tue Dec 11 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.4.0-1
- Fix #5269

* Thu Nov 22 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.3-2
- Rebuild

* Mon Oct 29 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.3-1
- Update to 0.3

* Mon Sep 17 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.6.20070917git61d001479c
- New snapshot

* Wed Aug 22 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.5.20070822git57693bd828
- New snapshot

* Sat Jul 21 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.4.20070721git5931be8dc1
- New snapshot

* Wed Jul 11 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.3.20070711git40da3581a5
- New snapshot

* Tue Jun 26 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.2.20070626gitgit597af0bd31
- New snapshot

* Wed Jun 20 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.2-0.1.20070620gitf91a1b5b94
- Update to 0.2
- Fix rpmlint complaints

* Thu Jun 14 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.1-5.git172e5eae5e.1
- New snapshot

* Mon Jun  4 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.1-4.git79836c7a0f.1
- New snapshot

* Thu May 31 2007 Marco Pesenti Gritti <mpg at redhat.com> 0.1-3.git6ff99c9cbc.1
- Fix crash when the profile is not initialized

* Wed May 30 2007 Marco Pesenti Gritti <mpg at redhat.com> 0.1-2.git8ab08300d9.1
- Add a status property

* Mon May 28 2007 Marco Pesenti Gritti <mpg at redhat.com> 0.1-1.cvs20070519.2
- Initial build.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hulahop/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jun 2007 19:09:24 -0000	1.1
+++ sources	16 May 2008 16:13:03 -0000	1.2
@@ -0,0 +1 @@
+78c410628ae067ae01dbd1d6cecda618  hulahop-0.4.0.tar.bz2




More information about the fedora-extras-commits mailing list