SHA256
1
0
forked from pool/aubio
OBS User unknown 2008-10-22 21:40:52 +00:00 committed by Git OBS Bridge
parent 7eebaa5289
commit bf450cfe38
2 changed files with 18 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:02 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 1 17:11:45 CEST 2008 - ro@suse.de Fri Aug 1 17:11:45 CEST 2008 - ro@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package aubio (Version 0.3.2) # spec file for package aubio (Version 0.3.2)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -19,11 +26,11 @@ License: GPL v2 only
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Version: 0.3.2 Version: 0.3.2
Release: 3 Release: 4
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Url: http://aubio.org Url: http://aubio.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libaubio2 = %{version} %define debug_package_requires libaubio2 = %{version}-%{release}
%description %description
Aubio is a library for real time audio labelling. Its features include Aubio is a library for real time audio labelling. Its features include
@ -123,6 +130,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/sounds/aubio %{_datadir}/sounds/aubio
%changelog %changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Fri Aug 01 2008 ro@suse.de * Fri Aug 01 2008 ro@suse.de
- fix requires for debuginfo package - fix requires for debuginfo package
* Wed Jul 16 2008 tiwai@suse.de * Wed Jul 16 2008 tiwai@suse.de