rebuilt with debug package and aarch64 build fix [release 0.4.0-5mamba;Fri Dec 04 2020]
This commit is contained in:
parent
6b5db480df
commit
62cf4525db
@ -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.
|
||||
|
||||
|
@ -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 <silvan.calarco@mambasoft.it> 0.4.0-5mamba
|
||||
- rebuilt with debug package and aarch64 build fix
|
||||
|
||||
* Tue Dec 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-4mamba
|
||||
- split libvisual and libvisual-plugins source packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user