|
|
@ -14,8 +14,6 @@ Patch0: %{name}-pic.patch
|
|
|
|
Patch1: fix_undefined_version.patch
|
|
|
|
Patch1: fix_undefined_version.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
|
|
|
|
BuildRequires: id3lib-devel
|
|
|
|
BuildRequires: id3lib-devel
|
|
|
|
BuildRequires: libsysfs-devel
|
|
|
|
BuildRequires: libsysfs-devel
|
|
|
|
BuildRequires: xmms-devel
|
|
|
|
BuildRequires: xmms-devel
|
|
|
@ -62,13 +60,16 @@ This package contains an input plugin for xmms.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1
|
|
|
|
%autosetup -p1
|
|
|
|
autoreconf -fiv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure \
|
|
|
|
%configure \
|
|
|
|
--disable-static \
|
|
|
|
--disable-static \
|
|
|
|
--with-xmms
|
|
|
|
--with-xmms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# remove rpath from libtool
|
|
|
|
|
|
|
|
sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
|
|
|
|
sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
|
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|