Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 801154ad5a8ad012e22a3544df6b7936 > files > 2

me-tv-1.3.2-1.fc13.src.rpm

Name:           me-tv
Version:        1.3.2
Release:        1%{?dist}
Summary:        GNOME desktop application for watching digital television

Group:          Applications/Multimedia
License:        GPLv3
URL:            https://launchpad.net/me-tv
Source0:        http://launchpad.net/me-tv/stable/%{version}/+download/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires: sqlite-devel 
BuildRequires: libgnomemm26-devel 
BuildRequires: libgnomeuimm26-devel
BuildRequires: xine-lib-devel
BuildRequires: gnet2-devel
BuildRequires: gconfmm26-devel
BuildRequires: gconfmm26-devel
BuildRequires: intltool
BuildRequires: desktop-file-utils
BuildRequires: gettext
BuildRequires: unique-devel

Requires:      xine-ui


%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

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"

desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop

%find_lang %{name}

%clean
rm -rf $RPM_BUILD_ROOT

%post
update-desktop-database &> /dev/null || :

%postun
update-desktop-database &> /dev/null || :



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


%changelog
* Sun Aug 08 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.3.2-1
- update to me-tv 1.3.2

* Sat Jun 26 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.2.6-1
- me-tv 1.2.6

* Thu Jun 03 2010 Thomas Janssen <thomasj@fedoraproject.org> 1.2.4-1
- me-tv 1.2.4
- new dep unique

* Fri Jan 22 2010 Zarko <zarko.pintar@gmail.com> - 1.1.6-1
- new release

* Tue Jan 12 2010 Zarko <zarko.pintar@gmail.com> - 1.1.3-1
- new release

* Wed Sep 16 2009 Zarko <zarko.pintar@gmail.com> - 1.0.0-2
- Added patch for resolving duplicate name bug at startup

* Wed Sep 09 2009 Zarko <zarko.pintar@gmail.com> - 1.0.0-1
- new release
- license changed to GPLv3

* Fri Jun 29 2009 Zarko <zarko.pintar@gmail.com> - 0.9.4-1
- new release

* Fri May 22 2009 Zarko <zarko.pintar@gmail.com> - 0.8.12-5
- added BR:gail-devel for build resolving on F9

* Sun May 17 2009 Zarko <zarko.pintar@gmail.com> - 0.8.12-4
- spec cleaning
- license resolved

* Sun May 17 2009 Zarko <zarko.pintar@gmail.com> - 0.8.12-3
- added Requires: xine-ui

* Fri May 15 2009 Zarko <zarko.pintar@gmail.com> - 0.8.12-2
- patch for successful compile
- spec cleaning

* Thu May 14 2009 Zarko <zarko.pintar@gmail.com> - 0.8.12-1
- initial release