From 62cf4525db89b2f7a853ec582f77abb9eb0cb869 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:04:25 +0100 Subject: [PATCH] rebuilt with debug package and aarch64 build fix [release 0.4.0-5mamba;Fri Dec 04 2020] --- README.md | 3 +-- libvisual.spec | 25 +++++++++++++++---------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6d60bb0..5f38cb2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # libvisual -Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean -and easy to use API. +Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean and easy to use API. diff --git a/libvisual.spec b/libvisual.spec index 3a49e34..c93dc80 100644 --- a/libvisual.spec +++ b/libvisual.spec @@ -1,7 +1,7 @@ %define majversion %(echo %version | cut -d. -f 1-2) Name: libvisual -Release: 4mamba +Release: 5mamba Version: 0.4.0 Summary: An abstraction library that comes between applications and audio visualisation plugins Group: System/Multimedia @@ -17,8 +17,7 @@ BuildRequires: glibc-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description -Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean -and easy to use API. +Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean and easy to use API. %package devel Group: Development/Libraries @@ -26,12 +25,14 @@ Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean -and easy to use API. -This package contains static libraries and header files need for development. +Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean and easy to use API. +This package contains static libraries and header files needed for development. + +%debug_package %prep %setup -q +sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub %build %configure @@ -51,17 +52,21 @@ This package contains static libraries and header files need for development. %files -f %{name}-%{majversion}.lang %defattr(-,root,root) -%{_libdir}/*.so.* -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO +%{_libdir}/libvisual-*.so.* +%doc AUTHORS COPYING %files devel %defattr(-,root,root) %{_includedir}/%{name}-%{majversion}/%{name}/*.h -%{_libdir}/*.la -%{_libdir}/*.so +%{_libdir}/libvisual-*.la +%{_libdir}/libvisual-*.so %{_libdir}/pkgconfig/%{name}-%{majversion}.pc +%doc ChangeLog NEWS README TODO %changelog +* Fri Dec 04 2020 Silvan Calarco 0.4.0-5mamba +- rebuilt with debug package and aarch64 build fix + * Tue Dec 14 2010 Silvan Calarco 0.4.0-4mamba - split libvisual and libvisual-plugins source packages