[libotf] Update to 0.9.13

paragn paragn at fedoraproject.org
Tue Sep 18 17:31:57 UTC 2012


commit 8b9c50ad997a0cdb4a55b97d194f7275e07abbe0
Author: Parag Nemade <panemade at gmail.com>
Date:   Tue Sep 18 23:01:43 2012 +0530

    Update to 0.9.13

 .gitignore  |    1 +
 libotf.spec |   19 +++++++------------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
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 <paragn AT fedoraproject DOT org> - 0.9.13-1
+- Update to 0.9.13
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list