[seed] Update to 3.1.1

Michel Alexandre Salim salimma at fedoraproject.org
Sun Jul 31 16:32:16 UTC 2011


commit e1ca5df3db5553c1c882bb333ac755517d36346f
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Jul 31 18:31:48 2011 +0200

    Update to 3.1.1

 .gitignore      |    5 +----
 README.Fedora   |   23 -----------------------
 seed-gdk3.patch |   21 ---------------------
 seed-libs.patch |   10 ----------
 seed.spec       |   44 ++++++++++++++++++--------------------------
 sources         |    2 +-
 6 files changed, 20 insertions(+), 85 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e6cc86..b976248 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-seed-2.31.5.tar.bz2
-/seed-2.31.91.tar.bz2
-/seed-2.91.90.tar.bz2
-/seed-3.0.0.tar.bz2
+/seed-3.1.1.tar.bz2
diff --git a/seed.spec b/seed.spec
index 958c031..b07f087 100644
--- a/seed.spec
+++ b/seed.spec
@@ -1,32 +1,24 @@
 Name:           seed
-Version:        3.0.0
+Version:        3.1.1
 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.0/seed-%{version}.tar.bz2
-Source1:        README.Fedora
+Source0:        http://ftp.gnome.org/pub/gnome/sources/seed/3.1/seed-%{version}.tar.bz2
 
-BuildRequires:  dbus-glib-devel
-BuildRequires:  gobject-introspection-devel
-BuildRequires:  gnome-js-common-devel
 BuildRequires:  intltool
 BuildRequires:  mpfr-devel
 BuildRequires:  readline-devel
-BuildRequires:  sqlite-devel
-%if 0%{?fedora} > 14
-BuildRequires:  webkitgtk3-devel
-%else
-BuildRequires:  webkitgtk-devel
-%endif
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gnome-js-common)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(libffi)
+BuildRequires:  pkgconfig(sqlite3)
+BuildRequires:  pkgconfig(webkitgtk-3.0)
 BuildRequires:  gtk-doc
 
-#Patch0:         seed-libs.patch
-#Patch1:         seed-gdk3.patch
-
-BuildRequires:  automake autoconf libtool
 Requires:       gnome-js-common
 
 %description
@@ -60,18 +52,10 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-cp -p %{SOURCE1} .
-#%patch0 -p1 -b .libs
-#%if 0%{?fedora} > 14
-#%patch1 -p1 -b .gdk3
-#%endif
-
-mkdir m4
-autoreconf -i -f
 
 # add lib64 to dlsearch_path_spec
 sed -i.libdir_syssearch -e \
-  '/sys_lib_dlsearch_path_spec/s|/usr/lib |/usr/lib /usr/lib64 /lib /lib64 |' \
+  '/sys_lib_dlsearch_path_spec/s|/lib /usr/lib |/lib /lib64 /usr/lib /usr/lib64 |' \
   configure
 sed -i.cflags -e \
   's|^\([ \t][ \t]*\)CFLAGS=\"[^\$].*$|\1true|' \
@@ -106,6 +90,11 @@ mv $RPM_BUILD_ROOT%{_docdir}/seed devdocs
 rm devdocs/{AUTHORS,COPYING,INSTALL,README}
 
 
+%check
+# currently tests the installed version of seed, and requires X
+#make check
+
+
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
@@ -113,7 +102,7 @@ rm devdocs/{AUTHORS,COPYING,INSTALL,README}
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS COPYING NEWS README README.Fedora
+%doc AUTHORS COPYING NEWS README
 %{_bindir}/seed
 %{_libdir}/*.so.*
 %{_libdir}/seed-gtk3
@@ -133,6 +122,9 @@ rm devdocs/{AUTHORS,COPYING,INSTALL,README}
 
 
 %changelog
+* Sun Jul 31 2011 Michel Salim <salimma at fedoraproject.org> - 3.1.1-1
+- Update to 3.1.1
+
 * Sun Apr  3 2011 Christopher Aillon <caillon at redhat.com> - 3.0.0-1
 - Update to 3.0.0
 
diff --git a/sources b/sources
index f15d3e1..a48a573 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cd81d33cdb97bd0afa28dbe6e973355d  seed-3.0.0.tar.bz2
+3d70942700215b48cd81984db4bdcae6  seed-3.1.1.tar.bz2


More information about the scm-commits mailing list