From 05a06386daba8eb8e2fbc798b38d375cb025700b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 18 2021 07:41:35 +0000 Subject: import libeot-0.01-9.module+el8.4.0+10375+644ee9c3 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8f22ef3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/libeot-0.01.tar.bz2 diff --git a/.libeot.metadata b/.libeot.metadata new file mode 100644 index 0000000..86a470c --- /dev/null +++ b/.libeot.metadata @@ -0,0 +1 @@ +9c0ae2843bccaa793bab4ad40f609a1139b0237b SOURCES/libeot-0.01.tar.bz2 diff --git a/SPECS/libeot.spec b/SPECS/libeot.spec new file mode 100644 index 0000000..6ec570f --- /dev/null +++ b/SPECS/libeot.spec @@ -0,0 +1,90 @@ +Name: libeot +Version: 0.01 +Release: 9%{?dist} +Summary: A library for parsing Embedded OpenType font files + +Group: System Environment/Libraries +License: MPLv2.0 +URL: https://github.com/umanwizard/libeot +Source: http://dev-www.libreoffice.org/src/%{name}-%{version}.tar.bz2 + +%description +%{name} is a library for parsing Embedded OpenType files (Microsoft +embedded font "standard") and converting them to other formats. + +%package devel +Summary: Development files for %{name} +Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%package tools +Summary: Tools to transform EOT font files into other formats +Group: Applications/Publishing +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description tools +Tools to transform EOT font files into other formats. Only TTF is +supported currently. + +%prep +%setup -q + +%build +%configure --disable-silent-rules --disable-static +sed -i \ + -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ + -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ + libtool +make %{?_smp_mflags} + +%install +make install DESTDIR=%{buildroot} INSTALL='install -p' +rm -f %{buildroot}/%{_libdir}/*.la + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc LICENSE PATENTS +%{_libdir}/%{name}.so.* + +%files devel +%{_includedir}/%{name} +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}.pc + +%files tools +%{_bindir}/eot2ttf + +%changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.01-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 0.01-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.01-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.01-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 0.01-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.01-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Aug 17 2014 Fedora Release Engineering - 0.01-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.01-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Dec 04 2013 David Tardon - 0.01-1 +- initial import