SHA256
1
0
forked from pool/libcdio

Accepting request 59491 from multimedia:libs

Accepted submit request 59491 from user plater

OBS-URL: https://build.opensuse.org/request/show/59491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcdio?expand=0&rev=18
This commit is contained in:
Ruediger Oertel 2011-02-02 00:38:38 +00:00 committed by Git OBS Bridge
parent 42c4485917
commit b076ad5d11
8 changed files with 35 additions and 14 deletions

3
_service Normal file
View File

@ -0,0 +1,3 @@
<services>
<service name="download_url"><param name="path">/gnu/libcdio/libcdio-0.82.tar.bz2</param><param name="host">ftp.gnu.org</param></service>
</services>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4d1d63ab69d974c0140707842a2ba36cb0573e62b88877042f80a4c497bbef2
size 1593569

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22e53cf818d88d55cb50808a759273a3a3e3b74d87802d00cb6d5a4b0f8324bb
size 1572844

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 30 18:55:42 UTC 2011 - sagiben@gmail.com
- Updated to version 0.82
-------------------------------------------------------------------
Mon Apr 26 11:36:24 CEST 2010 - ro@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libcdio-mini (Version 0.81)
# spec file for package libcdio-mini (Version 0.82)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -20,7 +20,7 @@
Name: libcdio-mini
# WARNING: Do not edit this auto generated file.
#%(sh %{_sourcedir}/libcdio_spec-prepare.sh %{_sourcedir} %{name})
# %%(sh %%{_sourcedir}/libcdio_spec-prepare.sh %%{_sourcedir} %%{name})
# You want standard build unless you will work-around build dependency on itself.
%define STANDARD_BUILD 0
%define _name libcdio
@ -31,7 +31,7 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
# Only for regression testing:
#BuildRequires: cdparanoia
%endif
Version: 0.81
Version: 0.82
Release: 3
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
%define libcdio_name 10
@ -226,7 +226,7 @@ Authors:
%package devel
License: GPLv2+
Group: Productivity/Multimedia/Other
Group: Development/Languages/C and C++
Summary: Temporary Build Staging Package of CD-ROM access library
Requires: libcdio10-mini = %{version} libcdio_cdda0-mini = %{version} libcdio_paranoia0-mini = %{version} libcdio++0-mini = %{version} libiso9660-7-mini = %{version} libudf0-mini = %{version} glibc-devel
%if %STANDARD_BUILD == 0
@ -255,7 +255,7 @@ Authors:
%build
autoreconf -f -i
# FIXME: Required .pc files are not installed without --enable-cpp-progs.
# FIXME: Required .pc files are not installed without --enable-cpp-progs.
%configure\
--disable-static\
--enable-cpp-progs\

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 30 18:55:42 UTC 2011 - sagiben@gmail.com
- Updated to version 0.82
- Upstream changes :
*Remove all uses of CDIO_MIN_DRIVER,
CDIO_MAX_DRIVER, CDIO_MIN_DEVICE_DRIVER or CDIO_MAX_DEVICE_DRIVER.
*FreeBSD get_media_changed fixes
*MingGW/Msys compilation issues
*Add OS/2 driver
*Cross compilations fixes and uclinix is like GNU/Linux
*Numerous other bug fixes
-------------------------------------------------------------------
Mon Apr 26 11:36:24 CEST 2010 - ro@suse.de

View File

@ -20,7 +20,7 @@
Name: libcdio
# WARNING: After editing this file please call Re or rpmbuild to update spec file:
#%(sh %{_sourcedir}/libcdio_spec-prepare.sh %{_sourcedir} %{name})
# %%(sh %%{_sourcedir}/libcdio_spec-prepare.sh %%{_sourcedir} %%{name})
# You want standard build unless you will work-around build dependency on itself.
%define STANDARD_BUILD 1
%define _name libcdio
@ -31,7 +31,7 @@ BuildRequires: libcddb-devel libcdio-devel ncurses-devel vcdimager-devel
# Only for regression testing:
#BuildRequires: cdparanoia
%endif
Version: 0.81
Version: 0.82
Release: 3
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
%define libcdio_name 10
@ -40,11 +40,11 @@ Release: 3
%define libcdio++_name 0
%define libiso9660_name 7
%define libudf_name 0
Url: http://www.gnu.org/software/libcdio/
Url: http://savannah.gnu.org/projects/libcdio
Group: Productivity/Multimedia/Other
License: GPLv2+
Summary: CD-ROM Access Library
Source: %{_name}-%{version}.tar.bz2
Source: http://ftp.gnu.org/gnu/libcdio/%{_name}-%{version}.tar.bz2
Source1: %{_name}_spec-prepare.sh
Source2: libcdio-mini-%{version}-rpmlintrc
Source3: baselibs.conf
@ -226,7 +226,7 @@ Authors:
%package devel
License: GPLv2+
Group: Productivity/Multimedia/Other
Group: Development/Languages/C and C++
Summary: CD-ROM access library
Requires: libcdio10 = %{version} libcdio_cdda0 = %{version} libcdio_paranoia0 = %{version} libcdio++0 = %{version} libiso9660-7 = %{version} libudf0 = %{version} glibc-devel
%if %STANDARD_BUILD == 0
@ -255,7 +255,7 @@ Authors:
%build
autoreconf -f -i
# FIXME: Required .pc files are not installed without --enable-cpp-progs.
# FIXME: Required .pc files are not installed without --enable-cpp-progs.
%configure\
--disable-static\
--enable-cpp-progs\