Jan Engelhardt
c53104f55e
OBS-URL: https://build.opensuse.org/package/show/filesystems/libmirage?expand=0&rev=6
171 lines
4.8 KiB
RPMSpec
171 lines
4.8 KiB
RPMSpec
#
|
|
# spec file for package libmirage
|
|
#
|
|
# Copyright (c) 2012 SUSE LINUX Products 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/
|
|
#
|
|
|
|
|
|
Name: libmirage
|
|
%define lname libmirage7_0_0
|
|
%define pname 2_0
|
|
Summary: A CD-ROM image access library
|
|
License: GPL-2.0+
|
|
Group: Development/Libraries/C and C++
|
|
Version: 2.0.0
|
|
Release: 0
|
|
Url: http://cdemu.sf.net/
|
|
|
|
#Freecode-URL: https://freecode.com/projects/cdemu-for-linux
|
|
#Git-Clone: git://git.code.sf.net/p/cdemu/code
|
|
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: cmake
|
|
BuildRequires: pkgconfig >= 0.21
|
|
BuildRequires: xz
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.28
|
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.28
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.30.0
|
|
BuildRequires: pkgconfig(gtk-doc) >= 1.4
|
|
BuildRequires: pkgconfig(liblzma) >= 5.0.0
|
|
BuildRequires: pkgconfig(sndfile) >= 1.0.0
|
|
BuildRequires: pkgconfig(zlib) >= 1.2.0
|
|
|
|
%description
|
|
A CD-ROM image access library part of the cdemu suite.
|
|
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
%package -n %lname
|
|
Summary: A CD-ROM image access library
|
|
Group: System/Libraries
|
|
# Technically Suggests:, but pretty useless without
|
|
Requires: libmirage-2_0 >= 2.0
|
|
|
|
%description -n %lname
|
|
A CD-ROM image access library part of the cdemu suite.
|
|
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
%package 2_0
|
|
Summary: CD-ROM image format plugins for libmirage
|
|
Group: System/Libraries
|
|
%if 0%{?suse_version}
|
|
Recommends: libmirage-data
|
|
%else
|
|
Requires: libmirage-data
|
|
%endif
|
|
|
|
%description 2_0
|
|
A CD-ROM image access library part of the cdemu suite.
|
|
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
This package provides the image format plugins for libmirage.
|
|
|
|
%package devel
|
|
Summary: Development files for libmirage, a CD-ROM image access library
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %lname = %version
|
|
|
|
%description devel
|
|
A CD-ROM image access library part of the cdemu suite.
|
|
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
This package contains files needed to develop with libmirage.
|
|
|
|
%package data
|
|
Summary: MIME type definitions and documentation for libmirage
|
|
Group: Development/Libraries/C and C++
|
|
Requires(post): shared-mime-info
|
|
Requires(postun): shared-mime-info
|
|
%if 0%{?suse_version} >= 1140
|
|
BuildArch: noarch
|
|
%endif
|
|
|
|
%description data
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
This package contains the MIME type definitions and documentation.
|
|
|
|
%package -n typelib-1_0-libmirage-2_0
|
|
Summary: The libmirage CD-ROM image access library - introspection bindings
|
|
Group: System/Libraries
|
|
|
|
%description -n typelib-1_0-libmirage-2_0
|
|
libmirage provides uniform access to the data stored in different
|
|
image formats by creating a representation of disc stored in image
|
|
file.
|
|
|
|
This package provides the GObject Introspection bindings for libmirage.
|
|
|
|
%prep
|
|
%setup -Tcqa0
|
|
|
|
%build
|
|
cmake . -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \
|
|
-DCMAKE_C_FLAGS:STRING="%optflags" ;
|
|
make %{?_smp_mflags};
|
|
|
|
%install
|
|
b="%buildroot";
|
|
make install DESTDIR="$b";
|
|
|
|
%post -n %lname -p /sbin/ldconfig
|
|
|
|
%postun -n %lname -p /sbin/ldconfig
|
|
|
|
%post data
|
|
update-mime-database %{_datadir}/mime || :;
|
|
|
|
%postun data
|
|
update-mime-database %{_datadir}/mime || :;
|
|
|
|
%files -n %lname
|
|
%defattr(-,root,root)
|
|
%_libdir/libmirage.so.*
|
|
|
|
%files 2_0
|
|
%defattr(-,root,root)
|
|
%_libdir/libmirage-2.0
|
|
|
|
%files data
|
|
%defattr(-,root,root)
|
|
%_datadir/gtk-doc
|
|
%_datadir/mime/packages/*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%_includedir/libmirage
|
|
%_libdir/libmirage.so
|
|
%_libdir/pkgconfig/libmirage.pc
|
|
%_datadir/gir-1.0
|
|
|
|
%files -n typelib-1_0-libmirage-2_0
|
|
%defattr(-,root,root)
|
|
%_libdir/girepository-1.0
|
|
|
|
%changelog
|