]> git.pld-linux.org Git - packages/devhelp.git/blobdiff - devhelp.spec
- updated to 2.32.0 (new soname)
[packages/devhelp.git] / devhelp.spec
index 6354ed2502cd5d09bb8866a62a07473caca03205..35b6b897524ec96f09b691f6d61ee4ec36b034ac 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       API documentation browser for GNOME
 Summary(pl.UTF-8):     Przeglądarka dokumentacji API dla GNOME
 Name:          devhelp
-Version:       0.23
+Version:       2.32.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/0.22/%{name}-%{version}.tar.bz2
-# Source0-md5: 704c0c90616aeb1c52ca3af1df93fde6
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/devhelp/2.32/%{name}-%{version}.tar.bz2
+# Source0-md5: c6690a45609caa00ecd9cd92f7d28915
 Patch0:                %{name}-bookdir.patch
 URL:           http://www.imendio.com/projects/devhelp/
 BuildRequires: GConf2-devel >= 2.24.0
@@ -15,14 +15,16 @@ BuildRequires:      automake >= 1:1.9
 BuildRequires: gettext-devel
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gtk+2-devel >= 2:2.14.0
-BuildRequires: gtk-webkit-devel
+BuildRequires: gtk-webkit-devel >= 1.1.13
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool
+BuildRequires: libunique-devel >= 1.0
 BuildRequires: libwnck-devel >= 2.24.0
 BuildRequires: pkgconfig
 BuildRequires: python
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: sed >= 4.0
 BuildRequires: zlib-devel
 Requires(post,postun): gtk+2
 Requires(post,postun): hicolor-icon-theme
@@ -92,6 +94,9 @@ Umożliwia przeglądanie dokumentacji API w Gedit.
 %setup -q
 %patch0 -p1
 
+sed -i -e 's/^en@shaw//' po/LINGUAS
+rm -f po/en@shaw.po
+
 %build
 %{__intltoolize}
 %{__libtoolize}
@@ -101,7 +106,8 @@ Umożliwia przeglądanie dokumentacji API w Gedit.
 %{__automake}
 %configure \
        --enable-static \
-       --disable-install-schemas
+       --disable-schemas-install \
+       --disable-silent-rules
 %{__make}
 
 %install
@@ -144,19 +150,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdevhelp-1.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libdevhelp-1.so.0
+%attr(755,root,root) %{_libdir}/libdevhelp-2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libdevhelp-2.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libdevhelp-1.so
-%{_libdir}/libdevhelp-1.la
-%{_pkgconfigdir}/libdevhelp-1.0.pc
-%{_includedir}/devhelp-1.0
+%attr(755,root,root) %{_libdir}/libdevhelp-2.so
+%{_libdir}/libdevhelp-2.la
+%{_pkgconfigdir}/libdevhelp-2.0.pc
+%{_includedir}/devhelp-2.0
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/libdevhelp-1.a
+%{_libdir}/libdevhelp-2.a
 
 %files -n gedit2-plugin-devhelp
 %defattr(644,root,root,755)
This page took 0.126305 seconds and 4 git commands to generate.