6a9923
Name:           libspiro
6a9923
Version:        20150131
6a9923
Release:        8%{?dist}
6a9923
Summary:        Library to simplify the drawing of beautiful curves
6a9923
6a9923
# The files that are used to compile this library are all in GPLv3+
6a9923
# https://github.com/fontforge/libspiro/issues/8
6a9923
License:        GPLv3+
6a9923
URL:            https://github.com/fontforge/libspiro/
6a9923
Source0:        https://github.com/fontforge/libspiro/archive/0.3.20150131.tar.gz
6a9923
BuildRequires: automake autoconf libtool
6a9923
6a9923
%description
6a9923
This library will take an array of spiro control points and 
6a9923
convert them into a series of bézier splines which can then 
6a9923
be used in the myriad of ways the world has come to use béziers. 
6a9923
6a9923
%package        devel
6a9923
Summary:        Development files for %{name}
6a9923
Requires:       %{name}%{?_isa} = %{version}-%{release}
6a9923
6a9923
%description    devel
6a9923
The %{name}-devel package contains libraries and header files for
6a9923
developing applications that use %{name}.
6a9923
6a9923
%prep
6a9923
%autosetup -n libspiro-0.3.20150131
6a9923
6a9923
%build
6a9923
autoreconf -i
6a9923
automake --foreign -Wall
6a9923
%configure --disable-static
6a9923
make %{?_smp_mflags}
6a9923
6a9923
%install
6a9923
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
6a9923
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
6a9923
6a9923
%files
6a9923
%doc README* ChangeLog AUTHORS
6a9923
%license COPYING
6a9923
%{_libdir}/*.so.*
6a9923
6a9923
%files devel
6a9923
%{_includedir}/*
6a9923
%{_libdir}/*.so
6a9923
%{_libdir}/pkgconfig/libspiro.pc
6a9923
6a9923
%changelog
6a9923
* Mon Jul 09 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 20150131-8
6a9923
- Correct the License to GPLv3+
6a9923
6a9923
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-7
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6a9923
6a9923
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-6
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
6a9923
6a9923
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-5
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6a9923
6a9923
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-4
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6a9923
6a9923
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 20150131-3
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6a9923
6a9923
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20150131-2
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6a9923
6a9923
* Sun Feb 01 2015 Kevin Fenzi <kevin@scrye.com> 20150131-1
6a9923
- Update to 20150131
6a9923
6a9923
* Mon Dec 08 2014 Nils Philippsen <nils@redhat.com> - 20130930-4
6a9923
- explicitly link against libm
6a9923
6a9923
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130930-3
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
6a9923
6a9923
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20130930-2
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6a9923
6a9923
* Wed Oct 02 2013 Kevin Fenzi <kevin@scrye.com> 20130930-1
6a9923
- Update to 20130930 version
6a9923
6a9923
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-11
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6a9923
6a9923
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20071029-10
6a9923
- Add patch to add aarch64 support. Fixes bug #925890
6a9923
6a9923
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-9
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6a9923
6a9923
* Thu Nov 22 2012 Parag <paragn AT fedoraproject DOT org> - 20071029-8
6a9923
- Resolves:rh#879153 - spec cleanup for recent packaging guidelines
6a9923
6a9923
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-7
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6a9923
6a9923
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 20071029-6
6a9923
- rebuild for gcc 4.7
6a9923
6a9923
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-5
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6a9923
6a9923
* Tue Dec 15 2009 Parag <paragn AT fedoraproject.org> - 20071029-4
6a9923
- Fix rpmlint error "libspiro.src:53: E: files-attr-not-set"
6a9923
6a9923
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-3
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6a9923
6a9923
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-2
6a9923
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6a9923
6a9923
* Tue Dec 16 2008 Kevin Fenzi <kevin@tummy.com> - 20071029-1
6a9923
- Initial version for Fedora