fix transparent headers

This commit is contained in:
Matthias Clasen 2006-08-15 03:35:04 +00:00
parent df0015edcc
commit e7ba4cdeae

View File

@ -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 <mclasen@redhat.com> - 0.12-4.fc6
- Fix transparent headers
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 0.12-3
- Add missing Requires to devel package.