!1 Package Init

Merge pull request !1 from 窃格瓦拉/master
This commit is contained in:
openeuler-ci-bot 2019-12-14 20:50:46 +08:00 committed by Gitee
commit 9edebe3737
2 changed files with 48 additions and 0 deletions

BIN
0.3.20150131.tar.gz Normal file

Binary file not shown.

48
libspiro.spec Normal file
View File

@ -0,0 +1,48 @@
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