]> git.pld-linux.org Git - packages/performous.git/commitdiff
- mkdir build in prep (fixes short-circuit builds)
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Feb 2012 23:22:08 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 17 (rebuild against libpng-1.5)

Changed files:
    performous.spec -> 1.33

performous.spec

index 0131e14c5cc44b52e34e3c96d95edede2d201e08..9d0c77c4fb446daab59aabb78584ba8187d8cd59 100644 (file)
@@ -6,12 +6,13 @@ Summary:      Performous - The All-in-One Music Game
 Summary(pl.UTF-8):     Performous - wiele gier muzycznych w jednej
 Name:          performous
 Version:       0.6.1
-Release:       16
+Release:       17
 License:       GPL v2+
 Group:         Applications
 Source0:       http://downloads.sourceforge.net/performous/Performous-%{version}-Source.tar.bz2
 # Source0-md5: 451a759de77984b5a699e91107fe52e2
 Patch0:                %{name}-ffmpeg.patch
+Patch1:                %{name}-libpng15.patch
 URL:           http://performous.org/
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: SDL-devel
@@ -70,9 +71,10 @@ Zestaw narzędzi do konwersji danych dla programu Performous.
 %prep
 %setup -qn Performous-%{version}-Source
 %patch0 -p1
+%patch1 -p1
+mkdir build
 
 %build
-mkdir build
 cd build
 %cmake .. \
        -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
This page took 0.051027 seconds and 4 git commands to generate.