Author: sparky                       Date: Sun May 16 10:38:11 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- BR: SDL-devel, desktop-file-utils, libsidplay-devel, texinfo,
  xorg-lib-libXpm-devel
- one more ncurses fix
- force single make thread

---- Files affected:
packages/ocp:
   ocp.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/ocp/ocp.spec
diff -u packages/ocp/ocp.spec:1.15 packages/ocp/ocp.spec:1.16
--- packages/ocp/ocp.spec:1.15  Sun May 16 09:48:46 2010
+++ packages/ocp/ocp.spec       Sun May 16 12:38:04 2010
@@ -13,18 +13,23 @@
 Patch2:                %{name}-Makefile.patch
 Patch3:                %{name}-link.patch
 URL:           http://stian.cubic.org/project-ocp.php
+BuildRequires: SDL-devel
 BuildRequires: adplug-devel
 BuildRequires: alsa-lib-devel
+BuildRequires: desktop-file-utils
 BuildRequires: flac-devel
 BuildRequires: libid3tag-devel
 BuildRequires: libmad-devel
 BuildRequires: libogg-devel
+BuildRequires: libsidplay-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libvorbis-devel
 BuildRequires: ncurses-devel
 BuildRequires: pkgconfig
 BuildRequires: sed >= 4.0
+BuildRequires: texinfo
 BuildRequires: xorg-lib-libXext-devel
+BuildRequires: xorg-lib-libXpm-devel
 BuildRequires: xorg-lib-libXxf86vm-devel
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -44,18 +49,19 @@
 %patch2 -p1
 %patch3 -p1
 
-%{__sed} -i 's,curses\.h,ncurses/curses\.h,' configure
+%{__sed} -i 's,curses\.h,ncurses/curses\.h,' \
+       configure playsid/sidpplay.cpp
 
 %build
 %configure \
        --with-dir-suffix="" \
        CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -81,6 +87,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2010/05/16 10:38:04  sparky
+- BR: SDL-devel, desktop-file-utils, libsidplay-devel, texinfo,
+  xorg-lib-libXpm-devel
+- one more ncurses fix
+- force single make thread
+
 Revision 1.15  2010/05/16 07:48:46  lisu
 - /usr/lib/ocp/autoload contains some shared object needed by ocp to work 
properly
 - works now (rel 1)
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ocp/ocp.spec?r1=1.15&r2=1.16&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to