rpms/me-tv/F-10 import.log, NONE, 1.1 me-tv-0.8.12-compile.patch, NONE, 1.1 me-tv.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

zarko pintar grof at fedoraproject.org
Fri May 22 06:52:58 UTC 2009


Author: grof

Update of /cvs/pkgs/rpms/me-tv/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10307/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log me-tv-0.8.12-compile.patch me-tv.spec 
Log Message:



--- NEW FILE import.log ---
me-tv-0_8_12-4_fc11:F-10:me-tv-0.8.12-4.fc10.src.rpm:1242975306

me-tv-0.8.12-compile.patch:

--- NEW FILE me-tv-0.8.12-compile.patch ---
--- me-tv-0.8.12/src/channel.h.debug	2009-05-12 15:17:27.000000000 +0900
+++ me-tv-0.8.12/src/channel.h	2009-05-15 16:37:45.000000000 +0900
@@ -27,9 +27,9 @@
 #define CHANNEL_FLAG_DVB_S		0x04
 #define CHANNEL_FLAG_ATSC		0x08
 
-#include <linux/dvb/frontend.h>
 #include "epg_events.h"
 #include "dvb_transponder.h"
+#include <linux/dvb/frontend.h>
 
 class Channel
 {



--- NEW FILE me-tv.spec ---
Name:           me-tv
Version:        0.8.12
Release:        4%{?dist}
Summary:        GNOME desktop application for watching digital television

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

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

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
%patch0 -p1 -b .compile

%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
%{_datadir}/pixmaps/*
%{_datadir}/%{name}
%{_mandir}/man*/*


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

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

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

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/me-tv/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	21 May 2009 23:52:09 -0000	1.1
+++ .cvsignore	22 May 2009 06:52:28 -0000	1.2
@@ -0,0 +1 @@
+me-tv-0.8.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/me-tv/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	21 May 2009 23:52:09 -0000	1.1
+++ sources	22 May 2009 06:52:28 -0000	1.2
@@ -0,0 +1 @@
+393651dcbfc226859920258862bb0e3d  me-tv-0.8.12.tar.gz




More information about the scm-commits mailing list