Accepting request 97735 from home:coolo:removeautoconf
- remove call to suse_update_config (very old work around) OBS-URL: https://build.opensuse.org/request/show/97735 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/snd?expand=0&rev=26
This commit is contained in:
parent
2458353c69
commit
68d3ccbbdd
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:31:48 UTC 2011 - coolo@suse.com
|
||||
|
||||
- remove call to suse_update_config (very old work around)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 10:32:48 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
|
27
snd.spec
27
snd.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package snd (Version 11.4)
|
||||
# spec file for package snd
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2011 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
|
||||
@ -15,17 +15,23 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: snd
|
||||
BuildRequires: alsa-devel fftw3-devel freeglut-devel gsl gsl-devel gtk2-devel ladspa-devel
|
||||
BuildRequires: libdrm-devel libjack-devel libsamplerate-devel update-desktop-files
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: fftw3-devel
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: gsl
|
||||
BuildRequires: gsl-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: ladspa-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libjack-devel
|
||||
BuildRequires: libsamplerate-devel
|
||||
BuildRequires: update-desktop-files
|
||||
Summary: Powerful Sound File Editor
|
||||
Version: 11.4
|
||||
Release: 2
|
||||
License: LGPLv2.1+
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
Version: 11.4
|
||||
Release: 0
|
||||
Requires: ladspa
|
||||
Source: snd-%{version}.tar.bz2
|
||||
Source1: snd.desktop
|
||||
@ -50,7 +56,6 @@ Authors:
|
||||
%setup -q
|
||||
find -name "*~" -type f | xargs -r rm -v
|
||||
find -name "*.png" -type f | xargs chmod 0644
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
||||
%build
|
||||
# aclocal
|
||||
|
Loading…
x
Reference in New Issue
Block a user