Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
efac69d047
!10 [sync] PR-9: regenerate configure to fix build error
From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
2023-09-26 02:20:34 +00:00
zhouwenpei
54e2797791 regenerate configure to fix build error
(cherry picked from commit 9eaeed8e620b2880f545a15a7c552dc4cb89d24c)
2023-08-28 16:17:11 +08:00
openeuler-ci-bot
f68434faab !4 Add a BuildRquires for gcc
From: @liuyumeng1
Reviewed-by: @kerongw,@yanan-rock
Signed-off-by: @yanan-rock
2021-06-04 17:07:43 +08:00
Zhiqiang Liu
f748cbeede Add a buildrequires for gcc 2021-06-02 10:17:16 +08:00
openeuler-ci-bot
4ca59c3874 !3 modified the yaml file
From: @yangl777
Reviewed-by: @orange-snn
Signed-off-by: @orange-snn
2020-10-16 17:29:08 +08:00
s17723959267
ddd05e44eb modified yaml 2020-10-16 17:18:45 +08:00
openeuler-ci-bot
6e9937462c !2 add yaml file in package
Merge pull request !2 from 桐小哥/master
2020-06-30 20:28:18 +08:00
tong_1001
1e5babb555 add yaml file in package 2020-06-13 15:32:06 +08:00
openeuler-ci-bot
9bc92c4f90 !1 unpack libs subpackage
Merge pull request !1 from algorithmofdish/master
2020-02-24 16:17:25 +08:00
h00465007
f0f9678c24 unpack libs subpackage 2020-02-17 20:03:38 +08:00
2 changed files with 33 additions and 7 deletions

View File

@ -1,7 +1,7 @@
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
Name: cdparanoia
Version: 10.2
Release: 29
Release: 32
License: GPLv2 and LGPLv2
URL: http://www.xiph.org/paranoia/index.html
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
@ -11,8 +11,10 @@ Patch0002: cdparanoia-10.2-install.patch
Patch0003: cdparanoia-10.2-format-security.patch
Patch0004: cdparanoia-use-proper-gnu-config-files.patch
Patch0005: cdparanoia-10.2-ldflags.patch
Provides: cdparanoia-libs
Obsoletes: cdparanoia-libs
Requires: %{name}-libs = %{version}-%{release}
BuildRequires: gcc autoconf automake make
%description
Cdparanoia (Paranoia III) is a audio CD digital audio extraction application.
@ -20,9 +22,16 @@ It extracts audio from compact discs directly as data, and writes the data to
a file or pipe in WAV, AIFC or raw 16 bit linear PCM format. It also contains
dynamic libraries needed for appliation which read CD Digital Audio disks.
%package libs
Summary: Libraries for %{name}
License: LGPLv2
%description libs
Libraries for %{name}.
%package devel
Summary: Development tools for libcdda_paranoia (Paranoia III)
Requires: %{name} = %{version}-%{release}
Requires: %{name}-libs = %{version}-%{release}
License: LGPLv2
Provides: cdparanoia-static
Obsoletes: cdparanoia-static
@ -42,19 +51,20 @@ This package provides help manual function for cdparanoia separately.
cp /usr/lib/rpm/%{_vendor}/config.* .
%build
autoreconf -ifv
%configure --includedir=%{_includedir}/cdda
make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldflags}"
%install
%make_install
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets libs
%files
%doc COPYING* README
%{_bindir}/cdparanoia
%files libs
%{_libdir}/*.so.*
%files help
@ -66,5 +76,17 @@ make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldf
%{_libdir}/*.a
%changelog
* Mon Aug 28 2023 zhouwenpei <zhouwenpei1@h-partners.com> - 10.2-32
- regenerate configure to fix build error
* Wed Jun 2 2021 liuyumeng <liuyumeng5@huawei.com> - 10.2-31
- Add a buildrequires for gcc
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 10.2-30
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:unpack libs subpackage
* Fri Sep 20 2019 Alex Chao <zhaolei746@huawei.com> - 10.2-29
- Package init

4
cdparanoia.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: git://git.altlinux.org/gears/c/cdparanoia.git
tag_prefix:
separator: "."