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
|
||||||
|
|
||||||
Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean
|
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.
|
||||||
and easy to use API.
|
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define majversion %(echo %version | cut -d. -f 1-2)
|
%define majversion %(echo %version | cut -d. -f 1-2)
|
||||||
|
|
||||||
Name: libvisual
|
Name: libvisual
|
||||||
Release: 4mamba
|
Release: 5mamba
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Summary: An abstraction library that comes between applications and audio visualisation plugins
|
Summary: An abstraction library that comes between applications and audio visualisation plugins
|
||||||
Group: System/Multimedia
|
Group: System/Multimedia
|
||||||
@ -17,8 +17,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libvisual is a library that comes between applications and audio visualisation plugins and provides every application that wants to draw visualisation a clean
|
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.
|
||||||
and easy to use API.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -26,12 +25,14 @@ Summary: Static libraries and headers for %{name}
|
|||||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%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
|
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.
|
||||||
and easy to use API.
|
This package contains static libraries and header files needed for development.
|
||||||
This package contains static libraries and header files need for development.
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -51,17 +52,21 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files -f %{name}-%{majversion}.lang
|
%files -f %{name}-%{majversion}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libvisual-*.so.*
|
||||||
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/%{name}-%{majversion}/%{name}/*.h
|
%{_includedir}/%{name}-%{majversion}/%{name}/*.h
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libvisual-*.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libvisual-*.so
|
||||||
%{_libdir}/pkgconfig/%{name}-%{majversion}.pc
|
%{_libdir}/pkgconfig/%{name}-%{majversion}.pc
|
||||||
|
%doc ChangeLog NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Dec 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.0-4mamba
|
||||||
- split libvisual and libvisual-plugins source packages
|
- split libvisual and libvisual-plugins source packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user