Accepting request 598484 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/598484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cdparanoia?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2018-04-25 07:59:29 +00:00 committed by Git OBS Bridge
commit b1233e11ff
3 changed files with 1934 additions and 458 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Apr 18 15:04:41 UTC 2018 - jengelh@inai.de
- Update descriptions.
-------------------------------------------------------------------
Wed Apr 18 14:31:43 UTC 2018 - tchvatal@suse.com
- Do not bother to talk about it being beta release as we
are shipping this since 2008
-------------------------------------------------------------------
Wed Apr 18 09:03:42 UTC 2018 - adam.majer@suse.de
- Adjust licenses to be installed with %license not %doc
- libraries are covered by LGPL-2.1-or-greater and the command-line
tool is GPL-2.0-or-greater
-------------------------------------------------------------------
Tue Apr 17 14:42:49 UTC 2018 - schwab@suse.de
- config-guess-sub-update.diff: update for RISC-V support
-------------------------------------------------------------------
Thu Oct 24 13:00:04 UTC 2013 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cdparanoia
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,19 +16,14 @@
#
%define filever III-10.2
Name: cdparanoia
# bug437293
%ifarch ppc64
Obsoletes: cdparanoia-64bit
%endif
#
Version: 3.10.2
Release: 0
Summary: A Program for Extracting, Verifying, and Fixing Audio Tracks from CDs
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Productivity/Multimedia/CD/Grabbers
Url: http://www.xiph.org/paranoia/index.html
%define filever III-10.2
URL: http://www.xiph.org/paranoia/index.html
Source: http://downloads.xiph.org/releases/%{name}/%{name}-%{filever}.src.tgz
Source2: baselibs.conf
Patch1: 010_build_system.patch
@ -39,23 +34,25 @@ Patch10: cdparanoia-III-01-typos-and-spelling.dpatch
Patch11: cdparanoia-III-05-gcc4.3.dpatch
Patch12: cdparanoia-III-06-endian.dpatch
Patch14: config-guess-sub-update.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: cdparano = %{version}
Obsoletes: cdparano < %{version}
BuildRequires: autoconf
BuildRequires: automake
Provides: cdparano = %{version}
Obsoletes: cdparano < %{version}
%package -n libcdda_interface0
Summary: Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library
Summary: Library for Extracting, Verifying, and Fixing Audio Tracks from CDs
License: LGPL-2.1-or-later
Group: System/Libraries
Suggests: ImageMagick-extra = %{version}
%package -n libcdda_paranoia0
Summary: Extracting, Verifying, and Fixing Audio Tracks from CDs - runtime library
Summary: Library for Extracting, Verifying, and Fixing Audio Tracks from CDs
License: LGPL-2.1-or-later
Group: System/Libraries
%package devel
Summary: Include Files and Libraries Mandatory for Development
Summary: Development files for cdparanoia, a library for extractnig audio tracks from CDs
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
Requires: libcdda_interface0 = %{version}
Requires: libcdda_paranoia0 = %{version}
@ -65,29 +62,21 @@ This CDDA reader distribution ('cdparanoia') reads audio from the
CD-ROM directly as data and writes the data to a file or pipe as .wav,
.aifc, or raw 16-bit linear PCM.
This is a beta release. See http://www.xiph.org/paranoia/.
%description devel
This CDDA reader distribution ('cdparanoia') reads audio from the
CD-ROM directly as data and writes the data to a file or pipe as .wav,
.aifc, or raw 16-bit linear PCM.
This is a beta release. See http://www.xiph.org/paranoia/.
%description -n libcdda_interface0
This CDDA reader distribution ('cdparanoia') reads audio from the
CD-ROM directly as data and writes the data to a file or pipe as .wav,
.aifc, or raw 16-bit linear PCM.
This is a beta release. See http://www.xiph.org/paranoia/.
%description -n libcdda_paranoia0
This CDDA reader distribution ('cdparanoia') reads audio from the
CD-ROM directly as data and writes the data to a file or pipe as .wav,
.aifc, or raw 16-bit linear PCM.
This is a beta release. See http://www.xiph.org/paranoia/.
%prep
%setup -q -n cdparanoia-%{filever}
%patch1 -p1
@ -100,9 +89,9 @@ This is a beta release. See http://www.xiph.org/paranoia/.
%patch14
%build
autoreconf -vi
autoreconf -vfi
%configure
make OPT="%{optflags}" %{?_smp_mflags}
%make_build OPT="%{optflags}"
%install
make prefix=%{buildroot}%{_prefix} \
@ -116,33 +105,30 @@ mkdir -p $JAPN_MANDIR
install -m644 cdparanoia.1.jp $JAPN_MANDIR/cdparanoia.1
%post -n libcdda_interface0 -p /sbin/ldconfig
%postun -n libcdda_interface0 -p /sbin/ldconfig
%post -n libcdda_paranoia0 -p /sbin/ldconfig
%postun -n libcdda_paranoia0 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc README COPYING*
%doc README
%license COPYING-GPL
%{_mandir}/man1/*
%{_mandir}/ja
%{_bindir}/*
%files -n libcdda_interface0
%defattr(-,root,root)
%license COPYING-LGPL
%{_libdir}/libcdda_interface.so.0
%{_libdir}/libcdda_interface.so.0.*
%files -n libcdda_paranoia0
%defattr(-,root,root)
%license COPYING-LGPL
%{_libdir}/libcdda_paranoia.so.0
%{_libdir}/libcdda_paranoia.so.0.*
%files devel
%defattr(-,root,root)
%{_includedir}/*
%{_libdir}/lib*.so
%{_libdir}/libcdda_paranoia.so
%{_libdir}/libcdda_interface.so
%changelog

File diff suppressed because it is too large Load Diff