auto-import changelog data from devhelp-0.9-3.src.rpm

Wed Apr 21 2004 Colin Walters <walters@redhat.com> 0.9-3
- Update patch to avoid (unlikely) security issue noticed by Jeremy Katz.
Thu Apr 15 2004 Colin Walters <walters@redhat.com> 0.9-2
- Apply patch from George Karabin <gkarabin@pobox.com> to export
    LD_LIBRARY_PATH (closes bug 120220).
Fri Apr 02 2004 Mark McLoughlin <markmc@redhat.com> 0.9-1
- Update to 0.9
- Install the schemas correctly
- Package /usr/bin/devhelp-bin
- Update requires/buildrequires
- Only build on platforms where mozilla is available
This commit is contained in:
cvsdist 2004-09-09 04:11:34 +00:00
parent 0f28491629
commit f1e83cd7eb
3 changed files with 40 additions and 7 deletions

View File

@ -1 +1 @@
devhelp-0.8.1.tar.bz2 devhelp-0.9.tar.bz2

View File

@ -1,22 +1,29 @@
%define mozver %(rpm -q mozilla --qf "%%{name} = %%{epoch}:%%{version}")
ExclusiveArch: i386 x86_64 ppc s390
Summary: API document browser Summary: API document browser
Name: devhelp Name: devhelp
Version: 0.8.1 Version: 0.9
Release: 1.1 Release: 3
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Url: http://www.imendio.com/projects/devhelp/ Url: http://www.imendio.com/projects/devhelp/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch1: devhelp-0.9-ld-library-path.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: gtk2 >= 2.2.0 Requires: gtk2 >= 2.2.0
Requires: libgnomeui >= 2.2.0 Requires: libgnomeui >= 2.2.0
Requires: gtkhtml2 >= 2.0.0
Requires: gnome-vfs2 >= 2.2.0 Requires: gnome-vfs2 >= 2.2.0
Requires: libglade2 >= 2.2.0
Requires: %mozver
BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: gtk2-devel >= 2.2.0
BuildRequires: libgnomeui-devel >= 2.2.0 BuildRequires: libgnomeui-devel >= 2.2.0
BuildRequires: gtkhtml2-devel >= 2.2.0
BuildRequires: gnome-vfs2-devel >= 2.2.0 BuildRequires: gnome-vfs2-devel >= 2.2.0
BuildRequires: libglade2-devel >= 2.2.0
BuildRequires: mozilla-devel >= 1.6
BuildRequires: mozilla
BuildRequires: intltool BuildRequires: intltool
BuildRequires: gettext BuildRequires: gettext
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
@ -37,6 +44,7 @@ Library of Devhelp for embedding into other applications.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .ld-library-path
%build %build
@ -48,7 +56,9 @@ make
%install %install
[ -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
%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 \ desktop-file-install --vendor gnome \
--delete-original \ --delete-original \
@ -64,11 +74,19 @@ find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
SCHEMAS="devhelp.schemas"
for S in $SCHEMAS; do
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
done
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL %doc AUTHORS COPYING ChangeLog NEWS README INSTALL
%{_bindir}/devhelp %{_bindir}/devhelp
%{_bindir}/devhelp-bin
%{_libdir}/libdevhelp*.so.* %{_libdir}/libdevhelp*.so.*
%{_datadir}/applications/*.desktop %{_datadir}/applications/*.desktop
@ -76,6 +94,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%{_datadir}/mime-info/devhelp.mime %{_datadir}/mime-info/devhelp.mime
%{_datadir}/mime-info/devhelp.keys %{_datadir}/mime-info/devhelp.keys
%{_sysconfdir}/gconf/schemas/*.schemas
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -84,6 +103,21 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Wed Apr 21 2004 Colin Walters <walters@redhat.com> 0.9-3
- Update patch to avoid (unlikely) security issue noticed
by Jeremy Katz.
* Mon Apr 15 2004 Colin Walters <walters@redhat.com> 0.9-2
- Apply patch from George Karabin <gkarabin@pobox.com> to
export LD_LIBRARY_PATH (closes bug 120220).
* Fri Apr 2 2004 Mark McLoughlin <markmc@redhat.com> 0.9-1
- Update to 0.9
- Install the schemas correctly
- Package /usr/bin/devhelp-bin
- Update requires/buildrequires
- Only build on platforms where mozilla is available
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> * Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt
@ -105,4 +139,3 @@ rm -rf $RPM_BUILD_ROOT
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de> * Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- add find_lang - add find_lang

View File

@ -1 +1 @@
16885ffa39dc7a71d98bc838998b9b90 devhelp-0.8.1.tar.bz2 cc1394c8738b91e7b95943a60977759f devhelp-0.9.tar.bz2