rpms/hulahop/OLPC-2 hulahop.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Tue Jun 26 13:26:13 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/hulahop/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30601/OLPC-2

Modified Files:
	.cvsignore sources 
Added Files:
	hulahop.spec 
Log Message:
Initial import



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

Name:           hulahop
Version:        0.2
Release:        0.1.%{alphatag}%{commitid}
Summary:        A pygtk widget for embedding mozilla

Group:          System Environment/Libraries
License:        LGPL
URL:            http://dev.laptop.org/
# git clone git://dev.laptop.org/projects/hulahop
# cd hulahop
# git-checkout %{commitid}
Source0:        hulahop-%{version}-git%{commitid}.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
* 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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/hulahop/OLPC-2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jun 2007 19:09:24 -0000	1.1
+++ .cvsignore	26 Jun 2007 13:25:37 -0000	1.2
@@ -0,0 +1 @@
+hulahop-0.2-gitf91a1b5b94.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/hulahop/OLPC-2/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	26 Jun 2007 13:25:37 -0000	1.2
@@ -0,0 +1 @@
+10bfea2ab179113f28d849c7d5ae5aea  hulahop-0.2-gitf91a1b5b94.tar.bz2




More information about the fedora-extras-commits mailing list