From 328693693369587d631857e275092d4334bef0f4 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:50:12 +0100 Subject: [PATCH] automatic version update by autodist [release 20221101-1mamba;Thu Nov 03 2022] --- README.md | 3 --- libspiro.spec | 22 ++++++++-------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index e9fa85e..ab24bce 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ # libspiro Spiro simplifies the drawing of beautiful curves. - Using bézier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. - Spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. - This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers. diff --git a/libspiro.spec b/libspiro.spec index 138abab..cf7a209 100644 --- a/libspiro.spec +++ b/libspiro.spec @@ -1,12 +1,12 @@ Name: libspiro -Version: 20220722 +Version: 20221101 Release: 1mamba Summary: A library to simplify the drawing of beautiful curves Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://libspiro.sourceforge.net/ +Packager: Silvan Calarco +URL: https://libspiro.sourceforge.net/ Source: https://github.com/fontforge/libspiro.git/%{version}/libspiro-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN @@ -15,13 +15,10 @@ BuildRequires: glibc-devel %description Spiro simplifies the drawing of beautiful curves. - Using bézier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. - Spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. - This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers. %package devel @@ -31,22 +28,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Spiro simplifies the drawing of beautiful curves. - Using bézier splines an artist can easily draw curves with the same slope on either side of an on-curve point. Spiros, on the other hand, are based on clothoid splines which make it easy to maintain constant curvature as well as constant slope. Such curves will simply look nicer. - Spiro splines only use on-curve points and so are easier to use and more intuitive to the artist. - This library will take an array of spiro control points and convert them into a series of bézier splines which can then be used in the myriad of ways the world has come to use béziers. - -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. %debug_package %prep %setup -q - autoreconf -f -i %build @@ -60,7 +52,7 @@ autoreconf -f -i %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files @@ -72,13 +64,15 @@ autoreconf -f -i %defattr(-,root,root) %{_includedir}/*.h %{_libdir}/libspiro.a -%{_libdir}/libspiro.la %{_libdir}/libspiro.so %{_libdir}/pkgconfig/libspiro.pc %{_mandir}/man3/libspiro.3* %doc README %changelog +* Thu Nov 03 2022 Automatic Build System 20221101-1mamba +- automatic version update by autodist + * Sat Jul 23 2022 Automatic Build System 20220722-1mamba - automatic version update by autodist