- New upstream 0.5 release

This commit is contained in:
Peter Robinson 2010-02-19 23:37:39 +00:00
parent 7b1592c2b3
commit 3f09ed3edf
3 changed files with 7 additions and 21 deletions

View File

@ -1 +1 @@
gjs-0.5-20100114.tar.bz2
gjs-0.5.tar.bz2

View File

@ -1,13 +1,6 @@
# 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.5
Release: 0.1%{?dist}
Release: 1%{?dist}
Summary: Javascript Bindings for GNOME
Group: System Environment/Libraries
@ -17,8 +10,7 @@ Group: System Environment/Libraries
# 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: %{tarfile}
Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xulrunner-devel
@ -26,10 +18,6 @@ BuildRequires: gobject-introspection-devel
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
@ -47,11 +35,6 @@ 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
@ -96,6 +79,9 @@ rm -rf %{buildroot}
%{_libdir}/*.so
%changelog
* Sat Feb 20 2010 Peter Robinson <pbrobinson@gmail.com> 0.5-1
- New upstream 0.5 release
* Thu Jan 14 2010 Peter Robinson <pbrobinson@gmail.com> 0.5-0.1
- Move to git snapshot to fix compile against xulrunner 1.9.2.1

View File

@ -1 +1 @@
60edb1bca46d04a10de21381b7ebf0aa gjs-0.5-20100114.tar.bz2
b1fcaa8a80204608e79daa49c27cbefa gjs-0.5.tar.bz2