OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 11-Jun-2005 09:58:55
Branch: HEAD Handle: 2005061108585500
Modified files:
openpkg-src/mesa mesa.spec
Log:
bless for PLUS to fulfill dependencies of Qt; also workaround a
linting problem
Summary:
Revision Changes Path
1.14 +4 -3 openpkg-src/mesa/mesa.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mesa/mesa.spec
============================================================================
$ cvs diff -u -r1.13 -r1.14 mesa.spec
--- openpkg-src/mesa/mesa.spec 24 Mar 2005 12:33:55 -0000 1.13
+++ openpkg-src/mesa/mesa.spec 11 Jun 2005 07:58:55 -0000 1.14
@@ -29,11 +29,11 @@
Vendor: Brian Paul
Packager: OpenPKG
Distribution: OpenPKG
-Class: EVAL
+Class: PLUS
Group: XWindow
License: LGPL
Version: 6.2.1
-Release: 20050324
+Release: 20050611
# package options
%option with_demos no
@@ -76,9 +76,10 @@
%if "%{with_demos}" == "yes"
%setup -q -n Mesa-%{version} -T -D -b 1
%patch -p0 -P 1
+ files=`find . -type f -exec grep "\"\.\.\/images" {} \; -print | grep
"^\.\/"`
%{l_shtool} subst \
-e 's;"\.\./images;"%{l_prefix}/lib/mesa/images;g' \
- `find . -type f -exec grep "\"\.\.\/images" {} \; -print | grep
"^\.\/"`
+ $files
%endif
%build
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]