Преглед изворни кода

BuildRequire all the version 2 tilibs (also required at runtime, but RPM figures that out by itself).

git-svn-id: file:///var/svn/tigccpp/trunk@692 9552661e-59e3-4036-b4f2-dbe53926924f
kevinkofler пре 18 година
родитељ
комит
bd86977caa
2 измењених фајлова са 8 додато и 5 уклоњено
  1. 4 4
      ktigcc/INSTALL
  2. 4 1
      ktigcc/fedora/ktigcc.spec

+ 4 - 4
ktigcc/INSTALL

@@ -19,8 +19,8 @@ WARNING: This section is ONLY for Fedora Core 5 (and possibly later versions,
         yum install glib2 qt qt-devel kdelibs desktop-file-utils
    1.2. The following RPMs packaged by me are required:
         tigcc - can be obtained from http://tigcc.ticalc.org/linux/
-        libticables2 and libticonv - can be obtained from
-          http://sourceforge.net/project/showfiles.php?group_id=23169
+        libticables2, libtifiles2, libticalcs2 and libticonv - can be obtained
+          from http://sourceforge.net/project/showfiles.php?group_id=23169
 2. Install KTIGCC:
    rpm -Uvh tigcc*.i386.rpm libti*.i386.rpm ktigcc*.i386.rpm
    (RPMs are currently available only for the i386 architecture.)
@@ -41,8 +41,8 @@ B. Installing KTIGCC from source
                                                     writing this)
    Qt 3 Assistant (*) (often included in qt or qt-devel packages)
    pkg-config
-   libticables2 (*) and libticonv (*) - can be obtained from
-     http://sourceforge.net/project/showfiles.php?group_id=23169
+   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/
    (*) If your distribution provides both a runtime and a -devel or -dev version
        of these packages, the -devel or -dev version is also needed.

+ 4 - 1
ktigcc/fedora/ktigcc.spec

@@ -11,7 +11,7 @@ Packager: Kevin Kofler <Kevin@tigcc.ticalc.org>
 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 libticalcs2 >= 20060524 desktop-file-utils >= 0.10
+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(post): desktop-file-utils >= 0.10
 Requires(postun): desktop-file-utils >= 0.10
@@ -67,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{tigccdir}/doc/ktigcc
 
 %changelog
+* Sat Jul 17 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
+BuildRequire all the version 2 tilibs.
+
 * Sat Jul 15 2006 Kevin Kofler <Kevin@tigcc.ticalc.org>
 Require at least kdelibs 3.5.2 (needed for KProcess::MergedStderr).