Accept ":" in ids

This commit is contained in:
Matthias Clasen 2005-05-05 15:53:53 +00:00
parent c3c41d7ead
commit d31bb43116
2 changed files with 20 additions and 1 deletions

13
gtk-doc-1.3-colon.patch Normal file
View File

@ -0,0 +1,13 @@
--- gtk-doc-1.3/gtk-doc.dcl.colon 2005-05-05 11:51:25.259630000 -0400
+++ gtk-doc-1.3/gtk-doc.dcl 2005-05-05 11:51:37.601276000 -0400
@@ -61,8 +61,8 @@
NAMING
LCNMSTRT ""
UCNMSTRT ""
- LCNMCHAR ".-_"
- UCNMCHAR ".-_"
+ LCNMCHAR ".-_:"
+ UCNMCHAR ".-_:"
NAMECASE
GENERAL YES
ENTITY NO

View File

@ -1,7 +1,7 @@
Summary: API documentation generation tool for GTK+ and GNOME
Name: gtk-doc
Version: 1.3
Release: 1
Release: 2
License: LGPL
Group: Development/Tools
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.3/gtk-doc-1.3.tar.bz2
@ -11,6 +11,8 @@ URL: http://www.gtk.org/gtk-doc
BuildPrereq: docbook-utils jade libxslt docbook-style-xsl
Requires: docbook-utils jade /usr/bin/cmp libxslt docbook-style-xsl
Patch0: gtk-doc-1.3-colon.patch
Source1: filter-requires-gtk-doc.sh
%define __perl_requires %{SOURCE1}
@ -24,6 +26,7 @@ and GNOME.
%setup -q
# Move this doc file to avoid name collisions
mv doc/README doc/README.docs
%patch0 -p1 -b .colon
%build
%configure --enable-public-id
@ -50,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/pkgconfig/gtk-doc.pc
%changelog
* Thu May 5 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
- accept ':' in ids
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
- update to 1.3