Resolves: rhbz#925752 support aarch64
This commit is contained in:
parent
a519603a7d
commit
796096d70b
1396
libgsf-aarch64.patch
Normal file
1396
libgsf-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.26
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
||||
@ -14,6 +14,7 @@ Obsoletes: libgsf-gnome < 1.14.22
|
||||
Obsoletes: libgsf-python < 1.14.26
|
||||
|
||||
Patch0: libgsf-gnome-695907-selinux-use-tmpdir-for-tmpfile.patch
|
||||
Patch1: libgsf-aarch64.patch
|
||||
|
||||
%description
|
||||
A library for reading and writing structured files (e.g. MS OLE and Zip)
|
||||
@ -32,6 +33,7 @@ libgsf.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gnome695907-selinux-use-tmpdir-for-tmpfile.patch
|
||||
%patch1 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
%configure --disable-gtk-doc --disable-static
|
||||
@ -75,6 +77,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Apr 04 2013 Caolán McNamara <caolanm@redhat.com> 1.14.26-3
|
||||
- Resolves: rhbz#925752 support aarch64
|
||||
|
||||
* Fri Mar 15 2013 Caolán McNamara <caolanm@redhat.com> 1.14.26-2
|
||||
- Resolves: (well, push it along a bit) rhbz#921311 selinux foo
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user