]> git.pld-linux.org Git - packages/dosemu.git/commitdiff
- new %%doc
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 May 2002 21:41:13 +0000 (21:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dosemu.spec -> 1.70

dosemu.spec

index f97b391df6bbd1a35eeb1184072e7f8b59b0cb91..4512f081b8b1f7586e5518d3dac73e6523fa4c34 100644 (file)
@@ -1,6 +1,5 @@
 # Conditional build:
 # --with static                - linked static 
-# --without dist_kernel        - without distribution kernel
 #
 Summary:       A DOS emulator
 Summary(de):   DOS-Emulator
@@ -207,14 +206,12 @@ for i in `ls --color=no doc/` ; do cat doc/$i > $i ; cat $i | perl -p -e 's/.\01
 
 rm -f doc/{configuration,dosemu.lsm}
 
-gzip -9nf QuickStart COPYING ChangeLog* doc/* PRZECZYTAJ_TO README.PLD
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*
+%doc QuickStart COPYING ChangeLog* doc/* PRZECZYTAJ_TO README.PLD
 %dir %{_dosemudir}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dosemu.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dosemu.users
@@ -232,7 +229,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n xdosemu
 %defattr(644,root,root,755)
-%doc *.gz doc/*
+%doc QuickStart COPYING ChangeLog* doc/* PRZECZYTAJ_TO README.PLD
 %dir %{_dosemudir}
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dosemu.conf
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/dosemu.users
This page took 0.042482 seconds and 4 git commands to generate.