diff --git a/0.3.20150131.tar.gz b/0.3.20150131.tar.gz new file mode 100644 index 0000000..b12b519 Binary files /dev/null and b/0.3.20150131.tar.gz differ diff --git a/libspiro.spec b/libspiro.spec new file mode 100644 index 0000000..f1b53d5 --- /dev/null +++ b/libspiro.spec @@ -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 - 20150131-10 +- Package Init +