SPECS: plib.spec - added gcc4 patch - modular xorg deps
megabajt
megabajt at pld-linux.org
Sun Apr 16 12:48:51 CEST 2006
Author: megabajt Date: Sun Apr 16 10:48:51 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added gcc4 patch
- modular xorg deps
---- Files affected:
SPECS:
plib.spec (1.35 -> 1.36)
---- Diffs:
================================================================
Index: SPECS/plib.spec
diff -u SPECS/plib.spec:1.35 SPECS/plib.spec:1.36
--- SPECS/plib.spec:1.35 Mon Jun 20 15:53:12 2005
+++ SPECS/plib.spec Sun Apr 16 12:48:46 2006
@@ -10,13 +10,15 @@
# Source0-md5: 5e3f289a9d1c5de0b1cfdec76bf139e6
Patch0: %{name}-shared.patch
Patch1: %{name}-js_fix.patch
+Patch2: %{name}-gcc4.patch
URL: http://plib.sourceforge.net/
BuildRequires: OpenGL-devel
-BuildRequires: XFree86-devel >= 4.0.1
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libstdc++-devel
BuildRequires: libtool
+BuildRequires: xorg-lib-libXi-devel
+BuildRequires: xorg-lib-libXmu-devel
Requires: OpenGL
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,7 +35,10 @@
Summary(pl): Pliki nagłówkowe biblioteki plib
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: OpenGL-devel-base
+Requires: OpenGL-devel
+Requires: libstdc++-devel
+Requires: xorg-lib-libXi-devel
+Requires: xorg-lib-libXmu-devel
%description devel
Header files for plib library.
@@ -57,6 +62,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
rm -f config.cache missing
@@ -64,9 +70,7 @@
%{__aclocal}
%{__autoconf}
%{__automake}
-%configure \
- --with-GL=/usr/X11R6
-
+%configure
%{__make}
%install
@@ -102,6 +106,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.36 2006/04/16 10:48:46 megabajt
+- added gcc4 patch
+- modular xorg deps
+
Revision 1.35 2005/06/20 13:53:12 undefine
- patch to use new js interface, rel 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/plib.spec?r1=1.35&r2=1.36&f=u
More information about the pld-cvs-commit
mailing list