Sophie

Sophie

distrib > Mageia > 2 > x86_64 > media > core-release-src > by-pkgid > 64d2de31f25d650885d997acb8623eb4 > files > 3

me-tv-1.3.6-4.mga2.src.rpm

Name:		me-tv
Version:	1.3.6
Release:	%mkrel 4
Summary:	GNOME desktop application for watching digital television
Group:		Video
License:	GPLv3
URL:		https://launchpad.net/me-tv
Source0:	http://launchpad.net/me-tv/stable/%{version}/+download/%{name}-%{version}.tar.gz
Patch0:		me-tv-mga-fix-database-init.patch
BuildRequires:	sqlite3-devel
BuildRequires:	libgnomemm2.6-devel
BuildRequires:	libgnomeuimm2.6-devel
BuildRequires:	libxine-devel
BuildRequires:	libgnet2-devel
BuildRequires:	gconfmm2.6-devel
BuildRequires:	intltool
BuildRequires:	desktop-file-utils
BuildRequires:	gettext
BuildRequires:	unique-devel
Requires:	xine-ui
Requires:	dvb-apps

%description
Me TV is a GNOME desktop application for watching digital television
services that use the DVB standard. Me TV works with DVB-T, DVB-C,
DVB-S and ATSC cards that have kernel driver support. Me TV reads the
Electronic Program Guide (EPG) data that is transmitted over the air
to populate a built-in program guide which can be used for scheduling
recordings. 

%prep
%setup -q
%patch0 -p1 -b .fix-database-init

%build
%configure2_5x --disable-schemas-install
%make

%install
rm -rf %{buildroot}
%makeinstall_std

#fix desktop file
desktop-file-install \
	--vendor="" \
	--remove-category="Application" \
	--add-category="Video" \
	--dir %{buildroot}%{_datadir}/applications \
		%{buildroot}%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf %{buildroot}

%preun
%preun_uninstall_gconf_schemas %{name}

%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README ChangeLog AUTHORS 
%{_bindir}/%{name}*
%{_datadir}/applications/%{name}.desktop
%{_sysconfdir}/gconf/schemas/%{name}.schemas
%{_datadir}/pixmaps/%{name}*
%{_datadir}/%{name}
%{_mandir}/man1/%{name}*


%changelog

* Wed May 09 2012 doktor5000 <doktor5000> 1.3.6-4.mga2
+ Revision: 235004
- fix database init problem, backported patch from me-tv 1.3.7

* Wed Apr 04 2012 doktor5000 <doktor5000> 1.3.6-3.mga2
+ Revision: 228522
-rebuild

* Mon Jul 04 2011 wally <wally> 1.3.6-2.mga2
+ Revision: 118288
- require dvb-apps for having templates to ease
  scanning available DVB channels (mga#2020)

* Tue Mar 22 2011 wally <wally> 1.3.6-1.mga1
+ Revision: 75512
- fix group
- use mkrel
- reline description
- fix BRs
- fix desktop file
- drop buildroot definition
- clean .spec
- imported package me-tv