Accept ":" in ids
This commit is contained in:
parent
c3c41d7ead
commit
d31bb43116
13
gtk-doc-1.3-colon.patch
Normal file
13
gtk-doc-1.3-colon.patch
Normal 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
|
@ -1,7 +1,7 @@
|
|||||||
Summary: API documentation generation tool for GTK+ and GNOME
|
Summary: API documentation generation tool for GTK+ and GNOME
|
||||||
Name: gtk-doc
|
Name: gtk-doc
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 1
|
Release: 2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.3/gtk-doc-1.3.tar.bz2
|
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
|
BuildPrereq: docbook-utils jade libxslt docbook-style-xsl
|
||||||
Requires: docbook-utils jade /usr/bin/cmp 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
|
Source1: filter-requires-gtk-doc.sh
|
||||||
%define __perl_requires %{SOURCE1}
|
%define __perl_requires %{SOURCE1}
|
||||||
|
|
||||||
@ -24,6 +26,7 @@ and GNOME.
|
|||||||
%setup -q
|
%setup -q
|
||||||
# Move this doc file to avoid name collisions
|
# Move this doc file to avoid name collisions
|
||||||
mv doc/README doc/README.docs
|
mv doc/README doc/README.docs
|
||||||
|
%patch0 -p1 -b .colon
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-public-id
|
%configure --enable-public-id
|
||||||
@ -50,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/pkgconfig/gtk-doc.pc
|
%{_datadir}/pkgconfig/gtk-doc.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 26 2005 Matthias Clasen <mclasen@redhat.com> 1.3-1
|
||||||
- update to 1.3
|
- update to 1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user