diff --git a/alevt.changes b/alevt.changes index 554c333..ce0672f 100644 --- a/alevt.changes +++ b/alevt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 5 12:45:41 CEST 2007 - coolo@suse.de + +- put desktop file and icon into the package + ------------------------------------------------------------------- Tue Sep 5 14:35:51 CEST 2006 - jw@suse.de diff --git a/alevt.desktop b/alevt.desktop new file mode 100644 index 0000000..2f9a7ed --- /dev/null +++ b/alevt.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Encoding=UTF-8 +GenericName=VideoText Viewer +Exec=alevt +Icon=alevt +Name=AleVT +Type=Application diff --git a/alevt.png b/alevt.png new file mode 100644 index 0000000..65ad2ae --- /dev/null +++ b/alevt.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38fb93697721dd5d008ce7324ddb5155b1aacb985493f5c1c904eec48c03dcd +size 390 diff --git a/alevt.spec b/alevt.spec index 3d08d05..4846a47 100644 --- a/alevt.spec +++ b/alevt.spec @@ -1,7 +1,7 @@ # # spec file for package alevt (Version 1.6.1) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -19,13 +19,15 @@ Name: alevt %endif BuildRequires: libpng-devel pkgconfig update-desktop-files xorg-x11-devel URL: http://www.goron.de/~froese/ -License: GPL +License: GPL v2 or later Group: Hardware/TV Autoreqprov: on Summary: Teletext and Videotext Decoder for the BTTV Driver Version: 1.6.1 -Release: 223 +Release: 281 Source0: alevt-%version.tar.bz2 +Source1: alevt.desktop +Source2: alevt.png Patch0: alevt-%version.dif Patch1: alevt-nosync.diff Patch2: alevt-1.6.0-dvb-demux.patch @@ -86,7 +88,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_prefix}/%{_man_dir}/man1/alevt-date.1.gz %doc %{_prefix}/%{_man_dir}/man1/alevt.1x.gz -%changelog -n alevt +%changelog +* Thu Jul 05 2007 - coolo@suse.de +- put desktop file and icon into the package * Tue Sep 05 2006 - jw@suse.de - fixed #203118, making -Wold-style-definition happy. * Fri Jul 28 2006 - jw@suse.de