Update to 0.9.13
This commit is contained in:
parent
a179cd5326
commit
8b9c50ad99
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
libotf-0.9.11.tar.gz
|
||||
/libotf-0.9.12.tar.gz
|
||||
/libotf-0.9.13.tar.gz
|
||||
|
19
libotf.spec
19
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@lists.fedoraproject.org> - 0.9.12-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user