[ocp] Rebuild without libsidplay, dropped from F18.

Adam Jackson ajax at fedoraproject.org
Thu Jun 7 17:45:35 UTC 2012


commit b206629bb3c2ef3e089cea50f7d2d88442bf4d71
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Jun 7 13:45:34 2012 -0400

    Rebuild without libsidplay, dropped from F18.

 ocp.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/ocp.spec b/ocp.spec
index 0f16b62..4d9502f 100644
--- a/ocp.spec
+++ b/ocp.spec
@@ -4,7 +4,7 @@
 
 Name: ocp
 Version: %{version}
-Release: %{release}.1
+Release: %{release}.2
 Summary: Open Cubic Player for MOD/S3M/XM/IT/SID/MIDI music files
 
 Group: Applications/Multimedia
@@ -25,7 +25,9 @@ BuildRequires: adplug-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: flac-devel
+%if 0%{?fedora} < 18
 BuildRequires: libsidplay-devel
+%endif
 BuildRequires: libvorbis-devel
 BuildRequires: libX11-devel
 BuildRequires: libXext-devel
@@ -70,7 +72,9 @@ mv license.txt license-videos.txt
 %build
 %configure --with-x11 \
 	   --with-adplug \
+%if 0%{?fedora} < 18
 	   --with-sidplay \
+%endif
 	   --with-alsa \
 	   --without-coreaudio \
 	   --with-oss \
@@ -196,6 +200,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Thu Jun 07 2012 Adam Jackson <ajax at redhat.com> 0.1.20-8.2
+- Rebuild without libsidplay, dropped from F18.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.20-8.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list