]> git.pld-linux.org Git - packages/SoundStudio.git/commitdiff
- added endian patch (for alpha/amd64/ppc/sparc), release 2 auto/ac/SoundStudio-1_0_6-2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 18 Jan 2004 11:12:52 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SoundStudio.spec -> 1.19

SoundStudio.spec

index 0fd3968d6af481543e47bb528419250e8d4e1784..93417386202c3a01afbf107a61e11de285669506 100644 (file)
@@ -2,7 +2,7 @@ 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
 
This page took 0.076687 seconds and 4 git commands to generate.