2012-07-05 18:35:58 +00:00
|
|
|
Name: gjs
|
2012-09-19 13:12:42 +00:00
|
|
|
Version: 1.33.14
|
2012-08-21 17:10:32 +00:00
|
|
|
Release: 1%{?dist}
|
2012-07-05 18:35:58 +00:00
|
|
|
Summary: Javascript Bindings for GNOME
|
2011-09-21 15:11:03 +00:00
|
|
|
|
2012-07-05 18:35:58 +00:00
|
|
|
Group: System Environment/Libraries
|
2009-08-08 09:45:10 +00:00
|
|
|
# The following files contain code from Mozilla which
|
|
|
|
# is triple licensed under MPL1.1/LGPLv2+/GPLv2+:
|
|
|
|
# The console module (modules/console.c)
|
|
|
|
# Stack printer (gjs/stack.c)
|
2012-07-05 18:35:58 +00:00
|
|
|
License: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+)
|
|
|
|
URL: http://live.gnome.org/Gjs/
|
|
|
|
#VCS: git://git.gnome.org/gjs
|
|
|
|
Source0: http://download.gnome.org/sources/%{name}/1.31/%{name}-%{version}.tar.xz
|
2009-08-08 09:45:10 +00:00
|
|
|
|
2011-06-27 18:43:20 +00:00
|
|
|
BuildRequires: js-devel
|
2012-06-09 16:04:21 +00:00
|
|
|
BuildRequires: cairo-gobject-devel
|
2012-03-21 17:12:07 +00:00
|
|
|
BuildRequires: gobject-introspection-devel >= 1.31.22
|
2011-04-14 14:04:46 +00:00
|
|
|
BuildRequires: readline-devel
|
2009-08-08 09:45:10 +00:00
|
|
|
BuildRequires: dbus-glib-devel
|
2010-07-12 19:00:26 +00:00
|
|
|
BuildRequires: intltool
|
2009-08-08 09:45:10 +00:00
|
|
|
BuildRequires: pkgconfig
|
2010-07-12 19:00:26 +00:00
|
|
|
# Bootstrap requirements
|
|
|
|
BuildRequires: gtk-doc gnome-common
|
2009-08-08 09:45:10 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Gjs allows using GNOME libraries from Javascript. It's based on the
|
|
|
|
Spidermonkey Javascript engine from Mozilla and the GObject introspection
|
|
|
|
framework.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
Files for development with %{name}.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
2011-08-04 11:06:23 +00:00
|
|
|
rm -f configure
|
|
|
|
|
2009-08-08 09:45:10 +00:00
|
|
|
%build
|
2010-07-12 19:00:26 +00:00
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
|
|
|
|
%configure --disable-static)
|
2009-08-08 09:45:10 +00:00
|
|
|
|
2012-07-05 18:35:58 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2009-08-08 09:45:10 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
#Remove libtool archives.
|
|
|
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
%check
|
|
|
|
#make check
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc COPYING NEWS README
|
2009-08-27 12:51:00 +00:00
|
|
|
%{_bindir}/gjs
|
2009-08-08 09:45:10 +00:00
|
|
|
%{_bindir}/gjs-console
|
|
|
|
%{_libdir}/*.so.*
|
2012-06-09 16:04:21 +00:00
|
|
|
%{_libdir}/gjs
|
2009-08-08 09:45:10 +00:00
|
|
|
%{_libdir}/gjs-1.0
|
|
|
|
%{_datadir}/gjs-1.0
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%doc examples/*
|
|
|
|
%{_includedir}/gjs-1.0
|
|
|
|
%{_libdir}/pkgconfig/gjs-1.0.pc
|
|
|
|
%{_libdir}/pkgconfig/gjs-dbus-1.0.pc
|
2010-10-29 19:12:15 +00:00
|
|
|
%{_libdir}/pkgconfig/gjs-internals-1.0.pc
|
2009-08-08 09:45:10 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%changelog
|
2012-09-19 13:12:42 +00:00
|
|
|
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1.33.14-1
|
|
|
|
- Update to 1.33.14
|
|
|
|
|
2012-09-06 08:32:05 +00:00
|
|
|
* Thu Sep 06 2012 Richard Hughes <hughsient@gmail.com> - 1.33.10-1
|
|
|
|
- Update to 1.33.10
|
|
|
|
|
2012-08-21 17:10:32 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1.33.9-1
|
|
|
|
- Update to 1.33.9
|
|
|
|
|
2012-07-19 06:42:51 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.33.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-17 11:39:14 +00:00
|
|
|
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 1.33.4-1
|
|
|
|
- Update to 1.33.4
|
|
|
|
|
2012-07-05 18:35:58 +00:00
|
|
|
* Thu Jul 5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.33.3-2
|
|
|
|
- Enable verbose build
|
|
|
|
|
2012-06-26 16:43:39 +00:00
|
|
|
* Tue Jun 26 2012 Richard Hughes <hughsient@gmail.com> - 1.33.3-1
|
|
|
|
- Update to 1.33.3
|
|
|
|
|
2012-06-09 16:04:21 +00:00
|
|
|
* Sat Jun 9 2012 Matthias Clasen <mclasen@redhat.com> - 1.33.2-2
|
|
|
|
- Fix the build
|
|
|
|
|
2012-06-07 00:45:04 +00:00
|
|
|
* Thu Jun 07 2012 Richard Hughes <hughsient@gmail.com> - 1.33.2-1
|
|
|
|
- Update to 1.33.2
|
|
|
|
|
2012-03-28 09:08:02 +00:00
|
|
|
* Wed Mar 28 2012 Richard Hughes <hughsient@gmail.com> - 1.32.0-1
|
|
|
|
- Update to 1.32.0
|
|
|
|
|
2012-03-21 15:49:48 +00:00
|
|
|
* Wed Mar 21 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.22-1
|
|
|
|
- Update to 1.31.22
|
|
|
|
|
2012-03-06 03:07:01 +00:00
|
|
|
* Mon Mar 5 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.20-1
|
|
|
|
- Update to 1.31.20
|
|
|
|
|
2012-02-07 16:03:01 +00:00
|
|
|
* Tue Feb 7 2012 Colin Walters <walters@verbum.org> - 1.31.10-2
|
|
|
|
- Drop custom .gir/.typelib directories; see upstream commit
|
|
|
|
ea4d639eab307737870479b6573d5dab9fb2915a
|
|
|
|
|
2012-01-20 02:08:47 +00:00
|
|
|
* Thu Jan 19 2012 Matthias Clasen <mclasen@redhat.com> - 1.31.10-1
|
|
|
|
- 1.31.10
|
|
|
|
|
2012-01-13 03:32:50 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 20:37:49 +00:00
|
|
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> 1.31.6-1
|
|
|
|
- 1.31.6
|
|
|
|
|
2011-12-02 17:19:21 +00:00
|
|
|
* Fri Dec 02 2011 Karsten Hopp <karsten@redhat.com> 1.31.0-2
|
|
|
|
- fix crash on PPC, bugzilla 749604
|
|
|
|
|
2011-11-02 19:14:48 +00:00
|
|
|
* Wed Nov 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.31.0-1
|
|
|
|
- Update to 1.31.0
|
|
|
|
|
2011-09-27 21:52:35 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1.30.0-1
|
|
|
|
- Update to 1.30.0
|
|
|
|
|
2011-09-21 15:11:03 +00:00
|
|
|
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> 1.29.18-1
|
|
|
|
- Update to 1.29.18
|
|
|
|
|
2011-09-05 13:06:41 +00:00
|
|
|
* Mon Sep 05 2011 Luis Bazan <bazanluis20@gmail.com> 1.29.17-2
|
|
|
|
- mass rebuild
|
|
|
|
|
2011-08-31 01:12:31 +00:00
|
|
|
* Tue Aug 30 2011 Matthias Clasen <mclasen@redhat.com> 1.29.17-1
|
|
|
|
- Update to 1.29.17
|
|
|
|
|
2011-08-18 04:04:17 +00:00
|
|
|
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> 1.29.16-1
|
2011-08-18 04:03:04 +00:00
|
|
|
- Update to 1.29.16
|
|
|
|
|
2011-07-28 20:02:49 +00:00
|
|
|
* Thu Jul 28 2011 Colin Walters <walters@verbum.org> - 1.29.0-3
|
|
|
|
- BR latest g-i to fix build issue
|
|
|
|
|
2011-06-27 18:43:20 +00:00
|
|
|
* Mon Jun 27 2011 Adam Williamson <awilliam@redhat.com> - 1.29.0-2
|
|
|
|
- build against js, not gecko (from f15 branch, but patch not needed)
|
|
|
|
- BR cairo-devel (also from f15)
|
|
|
|
|
2011-06-17 12:22:31 +00:00
|
|
|
* Fri Jun 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 1.29.0-1
|
|
|
|
- Update to 1.29.0
|
|
|
|
|
2011-04-29 04:58:05 +00:00
|
|
|
* Thu Apr 28 2011 Christopher Aillon <caillon@redhat.com> - 0.7.14-3
|
|
|
|
- Rebuild against newer gecko
|
|
|
|
|
2011-04-14 14:04:46 +00:00
|
|
|
* Thu Apr 14 2011 Colin Walters <walters@verbum.org> - 0.7.14-2
|
|
|
|
- BR readline; closes #696254
|
|
|
|
|
2011-04-04 13:37:00 +00:00
|
|
|
* Mon Apr 4 2011 Colin Walters <walters@verbum.org> - 0.7.14-1
|
|
|
|
- Update to 0.7.14; fixes notification race condition on login
|
|
|
|
|
2011-03-22 15:59:42 +00:00
|
|
|
* Tue Mar 22 2011 Christopher Aillon <caillon@redhat.com> - 0.7.13-3
|
|
|
|
- Rebuild against newer gecko
|
|
|
|
|
2011-03-19 02:25:31 +00:00
|
|
|
* Fri Mar 18 2011 Christopher Aillon <caillon@redhat.com> - 0.7.13-2
|
|
|
|
- Rebuild against newer gecko
|
|
|
|
|
2011-03-11 16:32:55 +00:00
|
|
|
* Thu Mar 10 2011 Colin Walters <walters@verbum.org> - 0.7.13-1
|
|
|
|
- Update to 0.7.13
|
|
|
|
|
2011-03-09 22:56:02 +00:00
|
|
|
* Wed Mar 9 2011 Christopher Aillon <caillon@redhat.com> - 0.7.11-3
|
|
|
|
- Rebuild against newer gecko
|
|
|
|
|
2011-02-25 22:59:13 +00:00
|
|
|
* Fri Feb 25 2011 Christopher Aillon <caillon@redhat.com> - 0.7.11-2
|
|
|
|
- Rebuild against newer gecko
|
|
|
|
|
2011-02-23 03:40:59 +00:00
|
|
|
* Tue Feb 22 2011 Owen Taylor <otaylor@redhat.com> - 0.7.11-1
|
|
|
|
- Update to 0.7.11
|
|
|
|
|
2011-02-11 04:50:04 +00:00
|
|
|
* Thu Feb 10 2011 Christopher Aillon <caillon@redhat.com> - 0.7.10-4
|
|
|
|
- Require gecko-libs instead of xulrunner
|
|
|
|
|
2011-02-09 21:18:06 +00:00
|
|
|
* Wed Feb 9 2011 Colin Walters <walters@verbum.org> - 0.7.10-3
|
|
|
|
- Add a hardcoded Requires on xulrunner; see comment
|
|
|
|
|
2011-02-09 02:09:10 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-26 16:01:49 +00:00
|
|
|
* Tue Jan 25 2011 Colin Walters <walters@verbum.org> - 0.7.10-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-01-25 22:52:20 +00:00
|
|
|
* Tue Jan 25 2011 Christopher Aillon <caillon@redhat.com> - 0.7.9-3
|
|
|
|
- Rebuild for new xulrunner
|
|
|
|
|
2011-01-14 22:43:22 +00:00
|
|
|
* Fri Jan 14 2011 Christopher Aillon <caillon@redhat.com> - 0.7.9-2
|
|
|
|
- Rebuild for new xulrunner
|
|
|
|
|
2011-01-14 20:47:59 +00:00
|
|
|
* Fri Jan 14 2011 Colin Walters <walters@verbum.org> - 0.7.9-1
|
|
|
|
- 0.7.9
|
|
|
|
|
2011-01-12 20:39:01 +00:00
|
|
|
* Wed Jan 12 2011 Colin Walters <walters@verbum.org> - 0.7.8-1
|
|
|
|
- Update to 0.7.8
|
|
|
|
- Drop upstreamed patches
|
|
|
|
- BR latest g-i for GI_TYPE_TAG_UNICHAR
|
|
|
|
|
2010-12-29 18:13:31 +00:00
|
|
|
* Wed Dec 29 2010 Dan Williams <dcbw@redhat.com> - 0.7.7-3
|
|
|
|
- Work around Mozilla JS API changes
|
|
|
|
|
2010-12-22 21:47:12 +00:00
|
|
|
* Wed Dec 22 2010 Colin Walters <walters@verbum.org> - 0.7.7-2
|
|
|
|
- Remove rpath removal; we need an rpath on libmozjs, since
|
|
|
|
it's in a nonstandard directory.
|
|
|
|
|
2010-11-15 16:25:46 +00:00
|
|
|
* Mon Nov 15 2010 Owen Taylor <otaylor@redhat.com> - 0.7.7-1
|
|
|
|
- Update to 0.7.7
|
|
|
|
|
2010-11-09 22:32:42 +00:00
|
|
|
* Tue Nov 9 2010 Owen Taylor <otaylor@redhat.com> - 0.7.6-1
|
|
|
|
- Update to 0.7.6
|
|
|
|
|
2010-10-29 19:12:15 +00:00
|
|
|
* Fri Oct 29 2010 Owen Taylor <otaylor@redhat.com> - 0.7.5-1
|
|
|
|
- Update to 0.7.5
|
|
|
|
|
2010-10-04 20:47:15 +00:00
|
|
|
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 0.7.4-1
|
|
|
|
- Update to 0.7.4
|
|
|
|
|
2010-07-14 18:06:26 +00:00
|
|
|
* Wed Jul 14 2010 Colin Walters <walters@verbum.org> - 0.7.1-3
|
|
|
|
- Rebuild for new gobject-introspection
|
|
|
|
|
2010-07-12 21:34:50 +00:00
|
|
|
* Mon Jul 12 2010 Colin Walters <walters@verbum.org> - 0.7.1-2
|
2010-07-12 19:00:26 +00:00
|
|
|
- New upstream version
|
|
|
|
- Changes to allow builds from snapshots
|
|
|
|
|
2010-05-28 14:31:31 +00:00
|
|
|
* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2010-03-25 10:36:38 +00:00
|
|
|
* Wed Mar 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.6-1
|
|
|
|
- New upstream 0.6 stable release
|
|
|
|
|
2010-02-19 23:37:39 +00:00
|
|
|
* Sat Feb 20 2010 Peter Robinson <pbrobinson@gmail.com> 0.5-1
|
|
|
|
- New upstream 0.5 release
|
|
|
|
|
2010-01-14 20:09:55 +00:00
|
|
|
* 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
|
|
|
|
|
2009-08-27 12:51:00 +00:00
|
|
|
* Thu Aug 27 2009 Peter Robinson <pbrobinson@gmail.com> 0.4-1
|
|
|
|
- New upstream 0.4 release
|
|
|
|
|
2009-08-08 09:45:10 +00:00
|
|
|
* Fri Aug 7 2009 Peter Robinson <pbrobinson@gmail.com> 0.3-2
|
|
|
|
- Updates from the review request
|
|
|
|
|
|
|
|
* Wed Jul 8 2009 Peter Robinson <pbrobinson@gmail.com> 0.3-1
|
|
|
|
- New upstream release. Clarify licensing for review
|
|
|
|
|
|
|
|
* Sat Jun 27 2009 Peter Robinson <pbrobinson@gmail.com> 0.2-1
|
|
|
|
- Initial packaging
|