Fixed the Python help command.
[super-star-trek.git] / sst.spec
index 8ec2ce37a9a337b999a6bf341c44e3cd851a9ec1..445f13379bf8869008101135cb9d88025173012f 100644 (file)
--- a/sst.spec
+++ b/sst.spec
@@ -1,12 +1,13 @@
 Name: sst
 Version: 2.0
 Release: 1
-URL: http://www.catb.org/~esr/sst/
+URL: http://sst.berlios.de
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: Games
-Summary: Sst (screen mode)
+Summary: the classic game of Super Star Trek
 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.
+
+