rpms/gjs/devel .cvsignore,1.3,1.4 gjs.spec,1.2,1.3 sources,1.3,1.4

Peter Robinson pbrobinson at fedoraproject.org
Thu Jan 14 20:09:55 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/gjs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14025

Modified Files:
	.cvsignore gjs.spec sources 
Log Message:
- Move to git snapshot to fix compile against xulrunner 1.9.2.1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gjs/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	27 Aug 2009 12:51:00 -0000	1.3
+++ .cvsignore	14 Jan 2010 20:09:55 -0000	1.4
@@ -1 +1 @@
-gjs-0.4.tar.bz2
+gjs-0.5-20100114.tar.bz2


Index: gjs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gjs/devel/gjs.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- gjs.spec	27 Aug 2009 12:51:00 -0000	1.2
+++ gjs.spec	14 Jan 2010 20:09:55 -0000	1.3
@@ -1,6 +1,13 @@
+# Tarfile created using git
+# git clone git://git.gnome.org/gjs
+# git archive --format=tar --prefix=%{name}-%{version}/ %{git_version} | bzip2 > ~/%{name}-%{version}-%{gitdate}.tar.bz2
+%define gitdate 20100114
+%define git_version b3b2053
+%define tarfile %{name}-%{version}-%{gitdate}.tar.bz2
+
 Name:           gjs
-Version:        0.4
-Release:        1%{?dist}
+Version:        0.5
+Release:        0.1%{?dist}
 Summary:        Javascript Bindings for GNOME
 
 Group:          System Environment/Libraries
@@ -10,7 +17,8 @@ Group:          System Environment/Libra
 # Stack printer (gjs/stack.c)
 License:        MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
 URL:            http://live.gnome.org/Gjs/
-Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
+# Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
+Source0:        %{tarfile}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: xulrunner-devel
@@ -18,6 +26,10 @@ BuildRequires: gobject-introspection-dev
 BuildRequires: dbus-glib-devel
 BuildRequires: pkgconfig
 
+# For the git snaphot
+BuildRequires: libtool
+BuildRequires: gnome-common
+
 %description
 Gjs allows using GNOME libraries from Javascript. It's based on the
 Spidermonkey Javascript engine from Mozilla and the GObject introspection
@@ -35,6 +47,11 @@ Files for development with %{name}.
 %prep
 %setup -q
 
+# Don't run configure from autogen.sh
+NOCONFIGURE=yes ./autogen.sh
+
+./autogen.sh
+
 %build
 %configure --disable-static
 # Remove rpath as per https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
@@ -79,6 +96,9 @@ rm -rf %{buildroot}
 %{_libdir}/*.so
 
 %changelog
+* Thu Jan 14 2010 Peter Robinson <pbrobinson at gmail.com> 0.5-0.1
+- Move to git snapshot to fix compile against xulrunner 1.9.2.1
+
 * Thu Aug 27 2009 Peter Robinson <pbrobinson at gmail.com> 0.4-1
 - New upstream 0.4 release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gjs/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	27 Aug 2009 12:51:00 -0000	1.3
+++ sources	14 Jan 2010 20:09:55 -0000	1.4
@@ -1 +1 @@
-584594b22e433d56d660a7dda650809d  gjs-0.4.tar.bz2
+60edb1bca46d04a10de21381b7ebf0aa  gjs-0.5-20100114.tar.bz2



More information about the scm-commits mailing list