]> git.pld-linux.org Git - packages/devhelp.git/blobdiff - devhelp.spec
- updated to 0.21
[packages/devhelp.git] / devhelp.spec
index 72722dc158a9f476a5cfb35be1792bdb9dfd3c71..9312dc0dcab4ebbc38ba888df7448b95d7494c8a 100644 (file)
@@ -1,14 +1,15 @@
 Summary:       API documentation browser for GNOME
 Summary(pl.UTF-8):     Przeglądarka dokumentacji API dla GNOME
 Name:          devhelp
-Version:       0.19
-Release:       4
+Version:       0.21
+Release:       1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.19/%{name}-%{version}.tar.bz2
-# Source0-md5: 66c9fb480e123c96eb1efdbad56b2d90
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.21/%{name}-%{version}.tar.bz2
+# Source0-md5: 24ad71080dde0778cb42c30575b5aca6
 Patch0:                %{name}-bookdir.patch
 Patch1:                %{name}-mozilla_includes.patch
+Patch2:                %{name}-libxul.patch
 URL:           http://www.imendio.com/projects/devhelp/
 BuildRequires: GConf2-devel >= 2.20.0
 BuildRequires: autoconf
@@ -23,8 +24,7 @@ BuildRequires:        libwnck-devel >= 2.20.3
 BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: rpmbuild(macros) >= 1.311
-BuildRequires: sed >= 4.0
-BuildRequires: xulrunner-devel >= 1.8.0.4
+BuildRequires: xulrunner-devel >= 1.9-5
 BuildRequires: zlib-devel
 Requires(post,postun): desktop-file-utils
 Requires(post,postun): gtk+2
@@ -101,9 +101,7 @@ Umożliwia przeglądanie dokumentacji API w Gedit.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-
-sed -i -e 's#sr@Latn#sr@latin#' po/LINGUAS
-mv po/sr@{Latn,latin}.po
+%patch2 -p1
 
 %build
 %{__libtoolize}
@@ -113,6 +111,7 @@ mv po/sr@{Latn,latin}.po
 %{__automake}
 %configure \
        --enable-static \
+       --with-gecko=libxul-embedding \
        --disable-install-schemas
 %{__make}
 
This page took 0.03065 seconds and 4 git commands to generate.