]> git.pld-linux.org Git - packages/tf.git/blobdiff - tf.spec
- fixed sources urls
[packages/tf.git] / tf.spec
diff --git a/tf.spec b/tf.spec
index a79149c65c8b7a281fd41cdc3628b8179b3f0fc9..7976aca5d073478a8ae32ee969fe9bd8a92e7343 100644 (file)
--- a/tf.spec
+++ b/tf.spec
@@ -6,9 +6,9 @@ Release:        0.1
 License:       GPL
 Group:         Applications/Games
 Vendor:                Ken Keys (Hawkeye) <hawkeye@tf.tcp.com>
-Source0:       ftp://ftp.tcp.com/pub/mud/Clients/tinyfugue/%{name}-%{version}.tar.gz
+Source0:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}.tar.gz
 # Source0-md5: dd33896dcb5d841f6b5f4e07fa517af1
-Source1:       ftp://ftp.tcp.com/pub/mud/Clients/tinyfugue/%{name}-%{version}-help.tar.gz
+Source1:       ftp://distfiles.pld-linux.org/src/%{name}-%{version}-help.tar.gz
 # Source1-md5: 79faceed502b867f1bf1263efd5e41a8
 Source2:       stest.tf
 Patch0:                status_height.patch
@@ -34,6 +34,7 @@ obs
 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
+
 %description doc
 HTML help files.
 
@@ -54,8 +55,6 @@ cp %{SOURCE2} .
 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}
 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics
 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands
 
@@ -64,8 +63,8 @@ install tf-lib/* $RPM_BUILD_ROOT%{_libdir}/tf-lib
 install src/tf $RPM_BUILD_ROOT%{_bindir}
 
 install %{name}-%{version}-help/tf-help $RPM_BUILD_ROOT%{_libdir}/tf-lib
-install %{name}-%{version}-help/topics/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics/
-install %{name}-%{version}-help/commands/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands/
+install %{name}-%{version}-help/topics/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/topics
+install %{name}-%{version}-help/commands/* $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/commands
 install %{name}-%{version}-help/index.html $RPM_BUILD_ROOT%{_docdir}/%{name}-doc-%{version}/index.html
 
 %clean
@@ -80,10 +79,8 @@ echo "You have been warned."
 %defattr(644,root,root,755)
 %doc CHANGES CREDITS README stest.tf
 %attr(755,root,root) %{_bindir}/*
-%{_libdir}/%{name}-lib/*
+%{_libdir}/%{name}-lib
 
 %files doc
 %defattr(644,root,root,755)
-%{_docdir}/%{name}-doc-%{version}/index.html
-%{_docdir}/%{name}-doc-%{version}/topics/*
-%{_docdir}/%{name}-doc-%{version}/commands/*
+%{_docdir}/%{name}-doc-%{version}
This page took 0.067936 seconds and 4 git commands to generate.