forked from pool/libmirage
Accepting request 209043 from filesystems
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/209043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmirage?expand=0&rev=8
This commit is contained in:
commit
8d17ff110c
@ -1,25 +0,0 @@
|
||||
From 1f13f0af6dcc0014b27dc9135279267ff21c3199 Mon Sep 17 00:00:00 2001
|
||||
From: Rok Mandeljc <rok.mandeljc@gmail.com>
|
||||
Date: Sun, 9 Jun 2013 18:35:00 +0200
|
||||
Subject: [PATCH] libMirage: proper versioning of the introspection typelib
|
||||
|
||||
---
|
||||
libmirage/CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/libmirage/CMakeLists.txt b/libmirage/CMakeLists.txt
|
||||
index c265dd2..6d33b40 100644
|
||||
--- a/libmirage/CMakeLists.txt
|
||||
+++ b/libmirage/CMakeLists.txt
|
||||
@@ -221,7 +221,7 @@ endif ()
|
||||
# *** Introspection ***
|
||||
if (INTROSPECTION_ENABLED AND INTROSPECTION_FOUND)
|
||||
gobject_introspection (
|
||||
- FILENAME libMirage-2.0.gir
|
||||
+ FILENAME libMirage-${MIRAGE_MAJOR_VERSION}.${MIRAGE_MINOR_VERSION}.gir
|
||||
NSVERSION ${MIRAGE_VERSION_SHORT}
|
||||
INCLUDES GObject-2.0 Gio-2.0 GLib-2.0 GModule-2.0
|
||||
LIBRARY mirage
|
||||
--
|
||||
1.8.2
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb30eea15b8c1fc55e194e1af55127fa3b3860a79fec0b6c60588cf9ae8d1ca9
|
||||
size 189908
|
3
libmirage-2.1.1.tar.xz
Normal file
3
libmirage-2.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3743d979c8bb2118d1d74ded815e81138cb9f6124b19c4c2161200f15c82f05f
|
||||
size 191732
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 11:18:45 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.1.1
|
||||
* sector's EDC is now computed using fast slice-by-8 CRC32 algorithm
|
||||
* added function for ISRC validation to be used by image parsers
|
||||
- Remove 0001-libMirage-proper-versioning-of-the-introspection-typ.patch
|
||||
(merged upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 9 13:54:54 UTC 2013 - jengelh@inai.de
|
||||
|
||||
|
@ -17,20 +17,19 @@
|
||||
|
||||
|
||||
Name: libmirage
|
||||
%define lname libmirage8
|
||||
%define lname libmirage9
|
||||
%define pname 2_1
|
||||
Summary: A CD-ROM image access library
|
||||
License: GPL-2.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 2.1.0
|
||||
Version: 2.1.1
|
||||
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
|
||||
#DL-URL: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||
Source: http://downloads.sf.net/cdemu/%name-%version.tar.bz2
|
||||
Patch1: 0001-libMirage-proper-versioning-of-the-introspection-typ.patch
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cmake >= 2.8.5
|
||||
BuildRequires: pkgconfig >= 0.16
|
||||
@ -48,6 +47,7 @@ BuildRequires: bzip2-devel >= 1.0.0
|
||||
%else
|
||||
BuildRequires: pkgconfig(bzip2) >= 1.0.0
|
||||
%endif
|
||||
BuildRequires: xz
|
||||
|
||||
%description
|
||||
A CD-ROM image access library part of the cdemu suite.
|
||||
@ -130,7 +130,6 @@ This package provides the GObject Introspection bindings for libmirage.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P 1 -p2
|
||||
|
||||
%build
|
||||
# gir is busted on 12.1
|
||||
@ -157,7 +156,7 @@ update-mime-database %{_datadir}/mime || :;
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libmirage.so.8*
|
||||
%_libdir/libmirage.so.9*
|
||||
|
||||
%files %pname
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user