|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libass
|
|
|
|
|
Version: 0.14.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Version: 0.15.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Portable library for SSA/ASS subtitles rendering
|
|
|
|
|
License: ISC
|
|
|
|
|
URL: https://github.com/libass
|
|
|
|
@ -14,6 +14,7 @@ BuildRequires: pkgconfig(freetype2) >= 9.10.3
|
|
|
|
|
BuildRequires: pkgconfig(fribidi) >= 0.19.0
|
|
|
|
|
BuildRequires: pkgconfig(harfbuzz) >= 0.9.5
|
|
|
|
|
BuildRequires: pkgconfig(libpng) >= 1.2.0
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Libass is a portable library for SSA/ASS subtitles rendering.
|
|
|
|
@ -46,14 +47,32 @@ make check
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc Changelog
|
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
%{_libdir}/*.so.9*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_includedir}/ass
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 23 2022 Nicolas Chauvet <kwizart@gmail.com> - 0.15.2-1
|
|
|
|
|
- Update to 0.15.2
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|