fix transparent headers
This commit is contained in:
parent
df0015edcc
commit
e7ba4cdeae
@ -1,11 +1,13 @@
|
|||||||
Summary: API document browser
|
Summary: API document browser
|
||||||
Name: devhelp
|
Name: devhelp
|
||||||
Version: 0.12
|
Version: 0.12
|
||||||
Release: 3
|
Release: 4%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/
|
Url: http://ftp.gnome.org/pub/gnome/sources/devhelp/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
# fixed in cvs
|
||||||
|
Patch0: devhelp-0.12-transparent.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
Requires: gtk2 >= 2.2.0
|
Requires: gtk2 >= 2.2.0
|
||||||
@ -44,6 +46,7 @@ Library of Devhelp for embedding into other applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .transparent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -110,6 +113,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 0.12-3
|
||||||
- Add missing Requires to devel package.
|
- Add missing Requires to devel package.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user