From 8b9c50ad997a0cdb4a55b97d194f7275e07abbe0 Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Sep 18 2012 17:31:43 +0000 Subject: Update to 0.9.13 --- diff --git a/.gitignore b/.gitignore index c2d94de..4770ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ libotf-0.9.11.tar.gz /libotf-0.9.12.tar.gz +/libotf-0.9.13.tar.gz diff --git a/libotf.spec b/libotf.spec index dc06de4..25fef64 100644 --- a/libotf.spec +++ b/libotf.spec @@ -1,13 +1,12 @@ Name: libotf -Version: 0.9.12 -Release: 4%{?dist} +Version: 0.9.13 +Release: 1%{?dist} Summary: A Library for handling OpenType Font Group: System Environment/Libraries License: LGPLv2+ -URL: http://www.m17n.org/libotf/ -Source0: http://www.m17n.org/%{name}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +URL: http://www.nongnu.org/m17n/ +Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz BuildRequires: gcc chrpath freetype-devel libXaw-devel Requires: freetype @@ -44,7 +43,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done @@ -52,17 +50,12 @@ for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done (cd example && make clean && rm -rf .deps && rm Makefile) rm $RPM_BUILD_ROOT/usr/bin/libotf-config -%clean -rm -rf $RPM_BUILD_ROOT - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc AUTHORS COPYING README NEWS %{_libdir}/*.so.* %{_bindir}/otfdump @@ -71,13 +64,15 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/otfview %files devel -%defattr(-,root,root,-) %doc example %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* %changelog +* Tue Sep 18 2012 Parag Nemade - 0.9.13-1 +- Update to 0.9.13 + * Thu Jul 19 2012 Fedora Release Engineering - 0.9.12-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 152cd85..8d9b5dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -630a0556af3be60360e8a75e59561eda libotf-0.9.12.tar.gz +99ca3857016e0bb8944776cfa16e6b2d libotf-0.9.13.tar.gz