From e7ba4cdeae4b7327abaf07f272dd10f039b8cbe3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 15 Aug 2006 03:35:04 +0000 Subject: [PATCH] fix transparent headers --- devhelp.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devhelp.spec b/devhelp.spec index cba4032..911045a 100644 --- a/devhelp.spec +++ b/devhelp.spec @@ -1,11 +1,13 @@ Summary: API document browser Name: devhelp Version: 0.12 -Release: 3 +Release: 4%{?dist} License: GPL Group: Development/Tools Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/ Source: %{name}-%{version}.tar.bz2 +# fixed in cvs +Patch0: devhelp-0.12-transparent.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: gtk2 >= 2.2.0 @@ -44,6 +46,7 @@ Library of Devhelp for embedding into other applications. %prep %setup -q +%patch0 -p1 -b .transparent %build %configure @@ -110,6 +113,9 @@ fi %{_libdir}/pkgconfig/* %changelog +* Mon Aug 14 2006 Matthias Clasen - 0.12-4.fc6 +- Fix transparent headers + * Mon Aug 14 2006 Matthew Barnes - 0.12-3 - Add missing Requires to devel package.