|
|
a7c57b |
Name: libspiro
|
|
|
a7c57b |
Version: 20200505
|
|
|
a7c57b |
Release: 5%{?dist}
|
|
|
a7c57b |
Summary: Library to simplify the drawing of beautiful curves
|
|
|
a7c57b |
|
|
|
a7c57b |
# The files that are used to compile this library are all in GPLv3+
|
|
|
a7c57b |
# https://github.com/fontforge/libspiro/issues/8
|
|
|
a7c57b |
License: GPLv3+
|
|
|
a7c57b |
URL: https://github.com/fontforge/libspiro/
|
|
|
a7c57b |
# Let's use libspiro-dist tarball from upstream as it does not require autoreconf
|
|
|
a7c57b |
Source0: https://github.com/fontforge/libspiro/releases/download/%{version}/libspiro-dist-%{version}.tar.gz
|
|
|
a7c57b |
BuildRequires: gcc
|
|
|
a7c57b |
BuildRequires: make
|
|
|
a7c57b |
|
|
|
a7c57b |
%description
|
|
|
a7c57b |
This library will take an array of spiro control points and
|
|
|
a7c57b |
convert them into a series of bézier splines which can then
|
|
|
a7c57b |
be used in the myriad of ways the world has come to use béziers.
|
|
|
a7c57b |
|
|
|
a7c57b |
%package devel
|
|
|
a7c57b |
Summary: Development files for %{name}
|
|
|
a7c57b |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
a7c57b |
|
|
|
a7c57b |
%description devel
|
|
|
a7c57b |
The %{name}-devel package contains libraries and header files for
|
|
|
a7c57b |
developing applications that use %{name}.
|
|
|
a7c57b |
|
|
|
a7c57b |
%prep
|
|
|
a7c57b |
%autosetup -n libspiro-%{version}
|
|
|
a7c57b |
|
|
|
a7c57b |
%build
|
|
|
a7c57b |
%configure --disable-static
|
|
|
a7c57b |
%{make_build}
|
|
|
a7c57b |
|
|
|
a7c57b |
%install
|
|
|
a7c57b |
%{make_install}
|
|
|
a7c57b |
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
a7c57b |
|
|
|
a7c57b |
%check
|
|
|
a7c57b |
make check
|
|
|
a7c57b |
|
|
|
a7c57b |
%files
|
|
|
a7c57b |
%doc README* ChangeLog AUTHORS
|
|
|
a7c57b |
%license COPYING
|
|
|
a7c57b |
%{_libdir}/*.so.*
|
|
|
a7c57b |
|
|
|
a7c57b |
%files devel
|
|
|
a7c57b |
%{_includedir}/*
|
|
|
a7c57b |
%{_libdir}/*.so
|
|
|
a7c57b |
%{_libdir}/pkgconfig/libspiro.pc
|
|
|
a7c57b |
%{_mandir}/man3/libspiro.3.gz
|
|
|
a7c57b |
|
|
|
a7c57b |
%changelog
|
|
|
a7c57b |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20200505-5
|
|
|
a7c57b |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
a7c57b |
Related: rhbz#1991688
|
|
|
a7c57b |
|
|
|
a7c57b |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20200505-4
|
|
|
a7c57b |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200505-3
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200505-2
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed May 06 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200505-1
|
|
|
a7c57b |
- Update to 20200505 version (#1831576)
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190731-2
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Aug 22 2019 Kevin Fenzi <kevin@scrye.com> - 20190731-1
|
|
|
a7c57b |
- Update to 20190731. Fixes bug #1742423
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-11
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-10
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-9
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 20150131-8
|
|
|
a7c57b |
- Correct the License to GPLv3+
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-7
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-6
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-5
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-4
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-3
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150131-2
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sun Feb 01 2015 Kevin Fenzi <kevin@scrye.com> 20150131-1
|
|
|
a7c57b |
- Update to 20150131
|
|
|
a7c57b |
|
|
|
a7c57b |
* Mon Dec 08 2014 Nils Philippsen <nils@redhat.com> - 20130930-4
|
|
|
a7c57b |
- explicitly link against libm
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130930-3
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130930-2
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Oct 02 2013 Kevin Fenzi <kevin@scrye.com> 20130930-1
|
|
|
a7c57b |
- Update to 20130930 version
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-11
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20071029-10
|
|
|
a7c57b |
- Add patch to add aarch64 support. Fixes bug #925890
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-9
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Nov 22 2012 Parag <paragn AT fedoraproject DOT org> - 20071029-8
|
|
|
a7c57b |
- Resolves:rh#879153 - spec cleanup for recent packaging guidelines
|
|
|
a7c57b |
|
|
|
a7c57b |
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-7
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 20071029-6
|
|
|
a7c57b |
- rebuild for gcc 4.7
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-5
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Dec 15 2009 Parag <paragn AT fedoraproject.org> - 20071029-4
|
|
|
a7c57b |
- Fix rpmlint error "libspiro.src:53: E: files-attr-not-set"
|
|
|
a7c57b |
|
|
|
a7c57b |
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-3
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-2
|
|
|
a7c57b |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
a7c57b |
|
|
|
a7c57b |
* Tue Dec 16 2008 Kevin Fenzi <kevin@tummy.com> - 20071029-1
|
|
|
a7c57b |
- Initial version for Fedora
|