RPM building works now.
[super-star-trek.git] / sst.spec
index 8ec2ce37a9a337b999a6bf341c44e3cd851a9ec1..9a2266a1ce967fac8cda2f4e96bedb4494997ac6 100644 (file)
--- a/sst.spec
+++ b/sst.spec
@@ -7,6 +7,7 @@ License: GPL
 Group: Games
 Summary: Sst (screen mode)
 BuildRoot: %{_tmppath}/%{name}-root
+#Freshmeat-Name: strek
 
 %description
 Save the Federation from the invading Klingons!  Visit exotic planets and
@@ -17,7 +18,7 @@ The classic Super Star Trek game from the days of slow teletypes, reloaded.
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} all sst-doc.html
 
 %install
 [ "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT"
@@ -41,3 +42,8 @@ cp sst-doc.html "$RPM_BUILD_ROOT"%{_defaultdocdir}/sst/index.html
 %{_defaultdocdir}/sst/index.html
 
 %changelog
+
+* Thu Apr 14 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.0-1
+- First release under new management.
+
+