]> git.pld-linux.org Git - packages/corewars.git/commitdiff
- use new %doc. STABLE corewars-0_9_12-1
authorkloczek <kloczek@pld-linux.org>
Wed, 31 Jul 2002 12:33:15 +0000 (12:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
TODO: add desktop file and png icon for package.

Changed files:
    corewars.spec -> 1.2

corewars.spec

index 5bc22dcd86cff81d6f1f8f7edb70a392ef53111f..c22fa25385282b9ce397ad2a43b47ce11b044452 100644 (file)
@@ -1,3 +1,7 @@
+#
+# TODO:
+# - add desktop file and png icon for package.
+#
 Summary:       A simulation game
 Summary(pl):   Gra symulacyjna
 Name:          corewars
@@ -70,8 +74,6 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-gzip ChangeLog DIFFERENCES INTERESTING-COMBINATIONS README TODO
-
 mkdir $RPM_BUILD_ROOT%{_datadir}/corewars/warriors
 mv warriors $RPM_BUILD_ROOT%{_datadir}/corewars/warriors/all
 # TODO: create links to above instead of doubling content
@@ -82,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog DIFFERENCES INTERESTING-COMBINATIONS README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man6/*
 %dir %{_datadir}/corewars
This page took 0.042353 seconds and 4 git commands to generate.