- Update to 0.13

- Clean up the spec file.
- Remove devhelp-0.12-transparent.patch (fixed upstream).
This commit is contained in:
Matthew Barnes 2007-02-03 15:58:35 +00:00
parent 34c77f7825
commit 37e79028ee
3 changed files with 48 additions and 42 deletions

View File

@ -1 +1 @@
devhelp-0.12.tar.bz2 devhelp-0.13.tar.bz2

View File

@ -1,62 +1,63 @@
%define gecko_ver 1.8.1.1 %define gecko_ver 1.8.1.1
Summary: API document browser ### Abstract ###
Name: devhelp Name: devhelp
Version: 0.12 Version: 0.13
Release: 10%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ Summary: API document browser
Source: %{name}-%{version}.tar.bz2 Source: devhelp-%{version}.tar.bz2
# fixed in cvs BuildRoot: %{_tmppath}/devhelp-%{version}-root
Patch0: devhelp-0.12-transparent.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: gtk2 >= 2.2.0 ### Dependencies ###
Requires: libgnomeui >= 2.2.0
Requires: gnome-vfs2 >= 2.2.0
Requires: libglade2 >= 2.2.0
Requires: gecko-libs = %{gecko_ver}
BuildRequires: desktop-file-utils >= 0.3
BuildRequires: gtk2-devel >= 2.2.0
BuildRequires: libgnomeui-devel >= 2.2.0
BuildRequires: gnome-vfs2-devel >= 2.2.0
BuildRequires: libglade2-devel >= 2.2.0
BuildRequires: gecko-devel = %{gecko_ver}
BuildRequires: intltool
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.9.5
BuildRequires: libwnck-devel >= 2.10.0
BuildRequires: GConf2-devel >= 2.6.0
Requires(pre): GConf2 >= 2.14 Requires(pre): GConf2 >= 2.14
Requires(preun): GConf2 >= 2.14 Requires(preun): GConf2 >= 2.14
Requires(post): GConf2 >= 2.14 Requires(post): GConf2 >= 2.14
Requires: gecko-libs = %{gecko_ver}
Requires: gnome-vfs2 >= 2.2.0
Requires: gtk2 >= 2.2.0
Requires: libglade2 >= 2.2.0
Requires: libgnomeui >= 2.2.0
### Build Dependencies ###
BuildRequires: GConf2-devel >= 2.6.0
BuildRequires: desktop-file-utils >= 0.3
BuildRequires: gecko-devel = %{gecko_ver}
BuildRequires: gettext
BuildRequires: glib2-devel >= 2.9.5
BuildRequires: gnome-vfs2-devel >= 2.2.0
BuildRequires: gtk2-devel >= 2.2.0
BuildRequires: intltool
BuildRequires: libglade2-devel >= 2.2.0
BuildRequires: libgnomeui-devel >= 2.2.0
BuildRequires: libwnck-devel >= 2.10.0
%description %description
An API document browser for GNOME 2. An API document browser for GNOME 2.
%package devel %package devel
Summary: Library to embed Devhelp in other applications. Summary: Library to embed Devhelp in other applications.
Group: Development/Libraries Group: Development/Libraries
Requires: %name = %{PACKAGE_VERSION} Requires: %{name} = %{version}-%{release}
Requires: gnome-vfs2-devel >= 2.2.0
Requires: gtk2-devel >= 2.2.0 Requires: gtk2-devel >= 2.2.0
Requires: libgnomeui-devel >= 2.2.0 Requires: libgnomeui-devel >= 2.2.0
Requires: libwnck-devel >= 2.10.0 Requires: libwnck-devel >= 2.10.0
Requires: gnome-vfs2-devel >= 2.2.0
Requires: pkgconfig Requires: pkgconfig
%description devel %description devel
Library of Devhelp for embedding into other applications. Library of Devhelp for embedding into other applications.
%prep %prep
%setup -q %setup -q -n devhelp-%{version}
%patch0 -p1 -b .transparent
%build %build
%configure %configure
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -79,7 +80,7 @@ rm $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
%find_lang %name %find_lang devhelp
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -110,7 +111,7 @@ if [ -x /usr/bin/gtk-update-icon-cache ]; then
gtk-update-icon-cache -q %{_datadir}/icons/hicolor gtk-update-icon-cache -q %{_datadir}/icons/hicolor
fi fi
%files -f %{name}.lang %files -f devhelp.lang
%defattr(-, root, root) %defattr(-, root, root)
%doc AUTHORS COPYING ChangeLog NEWS README INSTALL %doc AUTHORS COPYING ChangeLog NEWS README INSTALL
@ -133,6 +134,11 @@ fi
%{_libdir}/pkgconfig/* %{_libdir}/pkgconfig/*
%changelog %changelog
* Sat Feb 03 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-1.fc7
- Update to 0.13
- Clean up the spec file.
- Remove devhelp-0.12-transparent.patch (fixed upstream).
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 0.12-10 * Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 0.12-10
- Rebuild against newer gecko - Rebuild against newer gecko

View File

@ -1 +1 @@
007e7bd4fb3e2e86b743944eca552460 devhelp-0.12.tar.bz2 230c05c1e13ba6ae44c94e034ea77348 devhelp-0.13.tar.bz2