Add patch to add aarch64 support. Fixes bug #925890
This commit is contained in:
parent
dcbe579407
commit
d455c426c8
2787
libspiro-aarch64.patch
Normal file
2787
libspiro-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,14 @@
|
||||
Name: libspiro
|
||||
Version: 20071029
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Library to simplify the drawing of beautiful curves
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://libspiro.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.bz2
|
||||
# Patch to add aarch64 support
|
||||
Patch0: http://ausil.fedorapeople.org/aarch64/libspiro/libspiro-aarch64.patch
|
||||
|
||||
%description
|
||||
This library will take an array of spiro control points and
|
||||
@ -25,6 +27,8 @@ developing applications that use %{name}.
|
||||
%prep
|
||||
%setup -q -n libspiro-20071029
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
@ -47,6 +51,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/*.so
|
||||
|
||||
%changelog
|
||||
* Sat Mar 23 2013 Kevin Fenzi <kevin@scrye.com> 20071029-10
|
||||
- Add patch to add aarch64 support. Fixes bug #925890
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20071029-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user