]> git.pld-linux.org Git - packages/tf.git/commitdiff
- added MCCP patch
authorsnurf <snurf@pld-linux.org>
Fri, 6 Jun 2003 09:12:43 +0000 (09:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tf.spec -> 1.14

tf.spec

diff --git a/tf.spec b/tf.spec
index 8b13709f21d124d26841807a7fbef668587365e4..2c6e63e9590a4e71a7dfa36c6e246c4decb6350f 100644 (file)
--- a/tf.spec
+++ b/tf.spec
@@ -2,13 +2,16 @@ Summary:      tf - TinyFugue - MUD client
 Summary(pl):   tf - TinyFugue - tekstowy klient do MUD-ów
 Name:          tf
 Version:       40s1
 Summary(pl):   tf - TinyFugue - tekstowy klient do MUD-ów
 Name:          tf
 Version:       40s1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Games
 Vendor:                Ken Keys (Hawkeye) <hawkeye@tf.tcp.com>
 Source0:       ftp://tf.tcp.com/pub/tinyfugue/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         Applications/Games
 Vendor:                Ken Keys (Hawkeye) <hawkeye@tf.tcp.com>
 Source0:       ftp://tf.tcp.com/pub/tinyfugue/%{name}-%{version}.tar.gz
-# Source0-md5: db6fa9a1aac0b7f199567d81c4b5c81d
+# Source0-md5:  db6fa9a1aac0b7f199567d81c4b5c81d
+Source1:       http://dooh.civ.pl/patches/%{name}-%{version}-mccp.patch.gz
+# Source1-md5:  319599aba0f574344b14d291e18f57f8
 Patch0:                %{name}-filenames.patch
 Patch0:                %{name}-filenames.patch
+Patch1:                %{name}-%{version}-mccp.patch.gz
 URL:           http://tf.tcp.com/~hawkeye/tf/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 URL:           http://tf.tcp.com/~hawkeye/tf/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -25,11 +28,12 @@ MUD-y. Oczywi
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 mv -f unix/Config unix/Config.orig
 cat << EOF >> unix/Config
 TF="\${T_BIN}/tf-\${TFVER}"
 LIBDIR="\${T_SHARE}/tf"
 mv -f unix/Config unix/Config.orig
 cat << EOF >> unix/Config
 TF="\${T_BIN}/tf-\${TFVER}"
 LIBDIR="\${T_SHARE}/tf"
-SYMLINK="$RPM_BUILD_ROOT%{_bindir}/tf"
+#SYMLINK="$RPM_BUILD_ROOT%{_bindir}/tf"
 MAILDIR="/var/mail"
 MANPAGE="%{_mandir}/man1/tf.1"
 MANTYPE="nroff"
 MAILDIR="/var/mail"
 MANPAGE="%{_mandir}/man1/tf.1"
 MANTYPE="nroff"
This page took 0.07864 seconds and 4 git commands to generate.