]> git.pld-linux.org Git - packages/amsn.git/commitdiff
- more
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 4 Apr 2007 11:33:55 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amsn.spec -> 1.17

amsn.spec

index a50ae6d26ef191d5921854fe446f7fa8548e56a5..23917461456d39be1b87b8534c1db8faf8c4438e 100644 (file)
--- a/amsn.spec
+++ b/amsn.spec
@@ -63,6 +63,13 @@ find -name '*.tcl' -print0 | xargs -0 sed -i -e 's,\r$,,'
 
 # precompiled ELF 32 library
 rm -f utils/Tclxml/libTclxml3.1.so
+# Mach-O executable ppc
+rm -f sndplay
+
+# MS-DOS executable PE  for MS Windows (DLL) (GUI) Intel 80386 32-bit
+rm -f utils/*/*.dll utils/*/*/*.dll
+# MS-DOS executable PE  for MS Windows (GUI) Intel 80386 32-bit
+rm -f utils/*/*.exe utils/*/*/*.exe
 
 %build
 %configure \
This page took 0.078407 seconds and 4 git commands to generate.