From 8c1529c62fabf889f11ebe3960b7a6ec0054b7f9 Mon Sep 17 00:00:00 2001 From: Julian Aloofi Date: May 28 2011 10:55:58 +0000 Subject: update to latest upstream version --- diff --git a/.gitignore b/.gitignore index d9722c6..8e0dc18 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ alure-1.0-src.tar.bz2 +/alure-1.1.tar.bz2 diff --git a/alure.spec b/alure.spec index 3b240fe..4541a17 100644 --- a/alure.spec +++ b/alure.spec @@ -1,19 +1,14 @@ Name: alure -Version: 1.0 -Release: 5%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Audio Library Tools REloaded Group: System Environment/Libraries # ALURE code is LGPLv2+; note -devel subpackage has its own license tag License: LGPLv2+ URL: http://kcat.strangesoft.net/alure.html -Source0: http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}-src.tar.bz2 -# patch to compile with GCC 4.4 -Patch0: alure_compile_with_gcc44.patch -# set correct pkgconfig path for multilib -Patch1: alure_multilib_pkgconfig.patch +Source0: http://kcat.strangesoft.net/%{name}-releases/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# flac-devel not BRed as build against flac currently fails -BuildRequires: cmake, libvorbis-devel, libsndfile-devel, openal-devel +BuildRequires: cmake, libvorbis-devel, libsndfile-devel, openal-soft-devel, flac-devel, dumb-devel, fluidsynth-devel %description @@ -38,13 +33,10 @@ developing applications that use %{name}. %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build -# disable build against FLAC (currently fails) -%cmake . -DFLAC:BOOL=OFF +%cmake . -DBUILD_STATIC:BOOL=OFF make VERBOSE=1 %{?_smp_mflags} @@ -81,6 +73,10 @@ rm -rf %{buildroot} %changelog +* Sat May 28 2011 Julian Aloofi - 1.1-1 +- update to latest upstream release +- enabled FLAC, DUMB and fluidsynth support + * Mon Feb 07 2011 Fedora Release Engineering - 1.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/alure_compile_with_gcc44.patch b/alure_compile_with_gcc44.patch deleted file mode 100644 index 1add56a..0000000 --- a/alure_compile_with_gcc44.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- A/src/stream.cpp 2009-09-28 04:17:12.511762978 +0200 -+++ B/src/stream.cpp 2009-09-28 04:17:25.200016279 +0200 -@@ -10,6 +10,7 @@ - #include - #include - #include -+#include - - - struct nullStream : public alureStream { diff --git a/alure_multilib_pkgconfig.patch b/alure_multilib_pkgconfig.patch deleted file mode 100644 index 47ae88e..0000000 --- a/alure_multilib_pkgconfig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- A/CMakeLists.txt 2009-09-28 15:55:01.864452396 +0200 -+++ B/CMakeLists.txt 2009-09-28 15:55:28.513440879 +0200 -@@ -323,7 +323,7 @@ - DESTINATION "include/${INCPATH}" - ) - INSTALL(FILES "${ALURE_BINARY_DIR}/alure.pc" -- DESTINATION lib/pkgconfig -+ DESTINATION ${LIB_INSTALL_DIR}/pkgconfig - ) - - diff --git a/sources b/sources index 7065638..81251cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48a81287f2caf2adc5870cd075e70c9c alure-1.0-src.tar.bz2 +a2f6934d3783c8478c460965a13e4e12 alure-1.1.tar.bz2