forked from pool/libcdio
- Applied spec-cleaner
- Require newer vcdimager OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcdio?expand=0&rev=58
This commit is contained in:
parent
74ebfa67db
commit
e4bcb41bc2
@ -3,7 +3,8 @@ Mon Jun 11 09:28:44 UTC 2018 - kbabioch@suse.com
|
|||||||
|
|
||||||
- Update to version 2.0.0
|
- Update to version 2.0.0
|
||||||
- Fixed several memory leaks
|
- Fixed several memory leaks
|
||||||
- Applied spec-cleaner
|
- Applied spec-cleaner
|
||||||
|
- Require newer vcdimager
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 5 12:02:14 UTC 2017 - jengelh@inai.de
|
Tue Sep 5 12:02:14 UTC 2017 - jengelh@inai.de
|
||||||
|
@ -38,7 +38,7 @@ BuildRequires: ncurses-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: popt-devel
|
BuildRequires: popt-devel
|
||||||
BuildRequires: pkgconfig(libcddb)
|
BuildRequires: pkgconfig(libcddb)
|
||||||
BuildRequires: pkgconfig(libvcdinfo)
|
BuildRequires: pkgconfig(libvcdinfo) >= 2.0
|
||||||
Provides: libcdio-utils = %{version}
|
Provides: libcdio-utils = %{version}
|
||||||
Obsoletes: libcdio-utils < %{version}
|
Obsoletes: libcdio-utils < %{version}
|
||||||
|
|
||||||
@ -58,6 +58,7 @@ export VCDINFO_LIBS="-L%{_libdir} -lvcdinfo -L%{buildir}/lib/iso9660/.libs/ -lis
|
|||||||
VCDINFO_CFLAGS=-I%{_includedir}/libvcd VCDINFO_LIBS="-L%{_libdir} -lvcdinfo -L%{buildir}/lib/iso9660/.libs -liso9660 \
|
VCDINFO_CFLAGS=-I%{_includedir}/libvcd VCDINFO_LIBS="-L%{_libdir} -lvcdinfo -L%{buildir}/lib/iso9660/.libs -liso9660 \
|
||||||
-L%{buildir}/lib/driver/.libs -lcdio" \
|
-L%{buildir}/lib/driver/.libs -lcdio" \
|
||||||
%configure \
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-cxx \
|
--disable-cxx \
|
||||||
@ -65,7 +66,7 @@ VCDINFO_CFLAGS=-I%{_includedir}/libvcd VCDINFO_LIBS="-L%{_libdir} -lvcdinfo -L%{
|
|||||||
|
|
||||||
VCDINFO_CFLAGS=-I%{_includedir}/libvcd VCDINFO_LIBS="-L%{_libdir} -lvcdinfo \
|
VCDINFO_CFLAGS=-I%{_includedir}/libvcd VCDINFO_LIBS="-L%{_libdir} -lvcdinfo \
|
||||||
-L%{buildir}/lib/iso9660/.libs/ -liso9660 -L%{buildir}/lib/driver/.libs/ -lcdio" \
|
-L%{buildir}/lib/iso9660/.libs/ -liso9660 -L%{buildir}/lib/driver/.libs/ -lcdio" \
|
||||||
VERBOSE=1 make -e %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
@ -110,6 +110,7 @@ applications that want to make use of the cdio libraries.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-rock \
|
--enable-rock \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user