Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a590cfb420 | ||
|
|
8514fde996 | ||
|
|
c631ce8d21 |
3 changed files with 8 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/seed-3.1.1.tar.bz2
|
||||
/seed-3.2.0.tar.xz
|
||||
|
|
|
|||
14
seed.spec
14
seed.spec
|
|
@ -1,18 +1,14 @@
|
|||
Name: seed
|
||||
Version: 3.1.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: GNOME JavaScript interpreter
|
||||
|
||||
Group: Development/Languages
|
||||
License: LGPLv3+
|
||||
URL: http://live.gnome.org/Seed
|
||||
Source0: http://ftp.gnome.org/pub/gnome/sources/seed/3.1/seed-%{version}.tar.bz2
|
||||
Source0: http://ftp.gnome.org/pub/gnome/sources/seed/3.1/seed-%{version}.tar.xz
|
||||
# Seed.js multilib fix
|
||||
Patch0: seed-3.0.0-multilib.patch
|
||||
# ParamSpec hack:
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=652771
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=653077
|
||||
Patch1: seed-3.1.1-paramspec.patch
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: mpfr-devel
|
||||
|
|
@ -58,7 +54,6 @@ developing applications that use %{name}.
|
|||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilib
|
||||
%patch1 -p1 -b .paramspec
|
||||
|
||||
# add lib64 to dlsearch_path_spec
|
||||
sed -i.libdir_syssearch -e \
|
||||
|
|
@ -132,6 +127,9 @@ rm devdocs/{AUTHORS,COPYING,INSTALL,README}
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
||||
- Update to 3.2.0
|
||||
|
||||
* Sun Aug 7 2011 Michel Salim <salimma@fedoraproject.org> - 3.1.1-2
|
||||
- Multilib fix: Seed.js now searches both lib64 and lib directories
|
||||
- Documentation subpackage no longer depends on gtk-doc (# 707571)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
3d70942700215b48cd81984db4bdcae6 seed-3.1.1.tar.bz2
|
||||
792ac48542019bd14f8d639a9e401c0a seed-3.2.0.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue