From ef88030f2a0f63c09018887b25f6a85834b440a8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 19 Mar 2014 08:29:51 +0000 Subject: [PATCH] 0.10.2, Run make check --- .gitignore | 7 +------ libass.spec | 25 +++++++++---------------- sources | 2 +- 3 files changed, 11 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 8636890..bf5e43e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -libass-0.9.8.tar.bz2 -libass-0.9.9.tar.bz2 -/libass-0.9.11.tar.bz2 -/libass-0.9.12.tar.xz -/libass-0.10.0.tar.xz -/libass-0.10.1.tar.xz +/libass-0.*.tar.xz diff --git a/libass.spec b/libass.spec index 531a5f6..0f7d58c 100644 --- a/libass.spec +++ b/libass.spec @@ -1,6 +1,6 @@ Name: libass -Version: 0.10.1 -Release: 4%{?dist} +Version: 0.10.2 +Release: 1%{?dist} Summary: Portable library for SSA/ASS subtitles rendering Group: System Environment/Libraries @@ -8,19 +8,11 @@ License: ISC URL: http://code.google.com/p/libass/ Source0: http://libass.googlecode.com/files/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - -BuildRequires: libpng-devel BuildRequires: enca-devel BuildRequires: fontconfig-devel BuildRequires: fribidi-devel -%if 0%{?fedora} >= 18 -# The oldest required version harfbuzz-ng 0.9.5, fedora 17 and bellow have -# harfbuff 0.6.x. -# For advanced opentype shaping. BuildRequires: harfbuzz-devel >= 0.9.5 -%endif - +BuildRequires: libpng-devel %description Libass is a portable library for SSA/ASS subtitles rendering. @@ -45,13 +37,12 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%clean -rm -rf $RPM_BUILD_ROOT +%check +make check %post -p /sbin/ldconfig @@ -60,17 +51,19 @@ rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc Changelog COPYING %{_libdir}/*.so.* %files devel -%defattr(-,root,root,-) %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/libass.pc %changelog +* Wed Mar 19 2014 Peter Robinson 0.10.2-1 +- Update to 0.10.2 +- Run make check + * Sat Aug 03 2013 Fedora Release Engineering - 0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index b6448f0..62110e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f54b1f3a24fa897ebbbcc5bc744b32a libass-0.10.1.tar.xz +ce672ed5629c9708b3401b976f516744 libass-0.10.2.tar.xz