]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- fixed post common w/o l.a. (set umask, don't try to overwrite on upgrades) auto/ac/Atari800-1_3_1-5
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Nov 2003 13:32:31 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 5

Changed files:
    Atari800.spec -> 1.42

Atari800.spec

index 8eca03dd52bca8f64060a7257ff9ce75ddc2cd5a..e96624eb2189107fe6c80a5313c8da6273d3dd21 100644 (file)
@@ -10,7 +10,7 @@ Summary:      Atari 800 Emulator
 Summary(pl):   Emulator Atari 800
 Name:          Atari800
 Version:       1.3.1
-Release:       4
+Release:       5
 License:       GPL (Atari800), distributable if unmodified (xf25 with ROMs)
 Group:         Applications/Emulators
 Source0:       http://dl.sourceforge.net/atari800/atari800-%{version}.tar.gz
@@ -248,7 +248,11 @@ rm -rf $RPM_BUILD_ROOT
 %if %{without license_agreement}
 %post common
 cd %{_datadir}/atari800
-unzip -q -L xf25.zip
+if [ "`echo *.rom`" = "*.rom" ]; then
+       umask 022
+       unzip -q -L xf25.zip
+       rm -f xf25.doc xf25.exe
+fi
 %endif
 
 %files common
This page took 0.081828 seconds and 4 git commands to generate.