From: Jakub Bogusz Date: Mon, 9 Feb 2004 14:36:25 +0000 (+0000) Subject: - missing dirs X-Git-Tag: auto/ac/tf-50b3-0_1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Ftf.git;a=commitdiff_plain;h=a9d4da428bf03e48a1ef028e5d813eaa764274a9;hp=d6e45a10c262ae9bf083434b942e811fbfb5f691 - missing dirs Changed files: tf.spec -> 1.22 --- diff --git a/tf.spec b/tf.spec index a79149c..63ed661 100644 --- 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}