]> git.pld-linux.org Git - packages/tf.git/blobdiff - tf.spec
- up to 50b7
[packages/tf.git] / tf.spec
diff --git a/tf.spec b/tf.spec
index 8be64c7b0f8ece77779a50850f90160194818533..decc3a362f72ce42abcebfbe16a56d4583b5921d 100644 (file)
--- a/tf.spec
+++ b/tf.spec
@@ -1,99 +1,89 @@
-Summary:       tf - TinyFugue - MUD client
-Summary(pl):   tf - TinyFugue - tekstowy klient do MUDow
+# Often html doc files aren't sync with tf releases.
+# New tf releases contains mostly bug fixes, so
+# older docs should be ok.
+%define                doc_ver         50b7
+Summary:       tf - TinyFugue - text-mode MUD client
+Summary(pl):   tf - TinyFugue - tekstowy klient do MUD-ów
 Name:          tf
-Version:       40s1
+Version:       50b7
 Release:       1
 License:       GPL
-Group:         Aplications/games
-Group(pl):     Aplikacje/gry
-Vendor:                Ken Keys (Hawkeye) <hawkeye@tf.tcp.com>
-URL:           http://tf.tcp.com/~hawkeye/tf/  
-Source0:       ftp://tf.tcp.com/pub/tinyfugue/%{name}-%{version}.tar.gz 
+Group:         Applications/Games
+Source0:       ftp://ftp.mud.de/pub/software/clients/unix/tinyfugue/%{name}-%{version}.tar.gz
+# Source0-md5: 6652b7eda8a200d28e8184c1659137a2
+Source1:       ftp://ftp.mud.de/pub/software/clients/unix/tinyfugue/%{name}-%{doc_ver}-help.tar.gz
+# Source1-md5: e143640bfa7dd8cc1c96def5e8ec44f6
+Source2:       http://www.ingwar.eu.org/downloads/tf.syntax.gz
+# Source2-md5: 398aa4c28e83fb2ce688eade24c5fc88
+URL:           http://tf.tcp.com/~hawkeye/tf/
+BuildRequires: autoconf
+BuildRequires: ncurses-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _prefix         /usr/bin
-
 %description
-TinyFugue is a MUD-Client (Multi User Dungeons) that allows the user to dive 
-into one the most fascinating 
-Multi-User-Non-Graphic-Fantasy-Role-Playing-Games.
-Just Enter "tf" and enjoy your game. 
+TinyFugue is a MUD-Client (Multi User Dungeons) that allows the user
+to dive into one the most fascinating
+Multi-User-Non-Graphic-Fantasy-Role-Playing-Games. Just Enter "tf" and
+enjoy your game. This client works in text mode, supports MCCP
+compression and multiline statusbar.
+
 %description -l pl
-Po prostu jeden z najlepszych , jesli nie najlepszy klient do gry w MUDy.
-Oczywiscie dla trybu tekstowego :) .
-%prep
+TinyFugue jest klientem MUD (Multi User Dungeons), który pozwala
+u¿ytkownikowi zag³êbiæ siê w najbardziej fascynuj±cy ¶wiat
+Multi-User-Non-Graphic-Fantasy-Role-Playing-Games. Jest to po prostu
+jeden z najlepszych, je¶li nie najlepszy klient do gry w MUD-y. Dzia³a 
+w trybie tekstowym, obs³uguje protokó³ kompresji MCCP oraz posiada 
+obs³ugê wieloliniowego statusu.
+
+%package doc
+Summary:       tf - TinyFugue - text-mode MUD client - HTML help files
+Summary(pl):   tf - TinyFugue - tekstowy klient do MUD-ów - pliki pomocy w HTML
+Group:         Applications/Games
 
-%setup -n %name-%version
-mv unix/Config unix/Config.orig
-cat << EOF >> unix/Config
-TF="\${T_BIN}/tf-\${TFVER}"
-LIBDIR="\${T_SHARE}/tf-\${TFVER}"
-SYMLINK="/$RPM_BUILD_ROOT/usr/bin/tf"
-MANTYPE="nroff"
-MANPAGE="/usr/man/man1/tf.1"
-CCFLAGS="$RPM_OPT_FLAGS"
-EOF
-cat unix/Config.orig >> unix/Config  
-export T_BIN="/usr/bin"
-export T_SHARE="/usr/share"
+%description doc
+HTML help files.
+
+%description doc -l pl
+Pliki pomocy w HTML.
+
+%prep
+%setup -q
+tar xzPf %{SOURCE1}
+cp %{SOURCE2} .
 %build
