added debug package and build fix for aarch64 [release 0.5.6-4mamba;Mon Nov 30 2020]
This commit is contained in:
parent
c1f1e0d61f
commit
eeccfbedd7
@ -1,6 +1,6 @@
|
|||||||
Name: libglitz
|
Name: libglitz
|
||||||
Version: 0.5.6
|
Version: 0.5.6
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: OpenGL image compositing library
|
Summary: OpenGL image compositing library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -8,7 +8,7 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://cairographics.org
|
URL: http://cairographics.org
|
||||||
Source: http://cairographics.org/snapshots/glitz-%{version}.tar.gz
|
Source: http://cairographics.org/snapshots/glitz-%{version}.tar.gz
|
||||||
License: BSD-like (see COPYING)
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
@ -35,8 +35,11 @@ Glitz provides Porter/Duff compositing of images and implicit mask generation fo
|
|||||||
|
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files need for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glitz-%{version}
|
%setup -q -n glitz-%{version}
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config/config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -51,19 +54,26 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libglitz.so.*
|
||||||
|
%{_libdir}/libglitz-glx.so.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libglitz.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libglitz.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libglitz.so
|
||||||
|
%{_libdir}/libglitz-glx.a
|
||||||
|
%{_libdir}/libglitz-glx.la
|
||||||
|
%{_libdir}/libglitz-glx.so
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc ChangeLog INSTALL NEWS README TODO
|
%doc ChangeLog INSTALL NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.6-4mamba
|
||||||
|
- added debug package and build fix for aarch64
|
||||||
|
|
||||||
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 0.5.6-3mamba
|
* Sat Jun 26 2010 Automatic Build System <autodist@mambasoft.it> 0.5.6-3mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user