]> git.pld-linux.org Git - packages/awesfx.git/commitdiff
- adapter(ized)
authorArtur Frysiak <artur@frysiak.net>
Mon, 29 Nov 1999 21:44:20 +0000 (21:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated to 0.4.3b

Changed files:
    awesfx.spec -> 1.2

awesfx.spec

index bd10cae2711a4e9c8bfcd120d330284842a160d9..d124b3d8d1abb40458b7085e209c7b4a8319472b 100644 (file)
@@ -1,17 +1,16 @@
-Summary: Utility programs for the AWE32 sound driver.
-Name: awesfx
-Version: 0.4.3a
-Release: 2
-Group: Applications/Multimedia
-URL: http//bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index.html
-Source: http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/awesfx-%{version}.tgz
-Source2: http://www.pvv.org/~thammer/localfiles/soundfonts_other/gu11-rom.zip
-Source3: awe_voice.h
-Patch: awesfx-0.4.3a-make.patch
-Copyright: GPL/distributable
-Prefix: /usr
-ExclusiveArch: i386 alpha
-BuildRoot: /var/tmp/awesfx-root
+Summary:       Utility programs for the AWE32 sound driver.
+Name:          awesfx
+Version:       0.4.3b
+Release:       2
+Group:         Applications/Multimedia
+URL:           http//bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/index.html
+Source:                http://bahamut.mm.t.u-tokyo.ac.jp/~iwai/awedrv/%{name}-%{version}.tgz
+Source2:       http://www.pvv.org/~thammer/localfiles/soundfonts_other/gu11-rom.zip
+Source3:       awe_voice.h
+Patch:         awesfx-0.4.3a-make.patch
+License:       GPL/distributable
+ExclusiveArch: i386 alpha
+BuildRoot:     /tmp/%{name}-%{version}-root
 %description
 The awesfx package contains necessary utilities for the AWE32
 sound driver.
@@ -20,7 +19,7 @@ If you must use an AWE32 sound driver, you should install
 this package.
 
 %prep
-%setup
+%setup -q
 mkdir gu11-rom
 cd gu11-rom
 unzip $RPM_SOURCE_DIR/gu11-rom.zip
@@ -36,9 +35,9 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/usr/{man/man1,bin}
-mkdir -p $RPM_BUILD_ROOT/etc/midi
-mkdir -p $RPM_BUILD_ROOT/bin
+install -d $RPM_BUILD_ROOT/usr/{man/man1,bin}
+install -d $RPM_BUILD_ROOT/etc/midi
+install -d $RPM_BUILD_ROOT/bin
 make install
 make install.man
 mv $RPM_BUILD_ROOT/usr/bin/sfxload $RPM_BUILD_ROOT/bin/
@@ -48,7 +47,7 @@ mv gu11-rom/GU11-ROM.SF2 $RPM_BUILD_ROOT/etc/midi
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc ChangeLog.sfx README SBKtoSF2.txt bank-samples
 %doc gu11-rom
 /etc/midi/GU11-ROM.SF2
This page took 0.12217 seconds and 4 git commands to generate.