]> git.pld-linux.org Git - packages/gtk-doc.git/commitdiff
- changed Suggests: source-highlight to Requires; most (all?) packages using auto/th/gtk-doc-1_13-2
authorsparky <sparky@pld-linux.org>
Fri, 15 Jan 2010 00:30:52 +0000 (00:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  gtk-doc require it to build, but adding BR: in them is not the right solution
  as they don't use it directly
- rel 2

Changed files:
    gtk-doc.spec -> 1.78

gtk-doc.spec

index c02fccddf7f8fa4bc16a20d864a63a37e679f387..0ab44638144102d23a271b2755eb8d84a0703656 100644 (file)
@@ -10,7 +10,7 @@ Summary(pl.UTF-8):    Narzędzie do generowania dokumentacji API do GTK+ i GNOME
 Summary(pt_BR.UTF-8):  O gerador de documentação do GTK
 Name:          gtk-doc
 Version:       1.13
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Tools
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.13/%{name}-%{version}.tar.bz2
@@ -43,7 +43,7 @@ Requires:     docbook-style-xsl >= 1.74.0
 Requires:      docbook-utils >= 0.6.10
 Requires:      libxslt-progs >= 1.1.15
 Requires:      openjade
-Suggests:      source-highlight
+Requires:      source-highlight
 Conflicts:     pkgconfig < 1:0.19
 %{!?with_tests:BuildArch:      noarch}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -97,7 +97,7 @@ mv -f doc/README doc/README.docs
 %{__autoconf}
 %{__automake}
 %configure \
-    HIGHLIGHT="/usr/bin/source-highlight"
+       HIGHLIGHT="%{_bindir}/source-highlight"
 %{__make}
 
 %install
This page took 0.104612 seconds and 4 git commands to generate.