Author: qboosh Date: Sun Jun 26 19:01:07 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - unified preamble, use x8664 macro
---- Files affected: SPECS: mythtv.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/mythtv.spec diff -u SPECS/mythtv.spec:1.13 SPECS/mythtv.spec:1.14 --- SPECS/mythtv.spec:1.13 Sun Jun 26 20:58:45 2005 +++ SPECS/mythtv.spec Sun Jun 26 21:01:02 2005 @@ -20,21 +20,21 @@ %bcond_with xvmc # xvmc support %bcond_with cpu_autodetect # enable CPU autodetection at compile time # +Summary: A personal video recorder (PVR) application +Summary(pl): Osobista aplikacja do nagrywania obrazu (PVR) Name: mythtv Version: 0.18.1 #define _snap 20050326 Release: 0.1 -Summary: A personal video recorder (PVR) application -Summary(pl): Osobista aplikacja do nagrywania obrazu (PVR) -Group: Applications/Multimedia License: GPL v2 -URL: http://www.mythtv.org/ +Group: Applications/Multimedia Source0: http://www.mythtv.org/mc/%{name}-%{version}.tar.bz2 # Source0-md5: e6cabf88feeaf6ae8f830d3fdf7b113d Source1: mythbackend.sysconfig Source2: mythbackend.init Source3: mythbackend.logrotate Patch0: %{name}-configure.patch +URL: http://www.mythtv.org/ BuildRequires: XFree86-devel %{?with_alsa:BuildRequires: alsa-lib-devel} %{?with_arts:BuildRequires: arts-devel >= 13:0.9.5} @@ -49,10 +49,10 @@ %{?with_opengl_vsync:BuildRequires: nvidia-graphics-devel} BuildRequires: qmake >= 6:3.2.1-4 BuildRequires: qt-devel >= 6:3.2.1-4 -BuildRequires: rpmbuild(macros) >= 1.202 +BuildRequires: rpmbuild(macros) >= 1.213 BuildRequires: sed >= 4.0 # ??? -ExclusiveArch: i386 i686 athlon x86_64 amd64 +ExclusiveArch: i386 i686 athlon %{x8664} BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define uid 149 @@ -273,7 +273,7 @@ %ifarch athlon --arch=athlon \ %endif - %ifarch x86_64 amd64 + %ifarch %{x8664} --arch=x86_64 \ %endif %endif @@ -428,6 +428,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2005/06/26 19:01:02 qboosh +- unified preamble, use x8664 macro + Revision 1.13 2005/06/26 18:58:45 qboosh - fixed backend dep ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/mythtv.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
