Add support for building on aarch64 (bug #925774).
This commit is contained in:
parent
f558e2e10e
commit
eb0428f7b2
2682
libieee1284-aarch64.patch
Normal file
2682
libieee1284-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,13 @@
|
|||||||
Summary: A library for interfacing IEEE 1284-compatible devices
|
Summary: A library for interfacing IEEE 1284-compatible devices
|
||||||
Name: libieee1284
|
Name: libieee1284
|
||||||
Version: 0.2.11
|
Version: 0.2.11
|
||||||
Release: 13%{?dist}
|
Release: 14%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://cyberelk.net/tim/libieee1284/
|
URL: http://cyberelk.net/tim/libieee1284/
|
||||||
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
||||||
Patch1: libieee1284-strict-aliasing.patch
|
Patch1: libieee1284-strict-aliasing.patch
|
||||||
|
Patch2: libieee1284-aarch64.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: xmlto, python-devel
|
BuildRequires: xmlto, python-devel
|
||||||
|
|
||||||
@ -33,8 +34,12 @@ use 'import ieee1284'.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# Fixed strict aliasing warnings (bug #605170).
|
||||||
%patch1 -p1 -b .strict-aliasing
|
%patch1 -p1 -b .strict-aliasing
|
||||||
|
|
||||||
|
# Add support for building on aarch64 (bug #925774).
|
||||||
|
%patch2 -p1 -b .aarch64
|
||||||
|
|
||||||
%build
|
%build
|
||||||
touch doc/interface.xml
|
touch doc/interface.xml
|
||||||
%configure
|
%configure
|
||||||
@ -71,6 +76,9 @@ rm -rf %{buildroot}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 30 2013 Tim Waugh <twaugh@redhat.com> 0.2.11-14
|
||||||
|
- Add support for building on aarch64 (bug #925774).
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-13
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.11-13
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user