Accepting request 597813 from home:scarabeus_iv:branches:multimedia:libs

- Do not bother to talk about it being beta release as we
  are shipping this since 2008

OBS-URL: https://build.opensuse.org/request/show/597813
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/cdparanoia?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal 2018-04-19 10:14:23 +00:00 committed by Git OBS Bridge
parent 0f02d1847e
commit 2130096b8a
2 changed files with 11 additions and 27 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
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

View File

@ -17,19 +17,13 @@
%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-or-later
Group: Productivity/Multimedia/CD/Grabbers
Url: http://www.xiph.org/paranoia/index.html
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
@ -40,11 +34,10 @@ 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
@ -69,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
@ -104,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} \
@ -120,15 +105,11 @@ 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
%license COPYING-GPL
%{_mandir}/man1/*
@ -136,19 +117,16 @@ install -m644 cdparanoia.1.jp $JAPN_MANDIR/cdparanoia.1
%{_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}/libcdda_paranoia.so
%{_libdir}/libcdda_interface.so