From 1b7e0ce47a03e9e7e1baab8350ffcdbac2c478c8 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Thu, 1 Aug 2019 22:41:11 -0400 Subject: [PATCH] import libspiro-20150131-8.el8 --- .gitignore | 1 + .libspiro.metadata | 1 + SPECS/libspiro.spec | 117 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 .gitignore create mode 100644 .libspiro.metadata create mode 100644 SPECS/libspiro.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..035a00e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/0.3.20150131.tar.gz diff --git a/.libspiro.metadata b/.libspiro.metadata new file mode 100644 index 0000000..d8810bc --- /dev/null +++ b/.libspiro.metadata @@ -0,0 +1 @@ +fd897b4ae9640de9d395f4c037dd6ff779c1e8ca SOURCES/0.3.20150131.tar.gz diff --git a/SPECS/libspiro.spec b/SPECS/libspiro.spec new file mode 100644 index 0000000..2c70127 --- /dev/null +++ b/SPECS/libspiro.spec @@ -0,0 +1,117 @@ +Name: libspiro +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/ +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 +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 +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%autosetup -n libspiro-0.3.20150131 + +%build +autoreconf -i +automake --foreign -Wall +%configure --disable-static +make %{?_smp_mflags} + +%install +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + +%files +%doc README* ChangeLog AUTHORS +%license COPYING +%{_libdir}/*.so.* + +%files devel +%{_includedir}/* +%{_libdir}/*.so +%{_libdir}/pkgconfig/libspiro.pc + +%changelog +* Mon Jul 09 2018 Parag Nemade - 20150131-8 +- Correct the License to GPLv3+ + +* Wed Feb 07 2018 Fedora Release Engineering - 20150131-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Aug 03 2017 Fedora Release Engineering - 20150131-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 20150131-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 20150131-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Thu Feb 04 2016 Fedora Release Engineering - 20150131-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 20150131-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sun Feb 01 2015 Kevin Fenzi 20150131-1 +- Update to 20150131 + +* Mon Dec 08 2014 Nils Philippsen - 20130930-4 +- explicitly link against libm + +* Sun Aug 17 2014 Fedora Release Engineering - 20130930-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 20130930-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed Oct 02 2013 Kevin Fenzi 20130930-1 +- Update to 20130930 version + +* Sat Aug 03 2013 Fedora Release Engineering - 20071029-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Sat Mar 23 2013 Kevin Fenzi 20071029-10 +- Add patch to add aarch64 support. Fixes bug #925890 + +* Thu Feb 14 2013 Fedora Release Engineering - 20071029-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Nov 22 2012 Parag - 20071029-8 +- Resolves:rh#879153 - spec cleanup for recent packaging guidelines + +* Thu Jul 19 2012 Fedora Release Engineering - 20071029-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jan 10 2012 Nils Philippsen - 20071029-6 +- rebuild for gcc 4.7 + +* Tue Feb 08 2011 Fedora Release Engineering - 20071029-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Tue Dec 15 2009 Parag - 20071029-4 +- Fix rpmlint error "libspiro.src:53: E: files-attr-not-set" + +* Sat Jul 25 2009 Fedora Release Engineering - 20071029-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Wed Feb 25 2009 Fedora Release Engineering - 20071029-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Dec 16 2008 Kevin Fenzi - 20071029-1 +- Initial version for Fedora