rebuilt with debug package and aarch64 build fix [release 2.3.21-3mamba;Fri Dec 04 2020]
This commit is contained in:
parent
6fda5cad95
commit
ec7ef485a8
@ -1,8 +1,7 @@
|
|||||||
# libart_lgpl
|
# libart_lgpl
|
||||||
|
|
||||||
Libart is a library for high-performance 2D graphics.
|
Libart is a library for high-performance 2D graphics.
|
||||||
It is currently being used as the antialiased rendering engine for the Gnome
|
It is currently being used as the antialiased rendering engine for the Gnome Canvas.
|
||||||
Canvas.
|
|
||||||
It is also the rendering engine for Gill, the Gnome Illustration app.
|
It is also the rendering engine for Gill, the Gnome Illustration app.
|
||||||
Libart is also used by KDE libraries.
|
Libart is also used by KDE libraries.
|
||||||
|
|
||||||
|
@ -1,31 +1,24 @@
|
|||||||
%define gnomever 2.30.1
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
%define gnomemajver %(echo %gnomever | cut -d. -f 1-2)
|
|
||||||
%define gnomegroup platform
|
|
||||||
%define pkgname libart_lgpl
|
|
||||||
|
|
||||||
Name: libart_lgpl
|
Name: libart_lgpl
|
||||||
Version: 2.3.21
|
Version: 2.3.21
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A library for high-performance 2D graphics
|
Summary: A library for high-performance 2D graphics
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.levien.com/libart/
|
URL: http://www.levien.com/libart/
|
||||||
# bugfixes: http://ftp.acc.umu.se/pub/GNOME/sources/%{pkgname}
|
Source: https://download.gnome.org/sources/libart_lgpl/%{majver}/libart_lgpl-%{version}.tar.bz2
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/%{gnomegroup}/%{gnomemajver}/%{gnomever}/sources/%{pkgname}-%{version}.tar.bz2
|
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Libart is a library for high-performance 2D graphics.
|
Libart is a library for high-performance 2D graphics.
|
||||||
It is currently being used as the antialiased rendering engine for the Gnome
|
It is currently being used as the antialiased rendering engine for the Gnome Canvas.
|
||||||
Canvas.
|
|
||||||
It is also the rendering engine for Gill, the Gnome Illustration app.
|
It is also the rendering engine for Gill, the Gnome Illustration app.
|
||||||
Libart is also used by KDE libraries.
|
Libart is also used by KDE libraries.
|
||||||
|
|
||||||
@ -36,15 +29,16 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Libart is a library for high-performance 2D graphics.
|
Libart is a library for high-performance 2D graphics.
|
||||||
It is currently being used as the antialiased rendering engine for the Gnome
|
It is currently being used as the antialiased rendering engine for the Gnome Canvas.
|
||||||
Canvas.
|
|
||||||
It is also the rendering engine for Gill, the Gnome Illustration app.
|
It is also the rendering engine for Gill, the Gnome Illustration app.
|
||||||
Libart is also used by KDE libraries.
|
Libart is also used by KDE libraries.
|
||||||
|
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 -n %{pkgname}-%{version}
|
%setup -q
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -63,19 +57,24 @@ This package contains static libraries and header files need for development.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libart_lgpl_2.so.*
|
%{_libdir}/libart_lgpl_2.so.*
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/libart2-config
|
%{_bindir}/libart2-config
|
||||||
|
%dir %{_includedir}/libart-?.?
|
||||||
%dir %{_includedir}/libart-?.?/libart_lgpl
|
%dir %{_includedir}/libart-?.?/libart_lgpl
|
||||||
%{_includedir}/libart-?.?/libart_lgpl/*.h
|
%{_includedir}/libart-?.?/libart_lgpl/*.h
|
||||||
%{_libdir}/*.a
|
%{_libdir}/libart_lgpl_2.a
|
||||||
%{_libdir}/*.la
|
%{_libdir}/libart_lgpl_2.la
|
||||||
%{_libdir}/*.so
|
%{_libdir}/libart_lgpl_2.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
%doc ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 04 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.21-3mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Sun Jun 27 2010 Automatic Build System <autodist@mambasoft.it> 2.3.21-2mamba
|
* Sun Jun 27 2010 Automatic Build System <autodist@mambasoft.it> 2.3.21-2mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user