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 ###
Name: devhelp
Version: 2.29.90
Version: 2.30.0
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
Summary: API documention browser
URL: http://developer.imendio.com/projects/devhelp
Source: http://download.gnome.org/sources/devhelp/2.28/devhelp-%{version}.tar.bz2
BuildRoot: %{_tmppath}/devhelp-%{version}-%{release}-root-%(%{__id_u} -n)
#VCS: git:git://git.gnome.org/devhelp
Source: http://download.gnome.org/sources/devhelp/2.30/devhelp-%{version}.tar.bz2
### Dependencies ###
@ -53,9 +53,6 @@ into other applications such as IDEs.
%prep
%setup -q -n devhelp-%{version}
# the configure script in the 2.28.0 tarball is bad
autoreconf -f -i
# force regeneration
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
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
desktop-file-install --vendor gnome \
@ -102,21 +99,20 @@ fi
/sbin/ldconfig
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/devhelp.schemas > /dev/null || :
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
%postun
/sbin/ldconfig
touch --no-create %{_datadir}/icons/hicolor
if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor
if [ $1 -eq 0 ]; then
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
fi
%posttrans
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%files -f devhelp.lang
%defattr(-, root, root)
%doc AUTHORS COPYING NEWS README
%doc AUTHORS COPYING NEWS README
%{_bindir}/devhelp
%{_libdir}/libdevhelp*.so.*
@ -141,6 +137,9 @@ fi
%{_libdir}/pkgconfig/*
%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
- Update to 2.29.90
- 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