Added patch to fix devhelp main page
This commit is contained in:
parent
db86b90175
commit
e896853f22
9
pangomm-2.14.0-devhelp.patch
Normal file
9
pangomm-2.14.0-devhelp.patch
Normal file
@ -0,0 +1,9 @@
|
||||
--- pangomm-2.14.0/docs/reference/pangomm-1.4.devhelp~ 2008-08-02 12:02:10.000000000 +0200
|
||||
+++ pangomm-2.14.0/docs/reference/pangomm-1.4.devhelp 2008-10-12 11:54:51.000000000 +0200
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
-<book xmlns:fo="http://www.w3.org/1999/XSL/Format" title="gtkmm 2.4 library Reference Manual" name="gtkmm 2.4" link="../../../doc/gtkmm-2.4/docs/reference/html/../../index.html">
|
||||
+<book xmlns:fo="http://www.w3.org/1999/XSL/Format" title="pangomm 1.4 library Reference Manual" name="pangomm 1.4" link="docs/reference/html/index.html">
|
||||
<chapters>
|
||||
<sub name="Classes" link="../../../doc/gtkmm-2.4/docs/reference/html/classes.html">
|
||||
<sub name="Pango::Analysis" link="../../../doc/gtkmm-2.4/docs/reference/html/classPango_1_1Analysis.html">
|
||||
@ -2,13 +2,14 @@
|
||||
|
||||
Name: pangomm
|
||||
Version: 2.14.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: C++ interface for Pango
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://gtkmm.sourceforge.net/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/pangomm/2.13/%{name}-%{version}.tar.bz2
|
||||
Patch0: pangomm-2.14.0-devhelp.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glibmm24-devel >= 2.14.1
|
||||
@ -43,6 +44,7 @@ developing pangomm applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .devhelp
|
||||
|
||||
|
||||
%build
|
||||
@ -91,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Oct 12 2008 Denis Leroy <denis@poolshark.org> - 2.14.0-2
|
||||
- Added patch to fix devhelp main page
|
||||
|
||||
* Tue Sep 23 2008 Denis Leroy <denis@poolshark.org> - 2.14.0-1
|
||||
- Update to stable 2.14.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user