rebuilt with debug package and aarch64 build fix [release 0.3.4-2mamba;Sat Jan 30 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 05:55:36 +01:00
parent 66a49cd7a4
commit 9a54fdc919
2 changed files with 23 additions and 19 deletions

View File

@ -1,8 +1,5 @@
# libtiger # libtiger
libtiger is a rendering library for Kate streams using Pango and Cairo. libtiger is a rendering library for Kate streams using Pango and Cairo.
More information about Kate streams may be found at http://wiki.xiph.org/index.php/OggKate.
More information about Kate streams may be found at
http://wiki.xiph.org/index.php/OggKate

View File

@ -1,31 +1,35 @@
Name: libtiger Name: libtiger
Version: 0.3.4 Version: 0.3.4
Release: 1mamba Release: 2mamba
Summary: A rendering library for Kate streams using Pango and Cairo Summary: A rendering library for Kate streams using Pango and Cairo
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://code.google.com/p/libtiger/ URL: http://code.google.com/p/libtiger/
Source: http://libtiger.googlecode.com/files/libtiger-%{version}.tar.gz Source: http://libtiger.googlecode.com/files/libtiger-%{version}.tar.gz
License: LGPL License: LGPL
BuildRequires: doxygen
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libbzip2-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgraphite2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libkate-devel BuildRequires: libkate-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libpng-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: doxygen
BuildRequires: valgrind BuildRequires: valgrind
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
libtiger is a rendering library for Kate streams using Pango and Cairo. libtiger is a rendering library for Kate streams using Pango and Cairo.
More information about Kate streams may be found at http://wiki.xiph.org/index.php/OggKate.
More information about Kate streams may be found at
http://wiki.xiph.org/index.php/OggKate
%package devel %package devel
Group: Development/Libraries Group: Development/Libraries
@ -33,9 +37,8 @@ Summary: Libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel %description devel
A rendering library for Kate streams using Pango and Cairo A rendering library for Kate streams using Pango and Cairo.
This package contains libraries and header files needed for development.
This package contains libraries and header files need for development.
%package static %package static
Group: Development/Libraries Group: Development/Libraries
@ -44,8 +47,7 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description static %description static
A rendering library for Kate streams using Pango and Cairo A rendering library for Kate streams using Pango and Cairo
This package contains static libraries needed for development.
This package contains static libraries need for development.
%package doc %package doc
Group: Documentation Group: Documentation
@ -53,12 +55,13 @@ Summary: Documentation for %{name}
%description doc %description doc
A rendering library for Kate streams using Pango and Cairo A rendering library for Kate streams using Pango and Cairo
This package contains documentation for %{name}. This package contains documentation for %{name}.
%prep %debug_package
%prep
%setup -q %setup -q
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," misc/autotools/config.sub
%build %build
%configure %configure
@ -82,7 +85,7 @@ mv %{buildroot}%{_docdir}/%{name} __doc
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/libtiger.so.* %{_libdir}/libtiger.so.*
%doc AUTHORS COPYING ChangeLog README THANKS %doc AUTHORS COPYING
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
@ -90,6 +93,7 @@ mv %{buildroot}%{_docdir}/%{name} __doc
%{_includedir}/tiger/tiger*.h %{_includedir}/tiger/tiger*.h
%{_libdir}/libtiger.so %{_libdir}/libtiger.so
%{_libdir}/pkgconfig/tiger.pc %{_libdir}/pkgconfig/tiger.pc
%doc ChangeLog README THANKS
%files static %files static
%defattr(-,root,root) %defattr(-,root,root)
@ -100,6 +104,9 @@ mv %{buildroot}%{_docdir}/%{name} __doc
%doc examples __doc/html %doc examples __doc/html
%changelog %changelog
* Sat Jan 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.4-2mamba
- rebuilt with debug package and aarch64 build fix
* Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba * Thu Jul 05 2012 Automatic Build System <autodist@mambasoft.it> 0.3.4-1mamba
- automatic version update by autodist - automatic version update by autodist