Compare commits

...

No commits in common. "c8" and "c9-beta" have entirely different histories.
c8 ... c9-beta

3 changed files with 46 additions and 11 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/0.3.20150131.tar.gz
SOURCES/libspiro-dist-20200505.tar.gz

View File

@ -1 +1 @@
fd897b4ae9640de9d395f4c037dd6ff779c1e8ca SOURCES/0.3.20150131.tar.gz
43d17334d700bf35ea4cf55f6878b7deb2f0c8bc SOURCES/libspiro-dist-20200505.tar.gz

View File

@ -1,14 +1,16 @@
Name: libspiro
Version: 20150131
Release: 8%{?dist}
Version: 20200505
Release: 5%{?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/
Source0: https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
BuildRequires: automake autoconf libtool
# 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
%description
This library will take an array of spiro control points and
@ -24,18 +26,19 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup -n libspiro-0.3.20150131
%autosetup -n libspiro-%{version}
%build
autoreconf -i
automake --foreign -Wall
%configure --disable-static
make %{?_smp_mflags}
%{make_build}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%{make_install}
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%check
make check
%files
%doc README* ChangeLog AUTHORS
%license COPYING
@ -45,8 +48,40 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_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
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 20150131-8
- Correct the License to GPLv3+