From a1f43597f4203a43a3829f62197b0816dd242ac9 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sat, 27 Nov 1999 14:24:09 +0000 Subject: [PATCH] - adapter(ized) and partialy rewrited. Changed files: SoundStudio.spec -> 1.2 --- SoundStudio.spec | 47 ++++++++++++++++++----------------------------- 1 file changed, 18 insertions(+), 29 deletions(-) diff --git a/SoundStudio.spec b/SoundStudio.spec index d0ce15b..8c72d47 100644 --- a/SoundStudio.spec +++ b/SoundStudio.spec @@ -1,17 +1,16 @@ -Summary: tk sound editor, with record, playback, and mixer facilities -Name: SoundStudio -Version: 0.9.1 -Release: 2 -Group: Applications/Sound -Copyright: GPL -Source: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/SoundStudio-0.9.1.tar.gz -URL: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/screens.html -Source1: SoundStudio.wmconfig -Source2: studio.xpm -Patch0: SoundStudio.patch -BuildRoot: /var/tmp/SoundStudio-root -Requires: tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more - +Summary: tk sound editor, with record, playback, and mixer facilities +Name: SoundStudio +Version: 0.9.1 +Release: 2 +Group: Applications/Sound +License: GPL +Source: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/%{name}-%{version}.tar.gz +URL: http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/screens.html +Source1: SoundStudio.wmconfig +Source2: studio.xpm +Patch0: SoundStudio.patch +BuildRoot: /tmp/%{name}-%{version}-root +Requires: tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more %description Sound Studio provides a graphical user interface for manipulating @@ -33,35 +32,25 @@ formats, sampling rates etc. %install rm -fr ${RPM_BUILD_ROOT} -mkdir -p ${RPM_BUILD_ROOT}/etc/X11/wmconfig -mkdir -p ${RPM_BUILD_ROOT}/usr/share/icons/mini +install -d ${RPM_BUILD_ROOT}/etc/X11/wmconfig +install -d ${RPM_BUILD_ROOT}/usr/share/icons/mini install -m755 -d ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME} install -m755 -d ${RPM_BUILD_ROOT}/usr/bin install -m555 studio reset_dsp ${RPM_BUILD_ROOT}/usr/bin install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME} install -m444 *.tk *.ico ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME} install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}/usr/lib/${RPM_PACKAGE_NAME} -install -m 644 $RPM_SOURCE_DIR/SoundStudio.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio -install -m 644 $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/icons/mini/studio.xpm +install $RPM_SOURCE_DIR/SoundStudio.wmconfig $RPM_BUILD_ROOT/etc/X11/wmconfig/SoundStudio +install $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT/usr/share/icons/mini/studio.xpm %clean rm -fr ${RPM_BUILD_ROOT} %files -%defattr(-,root,root) +%defattr(644,root,root,755) %doc COPYING README StudioHelp studio-${RPM_PACKAGE_VERSION}.lsm DOCS/* /usr/bin/studio /usr/bin/reset_dsp /usr/lib/SoundStudio /etc/X11/wmconfig/SoundStudio /usr/share/icons/mini/studio.xpm - -%changelog -* Sun May 9 1999 Peter Hanecak -- changes to allow non-root users to build too (%install) - -* Wed Oct 06 1998 Michael Maher -- rebuilt package for 5.2, fixed RPM. - -* Wed May 19 1998 Michael Maher -- built package -- 2.44.0