Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
tvbrowser
> tvbrowser.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File tvbrowser.spec of Package tvbrowser (Revision 4)
Currently displaying revision
4
,
show latest
Name: tvbrowser Version: 2.5.3 Release: 1 License: GPL Group: Applications Summary: Digital TV Guide URL: http://www.tvbrowser.org Source0: %{name}-%{version}.tar.gz Source1: %{name}.desktop Patch0: %{name}-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Packager: Carsten Schoene <cs@linux-administrator.com> Vendor: linux-administrator.com BuildArch: noarch Requires: java-1_5_0-sun Requires: java-1_5_0-sun-alsa BuildRequires: glibc-devel gcc gcc-c++ libgcc %description TVBrowser is a digital TV Guide Authors: -------- Bodo Tasche <bodo@tvbrowser.org> Martin Oberhauser <martin@tvbrowser.org> René Mach <rene@tvbrowser.org> Björn Balazs <bjoern.balazs@apliki.de> Nelson Darkwah Oppong <spyagent@arcor.de> Joakim Arborelius Til Schneider <til@tvbrowser.org> %prep %setup %patch -p1 %install install -d 755 $RPM_BUILD_ROOT/opt/%{name} install -d 755 $RPM_BUILD_ROOT/usr/share/applications cd $RPM_BUILD_DIR/%{name}-%{version} cp -R * $RPM_BUILD_ROOT/opt/%{name}/ # complete desktop file cp %{S:1} $RPM_BUILD_ROOT/opt/%{name}/ # desktop file install -d 755 $RPM_BUILD_ROOT/root/Desktop cd $RPM_BUILD_ROOT/root/Desktop ln -sf /opt/%{name}/%{name}.desktop cd $RPM_BUILD_ROOT/usr/share/applications ln -sf /opt/%{name}/%{name}.desktop cd $RPM_BUILD_ROOT find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/file.list.%{name} find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/file.list.%{name} %clean rm -rf $RPM_BUILD_ROOT/* rm -rf $RPM_BUILD_DIR/%{name}* rm -rf ../file.list.%{name} %files -f ../file.list.%{name} %changelog * Mon Jul 23 2007 Carsten Schoene <cs@linux-administrator.com> - changes in version 2.5.3: - Bugs + 1634797 ConcurrentModificationException in ReminderTimerListener + 1680401 printing: plugin icons can't be removed + 1686450 SendToPluginDlg layout sometime destroyed + 1687340 TV-Browser transportable TV data import sometime didn't work + 1687346 Automatically data update runs every TV-Browser start + 1687497 layout restored wrongly switching plugin tree on or off + 1687537 Update of filtered view to slow + 1688332 Copy of TV data can result in an endless recursion + 1688716 No remind again field for 24 hour reminders + 1692658 Google Calendar Export TimeZone + 1698591 #separator is too small to remove/modify it under MacOS + 1701139 NPE on TV data deletion + 1705404 NewsPlugin shows old news as new news + 1705442 Scrolling to now didn't work sometime + 1707649 Reminder not selectable as ReceiveIf + 1717929 Comparing of channel not correct + 1722169 Boolean search missing parts + 1722642 Prevent windows showing outside of screen + 1723586 CapturePlugin: Id is maybe not unique on import + 1734355 no programs found if invalid exclusion in favorite + 1734692 Desc. and copyright for picture not readable + 1738621 NPE for LocaleSettingsTab + 1738622 Size of TV-Browser is not restored correct on startup + 1738735 NPE in WebPlugin + 1746022 program table not updated if current filter is edited + 1746824 Marking problems on channels with different time zones + 1749152 Channels cannot be removed in Favorites channel restriction + 1749540 No connection timeout for SweDB and Radio Times data service - Features + 1680402 show end time in first line of program info + 1687342 Change marking system + 1689233 Automatically create backup of settings.prop + 1689235 Save most setting on changing + 1689237 Allow plugins to decide when the settings should be saved + 1689238 Add undo to deleting in SimpleMarkerPlugin + 1689348 Add undo to deleting in Reminder + 1689437 Use mark priority in tray for important programs + 1703131 remove unneeded borders * Sun Jan 07 2007 Carsten Schoene <cs@linux-administrator.com> - initial build of tvbrowser (version 2.5)