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.11.tar.gz
|
||||||
/libotf-0.9.12.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
|
Name: libotf
|
||||||
Version: 0.9.12
|
Version: 0.9.13
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Library for handling OpenType Font
|
Summary: A Library for handling OpenType Font
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.m17n.org/libotf/
|
URL: http://www.nongnu.org/m17n/
|
||||||
Source0: http://www.m17n.org/%{name}/%{name}-%{version}.tar.gz
|
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
BuildRequires: gcc chrpath freetype-devel libXaw-devel
|
BuildRequires: gcc chrpath freetype-devel libXaw-devel
|
||||||
Requires: freetype
|
Requires: freetype
|
||||||
@ -44,7 +43,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done
|
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)
|
(cd example && make clean && rm -rf .deps && rm Makefile)
|
||||||
rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
rm $RPM_BUILD_ROOT/usr/bin/libotf-config
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING README NEWS
|
%doc AUTHORS COPYING README NEWS
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
%{_bindir}/otfdump
|
%{_bindir}/otfdump
|
||||||
@ -71,13 +64,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/otfview
|
%{_bindir}/otfview
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc example
|
%doc example
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user