SPECS: vice.spec - Fixed linking to use a C++ compiler - BR: XFree...
qrczak
qrczak at pld-linux.org
Thu Jan 25 17:28:54 CET 2007
Author: qrczak Date: Thu Jan 25 16:28:54 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Fixed linking to use a C++ compiler
- BR: XFree86-devel -> xorg-lib-libX11-devel
- Release 2
---- Files affected:
SPECS:
vice.spec (1.42 -> 1.43)
---- Diffs:
================================================================
Index: SPECS/vice.spec
diff -u SPECS/vice.spec:1.42 SPECS/vice.spec:1.43
--- SPECS/vice.spec:1.42 Tue Nov 7 23:31:36 2006
+++ SPECS/vice.spec Thu Jan 25 17:28:48 2007
@@ -7,7 +7,7 @@
Summary(pl): Uniwersalny emulator Commodore
Name: vice
Version: 1.19
-Release: 1
+Release: 2
License: GPL
Group: Applications/Emulators
Source0: http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/%{name}-%{version}.tar.gz
@@ -24,7 +24,7 @@
Patch3: %{name}-home_etc.patch
URL: http://www.viceteam.org/
BuildRequires: SDL-devel >= 1.2.0
-BuildRequires: XFree86-devel
+BuildRequires: xorg-lib-libX11-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: bison
@@ -78,7 +78,7 @@
--without-xaw3d \
--without-included-gettext \
--with-x
-%{__make}
+%{__make} CCLD=%__cxx
%install
rm -rf $RPM_BUILD_ROOT
@@ -136,6 +136,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.43 2007/01/25 16:28:48 qrczak
+- Fixed linking to use a C++ compiler
+- BR: XFree86-devel -> xorg-lib-libX11-devel
+- Release 2
+
Revision 1.42 2006/11/07 22:31:36 glen
- do not list %{_desktopdir}/* -- dangerous, could list directories unexpectedly
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/vice.spec?r1=1.42&r2=1.43&f=u
More information about the pld-cvs-commit
mailing list