2024-01-06 05:50:10 +01:00
|
|
|
Name: libspiro
|
2024-09-04 15:12:17 +02:00
|
|
|
Version: 20240902
|
2024-01-06 05:50:11 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 05:50:10 +01:00
|
|
|
Summary: A library to simplify the drawing of beautiful curves
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 05:50:12 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://libspiro.sourceforge.net/
|
2024-01-06 05:50:11 +01:00
|
|
|
Source: https://github.com/fontforge/libspiro.git/%{version}/libspiro-%{version}.tar.bz2
|
2024-01-06 05:50:10 +01:00
|
|
|
License: GPL
|
2024-01-06 05:50:11 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 05:50:10 +01:00
|
|
|
|
|
|
|
%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
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Static libraries and headers for %{name}
|
|
|
|
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.
|
2024-01-06 05:50:12 +01:00
|
|
|
This package contains static libraries and header files needed for development.
|
2024-01-06 05:50:10 +01:00
|
|
|
|
2024-01-06 05:50:11 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 05:50:10 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 05:50:11 +01:00
|
|
|
autoreconf -f -i
|
|
|
|
|
2024-01-06 05:50:10 +01:00
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 05:50:11 +01:00
|
|
|
%{_libdir}/libspiro.so.*
|
|
|
|
%doc COPYING
|
2024-01-06 05:50:10 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/*.h
|
2024-01-06 05:50:11 +01:00
|
|
|
%{_libdir}/libspiro.a
|
|
|
|
%{_libdir}/libspiro.so
|
|
|
|
%{_libdir}/pkgconfig/libspiro.pc
|
2024-01-06 05:50:11 +01:00
|
|
|
%{_mandir}/man3/libspiro.3*
|
2024-01-06 05:50:11 +01:00
|
|
|
%doc README
|
2024-01-06 05:50:10 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-09-04 15:12:17 +02:00
|
|
|
* Wed Sep 04 2024 Automatic Build System <autodist@openmamba.org> 20240902-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:50:12 +01:00
|
|
|
* Thu Nov 03 2022 Automatic Build System <autodist@mambasoft.it> 20221101-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:50:11 +01:00
|
|
|
* Sat Jul 23 2022 Automatic Build System <autodist@mambasoft.it> 20220722-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:50:11 +01:00
|
|
|
* Mon May 11 2020 Automatic Build System <autodist@mambasoft.it> 20200505-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 05:50:11 +01:00
|
|
|
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 20190731-1mamba
|
|
|
|
- update to 20190731
|
|
|
|
|
2024-01-06 05:50:10 +01:00
|
|
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 20071029-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Tue Nov 20 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 20071029-1mamba
|
|
|
|
- package created by autospec
|