forked from pool/libcdio
Accepting request 155720 from home:RedDwarf:cdio
- Update to 0.90 * CD-Text overhaul and API change (Leon Merten Lohse) * Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler (Pete Batard) * UDF, Joliet and Rock-Ridge fixes (Pete Batard) * OSX fixes (Natalia Portillo and Robert William Fuller) * paranoia library removed as that is GPL 2-ish. This is now a separate project * file names in cue files are relative to the cue file rather than cwd. * Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing new) * Add mmc_cmd2str() to show MMC command name. Show that in some errors * Add UDF reading to iso-read and iso-info via --udf or -U (Christophe Fergeau) * bug fixes, more tests, update documentation OBS-URL: https://build.opensuse.org/request/show/155720 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=39
This commit is contained in:
parent
d38c7e077d
commit
48ec1acf28
@ -1,4 +1,4 @@
|
|||||||
libcdio13
|
libcdio14
|
||||||
obsoletes "libcdio-<targettype> <= <version>"
|
obsoletes "libcdio-<targettype> <= <version>"
|
||||||
provides "libcdio-<targettype> = <version>"
|
provides "libcdio-<targettype> = <version>"
|
||||||
libiso9660-8
|
libiso9660-8
|
||||||
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 17 00:17:25 UTC 2013 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.90
|
||||||
|
* CD-Text overhaul and API change (Leon Merten Lohse)
|
||||||
|
* Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler (Pete Batard)
|
||||||
|
* UDF, Joliet and Rock-Ridge fixes (Pete Batard)
|
||||||
|
* OSX fixes (Natalia Portillo and Robert William Fuller)
|
||||||
|
* paranoia library removed as that is GPL 2-ish. This is now a separate project
|
||||||
|
* file names in cue files are relative to the cue file rather than cwd.
|
||||||
|
* Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing new)
|
||||||
|
* Add mmc_cmd2str() to show MMC command name. Show that in some errors
|
||||||
|
* Add UDF reading to iso-read and iso-info via --udf or -U (Christophe Fergeau)
|
||||||
|
* bug fixes, more tests, update documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 18 14:44:19 UTC 2012 - davejplater@gmail.com
|
Fri May 18 14:44:19 UTC 2012 - davejplater@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cdio-utils
|
# spec file for package cdio-utils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define cdioutils 1
|
%define cdioutils 1
|
||||||
|
|
||||||
Name: cdio-utils
|
Name: cdio-utils
|
||||||
Version: 0.83.git
|
Version: 0.90
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -39,7 +39,7 @@ Summary: CD-ROM Access Library
|
|||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
# http://ftp.gnu.org/gnu/libcdio/
|
# http://ftp.gnu.org/gnu/libcdio/
|
||||||
Source0: libcdio-%{version}.tar.bz2
|
Source0: libcdio-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -56,8 +56,6 @@ This library encapsulates CD-ROM reading and control. Applications
|
|||||||
wanting to be oblivious to the OS and device-dependent properties of a
|
wanting to be oblivious to the OS and device-dependent properties of a
|
||||||
CD-ROM can use this library.
|
CD-ROM can use this library.
|
||||||
|
|
||||||
%define _configure ./autogen.sh
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libcdio-%{version}
|
%setup -q -n libcdio-%{version}
|
||||||
%define buildir ${PWD}
|
%define buildir ${PWD}
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ffb6ccfc6ee8724829445d43d3b5a8901301de11288cf07a735a55efcd183903
|
|
||||||
size 1315158
|
|
3
libcdio-0.90.tar.gz
Normal file
3
libcdio-0.90.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:af7e73825cec045e7775a205924de4804fe8ce60ccd299d605234b5df233f74e
|
||||||
|
size 2650532
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 17 00:17:25 UTC 2013 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.90
|
||||||
|
* CD-Text overhaul and API change (Leon Merten Lohse)
|
||||||
|
* Works again (somewhat) on MinGW; tolerence for Microsoft's C compiler (Pete Batard)
|
||||||
|
* UDF, Joliet and Rock-Ridge fixes (Pete Batard)
|
||||||
|
* OSX fixes (Natalia Portillo and Robert William Fuller)
|
||||||
|
* paranoia library removed as that is GPL 2-ish. This is now a separate project
|
||||||
|
* file names in cue files are relative to the cue file rather than cwd.
|
||||||
|
* Update mmc.h to include MMC-5 commands. (Or MMC-6 since it adds nothing new)
|
||||||
|
* Add mmc_cmd2str() to show MMC command name. Show that in some errors
|
||||||
|
* Add UDF reading to iso-read and iso-info via --udf or -U (Christophe Fergeau)
|
||||||
|
* bug fixes, more tests, update documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 7 12:44:55 UTC 2012 - coolo@suse.com
|
Fri Sep 7 12:44:55 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
22
libcdio.spec
22
libcdio.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libcdio
|
# spec file for package libcdio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,9 +18,10 @@
|
|||||||
|
|
||||||
%define cdioutils 0
|
%define cdioutils 0
|
||||||
%define build_paranoia 0
|
%define build_paranoia 0
|
||||||
|
%define cdio_soname 14
|
||||||
|
|
||||||
Name: libcdio
|
Name: libcdio
|
||||||
Version: 0.83.git
|
Version: 0.90
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -38,7 +39,7 @@ Summary: CD-ROM Access Library
|
|||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
# http://ftp.gnu.org/gnu/libcdio/
|
# http://ftp.gnu.org/gnu/libcdio/
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
@ -53,7 +54,7 @@ wanting to be oblivious to the OS and device-dependent properties of a
|
|||||||
CD-ROM can use this library.
|
CD-ROM can use this library.
|
||||||
|
|
||||||
|
|
||||||
%package -n libcdio13
|
%package -n libcdio%{cdio_soname}
|
||||||
Summary: CD-ROM Access Library
|
Summary: CD-ROM Access Library
|
||||||
Group: Productivity/Multimedia/Other
|
Group: Productivity/Multimedia/Other
|
||||||
# bug437293
|
# bug437293
|
||||||
@ -65,7 +66,7 @@ Obsoletes: libcdio-64bit
|
|||||||
Obsoletes: libcdio <= 0.78.2
|
Obsoletes: libcdio <= 0.78.2
|
||||||
Provides: libcdio = %{version}
|
Provides: libcdio = %{version}
|
||||||
|
|
||||||
%description -n libcdio13
|
%description -n libcdio%{cdio_soname}
|
||||||
This library encapsulates CD-ROM reading and control. Applications
|
This library encapsulates CD-ROM reading and control. Applications
|
||||||
wanting to be oblivious to the OS and device-dependent properties of a
|
wanting to be oblivious to the OS and device-dependent properties of a
|
||||||
CD-ROM can use this library.
|
CD-ROM can use this library.
|
||||||
@ -157,8 +158,8 @@ CD-ROM can use this library.
|
|||||||
Summary: CD-ROM access library
|
Summary: CD-ROM access library
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: glibc-devel
|
Requires: glibc-devel
|
||||||
|
Requires: libcdio%{cdio_soname} = %{version}
|
||||||
Requires: libcdio++0 = %{version}
|
Requires: libcdio++0 = %{version}
|
||||||
Requires: libcdio13 = %{version}
|
|
||||||
Requires: libiso9660-8 = %{version}
|
Requires: libiso9660-8 = %{version}
|
||||||
Requires: libudf0 = %{version}
|
Requires: libudf0 = %{version}
|
||||||
%if %{build_paranoia} == 1
|
%if %{build_paranoia} == 1
|
||||||
@ -176,8 +177,6 @@ This library encapsulates CD-ROM reading and control. Applications
|
|||||||
wanting to be oblivious to the OS and device-dependent properties of a
|
wanting to be oblivious to the OS and device-dependent properties of a
|
||||||
CD-ROM can use this library.
|
CD-ROM can use this library.
|
||||||
|
|
||||||
%define _configure ./autogen.sh
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%define buildir ${PWD}
|
%define buildir ${PWD}
|
||||||
@ -188,7 +187,6 @@ CD-ROM can use this library.
|
|||||||
--enable-static=n \
|
--enable-static=n \
|
||||||
--enable-shared=yes \
|
--enable-shared=yes \
|
||||||
--with-pic \
|
--with-pic \
|
||||||
--enable-cpp-progs \
|
|
||||||
--enable-rock \
|
--enable-rock \
|
||||||
--without-cd-drive \
|
--without-cd-drive \
|
||||||
--without-cd-info \
|
--without-cd-info \
|
||||||
@ -208,7 +206,7 @@ mv $RPM_BUILD_ROOT%{_mandir}/jp $RPM_BUILD_ROOT%{_mandir}/ja
|
|||||||
rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}
|
rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%post -n libcdio13 -p /sbin/ldconfig
|
%post -n libcdio%{cdio_soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%post -n libcdio++0 -p /sbin/ldconfig
|
%post -n libcdio++0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -216,7 +214,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
%post -n libudf0 -p /sbin/ldconfig
|
%post -n libudf0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcdio13 -p /sbin/ldconfig
|
%postun -n libcdio%{cdio_soname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcdio++0 -p /sbin/ldconfig
|
%postun -n libcdio++0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -230,7 +228,7 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%postun devel
|
%postun devel
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%files -n libcdio13
|
%files -n libcdio%{cdio_soname}
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_libdir}/libcdio.so.*
|
%{_libdir}/libcdio.so.*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user