packages: mythplugins/mythplugins.spec - a little correction to api definition

w.kier w.kier at pld-linux.org
Sat Sep 25 23:48:38 CEST 2010


Author: w.kier                       Date: Sat Sep 25 21:48:38 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- a little correction to api definition

---- Files affected:
packages/mythplugins:
   mythplugins.spec (1.62 -> 1.63) 

---- Diffs:

================================================================
Index: packages/mythplugins/mythplugins.spec
diff -u packages/mythplugins/mythplugins.spec:1.62 packages/mythplugins/mythplugins.spec:1.63
--- packages/mythplugins/mythplugins.spec:1.62	Sat Sep 25 23:32:52 2010
+++ packages/mythplugins/mythplugins.spec	Sat Sep 25 23:48:32 2010
@@ -120,7 +120,7 @@
 ExclusiveArch:	%{ix86} %{x8664} ppc
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		myth_api_version %(awk -vFS=. '/^LIBVERSION/{sub("LIBVERSION = ", ""); printf ("%s.%s\n", $1, $2)}' %{_datadir}/mythtv/build/settings.pro 2>/dev/null || echo ERROR)
+%define		myth_api_version %(awk -vFS=. '/^LIBVERSION/{sub("LIBVERSION = ", ""); printf ("%s.%s", $1, $2)}' %{_datadir}/mythtv/build/settings.pro 2>/dev/null || echo ERROR)
 %define		_webapps	/etc/webapps
 %define		_webapp		mythweb
 
@@ -757,6 +757,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.63  2010/09/25 21:48:32  w.kier
+- a little correction to api definition
+
 Revision 1.62  2010/09/25 21:32:52  pawelz
 - reverted last commit. It was too ugly.
 - better solution to check mythtv api version for deps
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythplugins/mythplugins.spec?r1=1.62&r2=1.63&f=u



More information about the pld-cvs-commit mailing list