2007-01-15 23:50:59 +01:00
|
|
|
#
|
2008-01-30 21:52:29 +01:00
|
|
|
# spec file for package alevt (Version 1.6.2)
|
2007-01-15 23:50:59 +01:00
|
|
|
#
|
2008-01-30 21:52:29 +01:00
|
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:50:59 +01:00
|
|
|
# This file and all modifications and additions to the pristine
|
|
|
|
# package are under the same license as the package itself.
|
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
|
|
Name: alevt
|
|
|
|
%{expand:%%global _prefix %(pkg-config --variable prefix x11 || echo /usr/X11R6)}
|
|
|
|
%if "%_prefix" == "/usr/X11R6"
|
|
|
|
%define _man_dir man
|
|
|
|
%else
|
|
|
|
%define _man_dir share/man
|
|
|
|
%endif
|
|
|
|
BuildRequires: libpng-devel pkgconfig update-desktop-files xorg-x11-devel
|
2008-01-30 21:52:29 +01:00
|
|
|
Url: http://www.goron.de/~froese/
|
2007-07-05 13:06:10 +02:00
|
|
|
License: GPL v2 or later
|
2007-01-15 23:50:59 +01:00
|
|
|
Group: Hardware/TV
|
2008-01-30 21:52:29 +01:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:50:59 +01:00
|
|
|
Summary: Teletext and Videotext Decoder for the BTTV Driver
|
2008-01-30 21:52:29 +01:00
|
|
|
Version: 1.6.2
|
|
|
|
Release: 1
|
2007-01-15 23:50:59 +01:00
|
|
|
Source0: alevt-%version.tar.bz2
|
2007-07-05 13:06:10 +02:00
|
|
|
Source1: alevt.desktop
|
|
|
|
Source2: alevt.png
|
2007-01-15 23:50:59 +01:00
|
|
|
Patch2: alevt-1.6.0-dvb-demux.patch
|
|
|
|
Patch4: alevt-overflow2.diff
|
|
|
|
Patch5: alevt-happy-abuild.diff
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
AleVT is a teletext and videotext decoder and browser for the BTTV
|
|
|
|
driver (/dev/vbi) and the X Window System. It features multiple
|
|
|
|
windows, a page cache, regexp searching, a built-in manual, and more.
|
|
|
|
There is also a program to get the time from teletext.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Edgar Toernig <froese@gmx.de>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%patch2 -p1
|
|
|
|
%patch4 -p1
|
|
|
|
%patch5 -p1
|
|
|
|
|
|
|
|
%build
|
|
|
|
make OPT="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
%install
|
|
|
|
echo "Using _prefix=%{_prefix} _man_dir=%{_man_dir}"
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_prefix}/bin $RPM_BUILD_ROOT%{_prefix}/%{_man_dir}/man1
|
2008-01-30 21:52:29 +01:00
|
|
|
make rpm-install USR_X11R6=%{_prefix} MAN=%{_man_dir}
|
2007-01-15 23:50:59 +01:00
|
|
|
%suse_update_desktop_file -i alevt AudioVideo TV
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc CHANGELOG COPYRIGHT README
|
|
|
|
%dir %{_prefix}/include/X11/pixmaps
|
|
|
|
/usr/share/applications/*.desktop
|
|
|
|
/usr/share/pixmaps/alevt.png
|
|
|
|
%{_prefix}/bin/alevt
|
|
|
|
%{_prefix}/bin/alevt-cap
|
|
|
|
%{_prefix}/bin/alevt-date
|
|
|
|
%{_prefix}/include/X11/pixmaps/mini-alevt.xpm
|
|
|
|
%doc %{_prefix}/%{_man_dir}/man1/alevt-cap.1.gz
|
|
|
|
%doc %{_prefix}/%{_man_dir}/man1/alevt-date.1.gz
|
|
|
|
%doc %{_prefix}/%{_man_dir}/man1/alevt.1x.gz
|
|
|
|
|
2007-07-05 13:06:10 +02:00
|
|
|
%changelog
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Jan 30 2008 jw@suse.de
|
|
|
|
- updated to 1.6.2
|
|
|
|
- adapt to current v4l2 api
|
|
|
|
- some minor fixes collected during the past years
|
|
|
|
- upstreamed patches removed.
|
|
|
|
* Thu Jul 05 2007 coolo@suse.de
|
2007-07-05 13:06:10 +02:00
|
|
|
- put desktop file and icon into the package
|
2008-01-30 21:52:29 +01:00
|
|
|
* Tue Sep 05 2006 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- fixed #203118, making -Wold-style-definition happy.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Fri Jul 28 2006 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- made xorg-safe.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-01-30 21:52:29 +01:00
|
|
|
* Thu Jul 07 2005 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- revamped gcc4.diff into happy-abuild.diff
|
|
|
|
Avoid imlicit declarations and add RPM_OPT_FLAGS where needed.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Mon Jul 04 2005 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- added alevt-gcc4.diff, comparison is always true suppression.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Tue Apr 19 2005 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- changes by tsaupe@suse.de documented in usage and man.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Thu Apr 14 2005 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- added alevt-overflow.diff by tsaupe@suse.de
|
2008-01-30 21:52:29 +01:00
|
|
|
* Sun Jan 23 2005 meissner@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- use RPM_OPT_FLAGS, fixed compile error with gcc4.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Fri Nov 19 2004 ro@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- include icon in filelist
|
2008-01-30 21:52:29 +01:00
|
|
|
* Tue Nov 09 2004 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- added http://www.baycom.org/~tom/alevt-dvb-demux.patch
|
|
|
|
suggested by tsaupe@suse.de
|
2008-01-30 21:52:29 +01:00
|
|
|
* Sun Jan 11 2004 adrian@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- build as user
|
2008-01-30 21:52:29 +01:00
|
|
|
* Mon Oct 13 2003 jw@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- make shall not sync (#32147)
|
2008-01-30 21:52:29 +01:00
|
|
|
* Sat Aug 16 2003 adrian@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- install desktop file from kappfinder
|
2008-01-30 21:52:29 +01:00
|
|
|
* Tue May 27 2003 coolo@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- use BuildRoot
|
2008-01-30 21:52:29 +01:00
|
|
|
* Mon May 19 2003 wengel@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- update -> 1.6.1 (fixed bug in ui.c and more)
|
2008-01-30 21:52:29 +01:00
|
|
|
* Tue Sep 17 2002 ro@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- removed bogus self-provides
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Jun 05 2002 uli@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- update -> 1.6.0 (png export, v4l2 interface & more)
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Apr 24 2002 uli@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- fixed for lib64
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Feb 07 2001 uli@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- fixed for glibc 2.2.1
|
2008-01-30 21:52:29 +01:00
|
|
|
* Sat Dec 09 2000 nashif@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- sorted group
|
2008-01-30 21:52:29 +01:00
|
|
|
* Fri Jun 02 2000 kukuk@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- Use doc macro
|
2008-01-30 21:52:29 +01:00
|
|
|
* Mon Sep 13 1999 bs@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Jul 14 1999 uli@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- New version 1.4.9
|
2008-01-30 21:52:29 +01:00
|
|
|
* Wed Jul 14 1999 uli@suse.de
|
2007-01-15 23:50:59 +01:00
|
|
|
- Spec file created from alevt-1.4.9.tar.gz by autospec
|