Author: snirkel
Update of /cvs/nonfree/rpms/sidplay/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv32614
Modified Files:
sidplay.spec
Log Message:
Fixed the build issue - needed static libs.
Index: sidplay.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sidplay/devel/sidplay.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sidplay.spec 12 Nov 2008 22:37:01 -0000 1.2
+++ sidplay.spec 13 Nov 2008 20:48:24 -0000 1.3
@@ -3,7 +3,7 @@
Name: sidplay
Version: 2.0.9
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A command-line tool for playing back SID files
URL:
http://sidplay2.sourceforge.net/
Group: Applications/Multimedia
@@ -15,6 +15,7 @@
License: GPL
BuildRequires: libsidplay-devel
BuildRequires: sidplay-libs-devel
+BuildRequires: sidplay-libs-static
BuildRequires: libstdc++-devel
BuildRequires: automake
BuildRequires: autoconf
@@ -51,6 +52,9 @@
%{_bindir}/*
%changelog
+* Wed Nov 13 2008 Linus Walleij <triad(a)df.lth.se> 2.0.9-5
+- Fixed the scratch build issue, needed the static libs.
+
* Wed Nov 12 2008 Linus Walleij <triad(a)df.lth.se> 2.0.9-4
- Import into RPMFusion.
- Update to latest Debian patchset.