]> git.pld-linux.org Git - packages/SoundStudio.git/commitdiff
- spec adapterized.
authorkloczek <kloczek@pld-linux.org>
Wed, 17 May 2000 00:36:13 +0000 (00:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SoundStudio.spec -> 1.5

SoundStudio.spec

index 2915a3e7d1efb02cbf2ac0a819477b510427f5c9..db85dca00c4249ce22b532b40ca0dbd53b3f0bd7 100644 (file)
@@ -3,8 +3,9 @@ Name:           SoundStudio
 Version:       0.9.1
 Release:       2
 Group:         Applications/Sound
+Group(pl):     Aplikacje/D¼wiêk
 License:       GPL
-Source:                http://www.elec-eng.leeds.ac.uk/staff/een6njb/Software/Studio/%{name}-%{version}.tar.gz
+Source0:       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
@@ -14,13 +15,12 @@ Requires:   tcl >= 7.4, tk >= 4.0, sox >= 11, /bin/more
 
 %description
 Sound Studio provides a graphical user interface for manipulating
-digitised sound. It allows you to record, play and edit sound files
-in various formats, such as Microsoft's wav files, Sun's audio files
-(.au) and Creative Lab's .voc format.
-It also provides access to a sound card's built-in mixer to adjust
-recording levels and output volumes. Also Sound Studio provides you
-with information about the sample and allows conversion into other
-formats, sampling rates etc.
+digitised sound. It allows you to record, play and edit sound files in
+various formats, such as Microsoft's wav files, Sun's audio files
+(.au) and Creative Lab's .voc format. It also provides access to a
+sound card's built-in mixer to adjust recording levels and output
+volumes. Also Sound Studio provides you with information about the
+sample and allows conversion into other formats, sampling rates etc.
 
 %prep
 %setup -q
@@ -30,18 +30,18 @@ formats, sampling rates etc.
 ./install
 
 %install
-rm -fr ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
-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 $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
+install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/X11/wmconfig
+install -d ${RPM_BUILD_ROOT}%{_datadir}/icons/mini
+install -m755 -d ${RPM_BUILD_ROOT}%{_libdir}/${RPM_PACKAGE_NAME}
+install -m755 -d ${RPM_BUILD_ROOT}%{_bindir}
+install -m555 studio reset_dsp ${RPM_BUILD_ROOT}%{_bindir}
+install -m555 maxmin studio_mixer studio_tool ${RPM_BUILD_ROOT}%{_libdir}/${RPM_PACKAGE_NAME}
+install -m444 *.tk *.ico ${RPM_BUILD_ROOT}%{_libdir}/${RPM_PACKAGE_NAME}
+install -m444 help1.hlp matra.wav test.au woof.wav ${RPM_BUILD_ROOT}%{_libdir}/${RPM_PACKAGE_NAME}
+install $RPM_SOURCE_DIR/SoundStudio.wmconfig $RPM_BUILD_ROOT%{_sysconfdir}/X11/wmconfig/SoundStudio
+install $RPM_SOURCE_DIR/studio.xpm $RPM_BUILD_ROOT%{_datadir}/icons/mini/studio.xpm
 
 %clean
 rm -fr ${RPM_BUILD_ROOT}
@@ -49,8 +49,8 @@ rm -fr ${RPM_BUILD_ROOT}
 %files
 %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
+%attr(755,root,root) %{_bindir}/studio
+%attr(755,root,root) %{_bindir}/reset_dsp
+%{_libdir}/SoundStudio
+%{_sysconfdir}/X11/wmconfig/SoundStudio
+%{_datadir}/icons/mini/studio.xpm
This page took 0.090071 seconds and 4 git commands to generate.