Accepting request 68558 from multimedia:libs

Add 32bit compatibility libraries. Changed -devel package groups to Development/Libraries/C and C++ (fix for RPMLINT warning) (forwarded request 68275 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/68558
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=13
This commit is contained in:
Sascha Peilicke 2011-05-17 14:09:44 +00:00 committed by Git OBS Bridge
parent 62823b7691
commit 4a393bf6c0
3 changed files with 10 additions and 2 deletions

2
baselibs.conf Normal file
View File

@ -0,0 +1,2 @@
fftw3
fftw3-threads

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 24 12:59:34 UTC 2011 - toddrme2178@gmail.com
- Add 32bit compatibility libraries
- Changed -devel package groups to Development/Libraries/C and C++ (fix for RPMLINT warning)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 22 18:59:44 UTC 2010 - davejplater@gmail.com Thu Apr 22 18:59:44 UTC 2010 - davejplater@gmail.com

View File

@ -47,7 +47,7 @@ Authors:
%package devel %package devel
License: GPLv2+ License: GPLv2+
Summary: Include Files and Libraries mandatory for Development Summary: Include Files and Libraries mandatory for Development
Group: Productivity/Scientific/Math Group: Development/Libraries/C and C++
Requires: fftw3 = %{version} glibc-devel Requires: fftw3 = %{version} glibc-devel
Provides: fftw-devel Provides: fftw-devel
@ -83,7 +83,7 @@ Authors:
%package threads-devel %package threads-devel
License: GPLv2+ License: GPLv2+
Summary: Discrete Fourier Transform (DFT) C subroutine library Summary: Discrete Fourier Transform (DFT) C subroutine library
Group: Productivity/Scientific/Math Group: Development/Libraries/C and C++
Requires: fftw3-threads = %{version} Requires: fftw3-threads = %{version}
Requires: fftw3-devel = %{version} glibc-devel Requires: fftw3-devel = %{version} glibc-devel