|
|
|
@ -1,16 +1,14 @@
|
|
|
|
|
Name: libspiro
|
|
|
|
|
Version: 20200505
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Version: 20150131
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Summary: Library to simplify the drawing of beautiful curves
|
|
|
|
|
|
|
|
|
|
# The files that are used to compile this library are all in GPLv3+
|
|
|
|
|
# https://github.com/fontforge/libspiro/issues/8
|
|
|
|
|
License: GPLv3+
|
|
|
|
|
URL: https://github.com/fontforge/libspiro/
|
|
|
|
|
# Let's use libspiro-dist tarball from upstream as it does not require autoreconf
|
|
|
|
|
Source0: https://github.com/fontforge/libspiro/releases/download/%{version}/libspiro-dist-%{version}.tar.gz
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
Source0: https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
|
|
|
|
|
BuildRequires: automake autoconf libtool
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This library will take an array of spiro control points and
|
|
|
|
@ -26,19 +24,18 @@ The %{name}-devel package contains libraries and header files for
|
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n libspiro-%{version}
|
|
|
|
|
%autosetup -n libspiro-0.3.20150131
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
autoreconf -i
|
|
|
|
|
automake --foreign -Wall
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
%{make_build}
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install}
|
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc README* ChangeLog AUTHORS
|
|
|
|
|
%license COPYING
|
|
|
|
@ -48,39 +45,10 @@ make check
|
|
|
|
|
%{_includedir}/*
|
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
%{_libdir}/pkgconfig/libspiro.pc
|
|
|
|
|
%{_mandir}/man3/libspiro.3.gz
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20200505-5
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20200505-4
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200505-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200505-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 06 2020 Parag Nemade <pnemade AT redhat DOT com> - 20200505-1
|
|
|
|
|
- Update to 20200505 version (#1831576)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20190731-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2019 Kevin Fenzi <kevin@scrye.com> - 20190731-1
|
|
|
|
|
- Update to 20190731. Fixes bug #1742423
|
|
|
|
|
|
|
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-11
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 20150131-8
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 20150131-8
|
|
|
|
|
- Correct the License to GPLv3+
|
|
|
|
|