File yauap.spec of Package yauap
#
# spec file for package yauap (Version 0.2.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: yauap
BuildRequires: dbus-1-devel gstreamer010-devel gstreamer010-plugins-base-devel
%if %suse_version > 1010
BuildRequires: dbus-1-glib-devel
%endif
Summary: The useless audio player
Version: 0.2.3
Release: 1
Url: http://www.nongnu.org/yauap/
License: LGPL v2.1 or later
Group: Productivity/Multimedia/Sound/Players
Requires: gstreamer010 gstreamer010-plugins-base-oil gstreamer010-plugins-good dbus-1-x11
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
%description
yauap is a simple commandline audio player based on GStreamer.
Authors:
--------
Sascha Sommer <saschasommer@freenet.de>
%prep
%setup -q
%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
%__make
%install
%makeinstall
%clean
%{__rm} -rf "%{buildroot}"
%files
%defattr(-,root,root)
%doc README COPYING
%{_bindir}/yauap
%changelog
* Thu Oct 16 2008 dmueller@suse.de
- update to version 0.2.3:
* fixed volume control of the playbin element (#22977)
* Mon Jan 14 2008 ssommer@suse.de
- updated version to 0.2.2
- all fixes have been included
* Fri Sep 28 2007 dmueller@suse.de
- quit when the host closed stdin
* Wed Sep 19 2007 ssommer@suse.de
- report missing plugins (#307754)
* Thu Aug 23 2007 ssommer@suse.de
- make sure that the player stops before a new file starts to play
- fix segfault in player_get_scopedata (#301791)
* Tue Jul 31 2007 ssommer@suse.de
- update to yauap 0.2.1:
more verbose help output
* Fri Jun 01 2007 dmueller@suse.de
- don't strip binaries
* Fri Jun 01 2007 ssommer@suse.de
- strip binary
- package documentation
* Mon Jan 08 2007 ssommer@suse.de
- initial package of version 0.1