]> git.pld-linux.org Git - packages/tf.git/blob - tf.spec
- updated to 50b3:
[packages/tf.git] / tf.spec
1 Summary:        tf - TinyFugue - text-mode MUD client
2 Summary(pl):    tf - TinyFugue - tekstowy klient do MUD-ów
3 Name:           tf
4 Version:        50b3
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Games
8 Vendor:         Ken Keys (Hawkeye) <hawkeye@tf.tcp.com>
9 Source0:        ftp://ftp.tcp.com/pub/mud/Clients/tinyfugue/%{name}-%{version}.tar.gz
10 # Source0-md5:  dd33896dcb5d841f6b5f4e07fa517af1
11 Source1:        ftp://ftp.tcp.com/pub/mud/Clients/tinyfugue/%{name}-%{version}-help.tar.gz
12 # Source1-md5:  79faceed502b867f1bf1263efd5e41a8
13 Source2:        stest.tf
14 Patch0:         status_height.patch
15 URL:            http://tf.tcp.com/~hawkeye/tf/
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 TinyFugue is a MUD-Client (Multi User Dungeons) that allows the user
20 to dive into one the most fascinating
21 Multi-User-Non-Graphic-Fantasy-Role-Playing-Games. Just Enter "tf" and
22 enjoy your game. This client works in text mode, supports MCCP
23 compression and multiline statusbar.
24
25 %description -l pl
26 TinyFugue jest klientem MUD (Multi User Dungeons), który pozwala
27 u¿ytkownikowi zag³êbiæ siê w najbardziej fascynuj±cy ¶wiat
28 Multi-User-Non-Graphic-Fantasy-Role-Playing-Games. Jest to po prostu
29 jeden z najlepszych, je¶li nie najlepszy klient do gry w MUD-y. Dzia³a 
30 w trybie tekstowym, obs³uguje protokó³ kompresji MCCP oraz posiada 
31 obs³ugê wieloliniowego statusu.
32
33 %package doc
34 Summary:        tf - TinyFugue - text-mode MUD client - HTML help files
35 Summary(pl):    tf - TinyFugue - tekstowy klient do MUD-ów - pliki pomocy w HTML
36 Group:          Applications/Games
37 %description doc
38 HTML help files.
39
40 %description doc -l pl
41 Pliki pomocy w HTML.
42
43 %prep
44 %setup -q -n %{name}-%{version}
45 %patch0 -p1
46 tar xfz %{SOURCE1}
47 cp %{SOURCE2} .
48 %build
49 %{__autoconf}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55 install -d $RPM_BUILD_ROOT%{_bindir}
56 install -d $RPM_BUILD_ROOT%{_libdir}/tf-lib
57
58 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}
59 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics
60 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands
61
62
63 install tf-lib/* $RPM_BUILD_ROOT%{_libdir}/tf-lib
64 install src/tf $RPM_BUILD_ROOT%{_bindir}
65
66 install %{name}-%{version}-help/tf-help $RPM_BUILD_ROOT%{_libdir}/tf-lib
67 install %{name}-%{version}-help/topics/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics/
68 install %{name}-%{version}-help/commands/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands/
69 install %{name}-%{version}-help/index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/index.html
70
71 %clean
72 rm -rf $RPM_BUILD_ROOT
73
74 %post
75 echo "%{name}-%{version} is _beta_ release!"
76 echo "Some of your scripts may not work or work not properly."
77 echo "You have been warned."
78
79 %files
80 %defattr(644,root,root,755)
81 %doc CHANGES CREDITS README stest.tf
82 %attr(755,root,root) %{_bindir}/*
83 %{_libdir}/%{name}-lib/*
84
85 %files doc
86 %defattr(644,root,root,755)
87 %{_docdir}/%{name}-doc-%{version}/index.html
88 %{_docdir}/%{name}-doc-%{version}/topics/*
89 %{_docdir}/%{name}-doc-%{version}/commands/*
This page took 0.043697 seconds and 4 git commands to generate.