]> git.pld-linux.org Git - packages/tf.git/blobdiff - tf.spec
- missing dirs
[packages/tf.git] / tf.spec
diff --git a/tf.spec b/tf.spec
index a79149c65c8b7a281fd41cdc3628b8179b3f0fc9..63ed6618aa8e070c3e0dae23bd50ad90db161c29 100644 (file)
--- a/tf.spec
+++ b/tf.spec
@@ -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.041296 seconds and 4 git commands to generate.