SPECS: mythplugins.spec - fix build
glen
glen at pld-linux.org
Thu Oct 20 00:09:30 CEST 2005
Author: glen Date: Wed Oct 19 22:09:30 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix build
---- Files affected:
SPECS:
mythplugins.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/mythplugins.spec
diff -u SPECS/mythplugins.spec:1.11 SPECS/mythplugins.spec:1.12
--- SPECS/mythplugins.spec:1.11 Sat Sep 24 18:41:29 2005
+++ SPECS/mythplugins.spec Thu Oct 20 00:09:24 2005
@@ -4,7 +4,7 @@
Summary(pl): Główne wtyczki MythTV
Name: mythplugins
Version: 0.18.1
-Release: 0.112.10
+Release: 0.112.11
License: GPL v2
Group: Applications/Multimedia
Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2
@@ -208,7 +208,7 @@
find '(' -name '*.[ch]' -o -name '*.cpp' -o -name '*.pro' ')' | \
xargs grep -l /lib/ . | xargs sed -i -e '
s,/usr/lib/,/usr/%{_lib}/,g
- s,{PREFIX}/lib,{PREFIX}/%{_lib}/,g
+ s,{PREFIX}/lib,{PREFIX}/%{_lib},g
'
sed -i -e 's|/mnt/store/music|/var/lib/mythmusic|' mythmusic/mythmusic/globalsettings.cpp
@@ -217,7 +217,7 @@
# include mythtv build settings
cp %{_datadir}/mythtv/build/config.mak .
-sed -i -e '1iinclude(config.mak)' settings.pro
+sed -i -e "1iinclude(`pwd`/config.mak)" settings.pro
%ifarch %{x8664}
# mmx asm isn't x86_64 compatible in mythmusic
@@ -425,6 +425,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2005/10/19 22:09:24 glen
+- fix build
+
Revision 1.11 2005/09/24 16:41:29 glen
- no point building plugins for arches that don't have mythtv
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mythplugins.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list