]> git.pld-linux.org Git - packages/SoundStudio.git/blobdiff - SoundStudio.spec
- added endian patch (for alpha/amd64/ppc/sparc), release 2
[packages/SoundStudio.git] / SoundStudio.spec
index 8b0097dea328081110b4a4970bb9d7b94f5b01db..93417386202c3a01afbf107a61e11de285669506 100644 (file)
@@ -1,14 +1,16 @@
-Summary:       tk sound editor, with record, playback, and mixer facilities
+Summary:       Tk sound editor, with record, playback, and mixer facilities
 Summary(pl):   Edytor d¼wiêku z mo¿liwo¶ci± nagrywania, odtwarzania i miksowania
 Name:          SoundStudio
 Version:       1.0.6
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Sound
 Source0:       http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
+# Source0-md5: 673314c074f719460cf08ed27f2b954b
 Source1:       %{name}.desktop
 Source2:       studio.xpm
 Patch0:                %{name}.patch
+Patch1:                %{name}-endian.patch
 URL:           http://studio.sourceforge.net/
 Requires:      tcl >= 7.4
 Requires:      tk >= 4.0
@@ -35,6 +37,7 @@ innych format
 %prep
 %setup -q -n SoundStudio
 %patch0 -p1
+%patch1 -p1
 
 %build
 MYFILES=%{_libdir}/%{name} \
@@ -44,7 +47,6 @@ CC="%{__cc} %{rpmcflags}" \
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
 install -d $RPM_BUILD_ROOT{%{_pixmapsdir}/mini,%{_libdir}/%{name},%{_bindir}} \
        $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
 
@@ -56,7 +58,7 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}/mini/studio.xpm
 install %{SOURCE1} $RPM_BUILD_ROOT%{_applnkdir}/Multimedia
 
 %clean
-rm -rf ${RPM_BUILD_ROOT}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
This page took 0.064685 seconds and 4 git commands to generate.