automatic version update by autodist [release 2.13.0-1mamba;Sat Feb 11 2023]

This commit is contained in:
Automatic Build System 2024-01-06 04:17:47 +01:00
parent b47c254a54
commit 3ee9b5a6f3

View File

@ -1,7 +1,7 @@
%define enable_bytecode_interpreter 1
%define enable_subpixel_rendering 1
Name: libfreetype
Version: 2.12.1
Version: 2.13.0
Release: 1mamba
Summary: Free TrueType font rasterizer library
Vendor: openmamba
@ -22,10 +22,7 @@ License: GPL
BuildRequires: glibc-devel
BuildRequires: libbrotli-devel
BuildRequires: libbzip2-devel
BuildRequires: libglib-devel
BuildRequires: libgraphite2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpcre-devel
BuildRequires: libpng-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
@ -47,23 +44,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package.
%package -n lib32-%{name}
Summary: Free TrueType font rasterizer library (32 bit)
Group: System/Libraries
%description -n lib32-%{name}
This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package.
%package -n lib32-%{name}-devel
Summary: Header files and static library for development with FreeType2 (32 bit)
Group: Development/Libraries
Requires: lib32-%{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib32-%{name}-devel
This package is only needed if you intend to develop or compile applications which rely on the FreeType2 library. If you simply want to run existing applications, you won't need this package.
%debug_package
%prep
@ -124,24 +104,16 @@ ln -s freetype2 %{buildroot}%{_includedir}/freetype
%dir %{_includedir}/freetype2
%{_includedir}/freetype2/*
%{_libdir}/libfreetype.so
%{_libdir}/libfreetype.la
%{_libdir}/pkgconfig/freetype2.pc
%{_datadir}/aclocal/*
%{_mandir}/man1/freetype-config.1*
%doc docs/*
%doc ChangeLog README
%ifarch x86_64_disabled
%files -n lib32-%{name}
%defattr(-,root,root)
%{_prefix}/lib/libfreetype.so.*
%files -n lib32-%{name}-devel
%defattr(-,root,root)
%{_prefix}/lib/libfreetype.so
%endif
%doc ChangeLog
%changelog
* Sat Feb 11 2023 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
- automatic version update by autodist
* Sun May 01 2022 Automatic Build System <autodist@mambasoft.it> 2.12.1-1mamba
- automatic version update by autodist