49 lines
1.1 KiB
RPMSpec
49 lines
1.1 KiB
RPMSpec
Name: libspiro
|
|
Version: 20150131
|
|
Release: 10
|
|
Summary: Library to simplify drawing beautiful curves
|
|
|
|
License: GPLv3+
|
|
URL: https://github.com/fontforge/libspiro/
|
|
Source0: https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
%description
|
|
This package possesses ability to convert a set of spiro control points into bézier curve
|
|
which can be used in various ways in which people used to do with béziers.
|
|
|
|
%package devel
|
|
Summary: Libraries and header files for libspiro
|
|
Requires: libspiro = %{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files to develop applications with libspiro.
|
|
|
|
%prep
|
|
%autosetup -n libspiro-0.3.20150131
|
|
|
|
%build
|
|
autoreconf -i
|
|
automake --foreign -Wall
|
|
%configure --disable-static
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la
|
|
|
|
%files
|
|
%{_libdir}/*.so.*
|
|
%license COPYING
|
|
%doc README* ChangeLog AUTHORS
|
|
|
|
%files devel
|
|
%{_libdir}/*.so
|
|
%{_libdir}/pkgconfig/libspiro.pc
|
|
%{_includedir}/*
|
|
|
|
%changelog
|
|
* Fri Dec 13 2019 lihao <lihao129@huawei.com> - 20150131-10
|
|
- Package Init
|
|
|