Quellcode durchsuchen

Require ctags in the specfile and document Exuberant Ctags requirement in INSTALL.

git-svn-id: file:///var/svn/tigccpp/trunk@697 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler vor 18 Jahren
Ursprung
Commit
6e3620b0ab
2 geänderte Dateien mit 7 neuen und 2 gelöschten Zeilen
  1. 3 1
      ktigcc/INSTALL
  2. 4 1
      ktigcc/fedora/ktigcc.spec

+ 3 - 1
ktigcc/INSTALL

@@ -15,8 +15,9 @@ WARNING: This section is ONLY for Fedora Core 5 (and possibly later versions,
         qt-devel (for the Qt Assistant help file viewer)
         kdelibs (obviously), version 3.5.2 or higher
         desktop-file-utils (for update-desktop-database)
+        ctags (to locate C functions/prototypes)
         These can be installed with:
-        yum install glib2 qt qt-devel kdelibs desktop-file-utils
+        yum install glib2 qt qt-devel kdelibs desktop-file-utils ctags
    1.2. The following RPMs packaged by me are required:
         tigcc - can be obtained from http://tigcc.ticalc.org/linux/
         libticables2, libtifiles2, libticalcs2 and libticonv - can be obtained
@@ -41,6 +42,7 @@ B. Installing KTIGCC from source
                                                     writing this)
    Qt 3 Assistant (*) (often included in qt or qt-devel packages)
    pkg-config
+   Exuberant Ctags - can be obtained from http://ctags.sourceforge.net
    libticables2 (*), libtifiles2 (*), libticalcs2 (*) and libticonv (*) - can be
      obtained from http://sourceforge.net/project/showfiles.php?group_id=23169
    TIGCC/*nix - can be obtained from http://tigcc.ticalc.org/linux/

+ 4 - 1
ktigcc/fedora/ktigcc.spec

@@ -12,7 +12,7 @@ Source: %{name}.tar.bz2
 Group: Development/Tools
 License: GPL
 BuildRequires: qt-devel >= 1:3.3.0 kdelibs-devel >= 6:3.5.2 glib2-devel >= 2.10.0 libticonv >= 20060524 libticables2 >= 20060524 libtifiles2 >= 20060524 libticalcs2 >= 20060524 desktop-file-utils >= 0.10
-Requires: kdelibs >= 6:3.5.2 tigcc >= 1:0.96b06r1 /usr/bin/assistant
+Requires: kdelibs >= 6:3.5.2 tigcc >= 1:0.96b06r1 /usr/bin/assistant ctags
 Requires(post): desktop-file-utils >= 0.10
 Requires(postun): desktop-file-utils >= 0.10
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{tigccdir}/doc/ktigcc
 
 %changelog
+* Tue Jul 18 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
+Require ctags.
+
 * Mon Jul 17 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
 BuildRequire all the version 2 tilibs.