libcdio/libcdio.spec
Takashi Iwai e70ad943e8 Accepting request 312303 from home:pluskalm:branches:multimedia:libs
- Add gpg signature
- Remove ppc obsoletes/provides as it affects unsupported releases
- Cleanup spec file with spec-cleaner

- Add gpg signature
- Remove ppc obsoletes/provides as it affects unsupported releases
- Cleanup spec file with spec-cleaner
- Add missing info dependencies, use preun instead of postun for 
  scriplet

OBS-URL: https://build.opensuse.org/request/show/312303
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=44
2015-06-18 07:27:34 +00:00

232 lines
6.4 KiB
RPMSpec

#
# spec file for package libcdio
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define cdioutils 0
%define build_paranoia 0
%define cdio_soname 16
Name: libcdio
Version: 0.93
Release: 0
Summary: CD-ROM Access Library
License: GPL-3.0+
Group: Productivity/Multimedia/Other
Url: https://savannah.gnu.org/projects/libcdio
Source0: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz
Source1: https://ftp.gnu.org/gnu/libcdio/%{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: help2man
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkg-config
BuildRequires: popt-devel
BuildRequires: pkgconfig(libcddb)
Requires(preun): %{install_info_prereq}
Requires(post): %{install_info_prereq}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1220
BuildRequires: makeinfo
%endif
%description
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%package -n libcdio%{cdio_soname}
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
#
# Name for <= 10.2
Obsoletes: libcdio <= 0.78.2
Provides: libcdio = %{version}
%description -n libcdio%{cdio_soname}
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%if %{build_paranoia} == 1
%package -n libcdio_cdda1
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
%description -n libcdio_cdda1
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%package -n libcdio_paranoia1
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
%description -n libcdio_paranoia1
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%endif
%package -n libcdio++0
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
%description -n libcdio++0
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%package -n libiso9660-10
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
%description -n libiso9660-10
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%package -n libudf0
Summary: CD-ROM Access Library
Group: Productivity/Multimedia/Other
%description -n libudf0
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%package devel
Summary: CD-ROM access library
Group: Development/Languages/C and C++
Requires: glibc-devel
Requires: libcdio%{cdio_soname} = %{version}
Requires: libcdio++0 = %{version}
Requires: libiso9660-10 = %{version}
Requires: libudf0 = %{version}
%if %{build_paranoia} == 1
Requires: libcdio_cdda1 = %{version}
Requires: libcdio_paranoia1 = %{version}
%endif
Requires(preun): %{install_info_prereq}
Requires(post): %{install_info_prereq}
%description devel
This library encapsulates CD-ROM reading and control. Applications
wanting to be oblivious to the OS and device-dependent properties of a
CD-ROM can use this library.
%prep
%setup -q
%define buildir ${PWD}
%build
%configure \
--disable-rpath \
--enable-static=n \
--enable-shared=yes \
--with-pic \
--enable-rock \
--without-cd-drive \
--without-cd-info \
--without-cdda-player \
--without-cd-read \
--without-iso-info \
--without-iso-read
VERBOSE=1 make -e %{?_smp_mflags}
#-lcdioutils
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%if 1 == 0
mv %{buildroot}%{_mandir}/jp %{buildroot}%{_mandir}/ja
%endif
#empty depdendency libs
rm -rf %{buildroot}%{_bindir} %{buildroot}%{_mandir}
find %{buildroot} -type f -name "*.la" -delete -print
%post -n libcdio%{cdio_soname} -p /sbin/ldconfig
%post -n libcdio++0 -p /sbin/ldconfig
%post -n libiso9660-10 -p /sbin/ldconfig
%post -n libudf0 -p /sbin/ldconfig
%postun -n libcdio%{cdio_soname} -p /sbin/ldconfig
%postun -n libcdio++0 -p /sbin/ldconfig
%postun -n libiso9660-10 -p /sbin/ldconfig
%postun -n libudf0 -p /sbin/ldconfig
%post devel
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%preun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%files -n libcdio%{cdio_soname}
%defattr (-, root, root)
%{_libdir}/libcdio.so.*
%files -n libcdio++0
%defattr (-, root, root)
%{_libdir}/libcdio++.so.*
%{_libdir}/libiso9660++.so.*
%files -n libiso9660-10
%defattr (-, root, root)
%{_libdir}/libiso9660.so.*
%files -n libudf0
%defattr (-, root, root)
%{_libdir}/libudf.so.*
%files devel
%defattr (-, root, root)
%{_infodir}/*.info*
%{_includedir}/cdio
%{_includedir}/cdio++
%{_libdir}/libcdio*.so
%{_libdir}/libiso9660*.so
%{_libdir}/libudf*.so
%{_libdir}/pkgconfig/*.pc
%if %{build_paranoia} == 1
%post -n libcdio_cdda1 -p /sbin/ldconfig
%post -n libcdio_paranoia1 -p /sbin/ldconfig
%postun -n libcdio_cdda1 -p /sbin/ldconfig
%postun -n libcdio_paranoia1 -p /sbin/ldconfig
%files -n libcdio_cdda1
%defattr (-, root, root)
%{_libdir}/libcdio_cdda.so.*
%files -n libcdio_paranoia1
%defattr (-, root, root)
%{_libdir}/libcdio_paranoia.so.*
%endif
%changelog