This commit is contained in:
Matthias Clasen 2010-03-29 14:58:09 +00:00
parent c493412b23
commit b501443030
3 changed files with 16 additions and 17 deletions

View File

@ -1 +1 @@
devhelp-2.29.90.tar.bz2 devhelp-2.30.0.tar.bz2

View File

@ -5,14 +5,14 @@
### Abstract ### ### Abstract ###
Name: devhelp Name: devhelp
Version: 2.29.90 Version: 2.30.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Development/Tools Group: Development/Tools
Summary: API documention browser Summary: API documention browser
URL: http://developer.imendio.com/projects/devhelp URL: http://developer.imendio.com/projects/devhelp
Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2 #VCS: git:git://git.gnome.org/devhelp
BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.gnome.org/sources/devhelp/2.30/devhelp-%{version}.tar.bz2
### Dependencies ### ### Dependencies ###
@ -53,9 +53,6 @@ into other applications such as IDEs.
%prep %prep
%setup -q -n devhelp-%{version} %setup -q -n devhelp-%{version}
# the configure script in the 2.28.0 tarball is bad
autoreconf -f -i
# force regeneration # force regeneration
rm data/devhelp.schemas rm data/devhelp.schemas
@ -67,7 +64,7 @@ make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
[ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} install %makeinstall PREFIX=$RPM_BUILD_ROOT%{_prefix} install
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
desktop-file-install --vendor gnome \ desktop-file-install --vendor gnome \
@ -102,21 +99,20 @@ fi
/sbin/ldconfig /sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/devhelp.schemas > /dev/null || : gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/devhelp.schemas > /dev/null || :
touch --no-create %{_datadir}/icons/hicolor touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
%postun %postun
/sbin/ldconfig /sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor if [ $1 -eq 0 ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%files -f devhelp.lang %files -f devhelp.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING NEWS README %doc AUTHORS COPYING NEWS README
%{_bindir}/devhelp %{_bindir}/devhelp
%{_libdir}/libdevhelp*.so.* %{_libdir}/libdevhelp*.so.*
@ -141,6 +137,9 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
- Update to 2.30.0
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1 * Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1
- Update to 2.29.90 - Update to 2.29.90
- Remove patch for RH bug #543177 (fixed upstream). - Remove patch for RH bug #543177 (fixed upstream).

View File

@ -1 +1 @@
96caa0af6d56fff4425badb633373fae devhelp-2.29.90.tar.bz2 a24087cd1b4fe6722ec05f6e88104ace devhelp-2.30.0.tar.bz2