modernize a bit

f41
David Tardon 7 years ago
parent 88a484187e
commit 7b78ae6507

@ -3,7 +3,6 @@ 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
@ -16,7 +15,6 @@ 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
@ -25,7 +23,6 @@ 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
@ -33,7 +30,7 @@ Tools to transform EOT font files into other formats. Only TTF is
supported currently.
%prep
%setup -q
%autosetup -p1
%build
%configure --disable-silent-rules --disable-static
@ -52,7 +49,8 @@ rm -f %{buildroot}/%{_libdir}/*.la
%postun -p /sbin/ldconfig
%files
%doc LICENSE PATENTS
%doc PATENTS
%license LICENSE
%{_libdir}/%{name}.so.*
%files devel

Loading…
Cancel
Save