-export T_BIN="/usr/bin"
-export T_SHARE="/usr/share"
-ans=y sh unixmake files
+%{__autoconf}
+%configure
+%{__make}
 
 %install
-if [ -d $RPM_BUILD_ROOT ]; then 
- rm -rf $RPM_BUILD_ROOT
-fi
-mkdir $RPM_BUILD_ROOT
-mkdir $RPM_BUILD_ROOT/usr
-mkdir $RPM_BUILD_ROOT/usr/bin
-mkdir $RPM_BUILD_ROOT/usr/share
-mkdir $RPM_BUILD_ROOT/usr/share/%name-%version 
-export T_BIN="$RPM_BUILD_ROOT/usr/bin"
-export T_SHARE="$RPM_BUILD_ROOT/usr/share"
-cp $RPM_BUILD_DIR/%name-%version/src/tf  $RPM_BUILD_ROOT/usr/bin/%name-%version
-cp $RPM_BUILD_DIR/%name-%version/tf-lib/*  $RPM_BUILD_ROOT/usr/share/%name-%version/
-gzip -9nf CHANGES COPYING CREDITS README
-cd $RPM_BUILD_ROOT/usr/bin/
-ln -s %name-%version %name
-cd $RPM_BUILD_ROOT/usr/share/%name-%version
-ln -s kb-bash.tf bind-bash.tf
-ln -s kd-emacs.tf bind-emacs.tf
-ln -s complete.tf completion.tf
-ln -s factoral.tf factorial.tf
-ln -s filexfer.tf file-xfer.tf
-ln -s local.eg.tf local.tf.sample
-ln -s psh.tf pref-shell.tf
-ln -s spc-page.tf space_page.tf
-ln -s spedwalk.tf speedwalk.tf
-ln -s stack-q.tf stack-queue.tf
-ln -s world-q.tf worldqueue.tf
-%clean
-sh unixmake clean
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install -d $RPM_BUILD_ROOT%{_libdir}/tf-lib
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics
+install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands
 
-%files
-%defattr(644,root,root,755)
-%attr(755,root,root) /usr/bin/%name-%version
-%attr(755,root,root) /usr/bin/%name
-/usr/share/%name-%version
-%doc *.gz
 
-%changelog                                                                      
-* %{date} PLD Team <pld-list@pld.org.pl>                                        
-All persons listed below can be reached at <cvs_login>@pld.org.pl
+install tf-lib/* $RPM_BUILD_ROOT%{_libdir}/tf-lib
+install src/tf $RPM_BUILD_ROOT%{_bindir}
 
-$Log: tf.spec,v $
-Revision 1.2  2001-10-17 07:30:46  qwark
-hopefully  this is the end of trouble with install script (some workaround)
+install %{name}-%{doc_ver}-help/topics/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics
+install %{name}-%{doc_ver}-help/commands/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands
+install %{name}-%{doc_ver}-help/index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/index.html
 
-Revision 1.2  2001/10/17 09:30:43  qwark
+%clean
+rm -rf $RPM_BUILD_ROOT
 
-Revision 1.1  2001/10/16 21:50:43  qwark
-it's itial relase after some troubles with tf install script
- Added Files:
-       tf.spec
+%post
+echo "%{name}-%{version} is _beta_ release!"
+echo "Some of your scripts may not work or work not properly."
+echo "You have been warned."
 
-Revision 1.0  2001/10/17 23:50:53  qwark                                        
-- initial release        
-Based on spec written for RH
+%files
+%defattr(644,root,root,755)
+%doc CHANGES CREDITS README stest.tf tf.syntax.gz
+%attr(755,root,root) %{_bindir}/*
+%{_libdir}/%{name}-lib
+
+%files doc
+%defattr(644,root,root,755)
+%{_docdir}/%{name}-doc-%{version}
This page took 0.030561 seconds and 4 git commands to generate.