rhbz#925193 add support for aarch64
This commit is contained in:
parent
ee74cae672
commit
a771b915ef
1576
cppunit-aarch64.patch
Normal file
1576
cppunit-aarch64.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: cppunit
|
||||
Version: 1.12.1
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
|
||||
Summary: C++ unit testing framework
|
||||
# no license in files
|
||||
@ -12,6 +12,7 @@ Patch0: cppunit-1.12.0-nolibdir.patch
|
||||
Patch1: cppunit-msg.patch
|
||||
#https://sourceforge.net/tracker/?func=detail&aid=2912630&group_id=11795&atid=311795
|
||||
Patch2: cppunit-warnings-sf2912630.patch
|
||||
Patch3: cppunit-aarch64.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: doxygen, graphviz
|
||||
@ -49,6 +50,7 @@ for file in THANKS ChangeLog NEWS; do
|
||||
done
|
||||
%patch1 -p1 -b .nomsg
|
||||
%patch2 -p1 -b .warnings-sf2912630
|
||||
%patch3 -p1 -b .aarch64
|
||||
|
||||
%build
|
||||
export LDFLAGS=-ldl
|
||||
@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/html
|
||||
|
||||
%changelog
|
||||
* Tue May 20 2014 David Tardon <dtardon@redhat.com> - 1.12.1-11
|
||||
- rhbz#925193 add support for aarch64
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user