]> 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 703035d50b2ee3f14e350148001eb8fad36ac667..93417386202c3a01afbf107a61e11de285669506 100644 (file)
@@ -1,8 +1,8 @@
-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
@@ -10,6 +10,7 @@ Source0:      http://dl.sourceforge.net/studio/%{name}-%{version}.tar.gz
 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
@@ -36,6 +37,7 @@ innych format
 %prep
 %setup -q -n SoundStudio
 %patch0 -p1
+%patch1 -p1
 
 %build
 MYFILES=%{_libdir}/%{name} \
@@ -45,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
 
@@ -57,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.071756 seconds and 4 git commands to generate.