]> git.pld-linux.org Git - packages/performous.git/blobdiff - performous.spec
- updated to 0.7.0
[packages/performous.git] / performous.spec
index cb0f13c3b2e86cb13bfed3565691f6be1f429c3b..158473c4ef5ac11a39306f9f4fc95d6f2bd27c9f 100644 (file)
@@ -5,13 +5,14 @@
 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:       15
+Version:       0.7.0
+Release:       1
 License:       GPL v2+
 Group:         Applications
-Source0:       http://downloads.sourceforge.net/performous/Performous-%{version}-Source.tar.bz2
-# Source0-md5: 451a759de77984b5a699e91107fe52e2
-Patch0:                %{name}-ffmpeg.patch
+Source0:       http://downloads.sourceforge.net/performous/performous-%{version}.tar.bz2
+# Source0-md5: 60f3f72b51a630a4aa996484aedb9526
+Patch1:                %{name}-libpng15.patch
+Patch2:                cmake.patch
 URL:           http://performous.org/
 BuildRequires: ImageMagick-c++-devel
 BuildRequires: SDL-devel
@@ -68,16 +69,17 @@ Several utilities for converting data files for Performous.
 Zestaw narzÄ™dzi do konwersji danych dla programu Performous.
 
 %prep
-%setup -qn Performous-%{version}-Source
-%patch0 -p1
+%setup -q
+%patch1 -p1
+%patch2 -p1
+mkdir build
 
 %build
-mkdir build
 cd build
 %cmake .. \
        -DCMAKE_BUILD_TYPE=%{!?debug:Release}%{?debug:Debug} \
-       -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags} -DBOOST_FILESYSTEM_VERSION=2" \
-       -DCMAKE_DEBUG_FLAGS_RELEASE="%{debugcflags} -DBOOST_FILESYSTEM_VERSION=2" \
+       -DCMAKE_CXX_FLAGS_RELEASE="%{rpmcxxflags}" \
+       -DCMAKE_DEBUG_FLAGS_RELEASE="%{debugcflags}" \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
 %if "%{_lib}" == "lib64"
        -DLIB_SUFFIX=64
This page took 0.083202 seconds and 4 git commands to generate.