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
|
Name: cppunit
|
||||||
Version: 1.12.1
|
Version: 1.12.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
|
|
||||||
Summary: C++ unit testing framework
|
Summary: C++ unit testing framework
|
||||||
# no license in files
|
# no license in files
|
||||||
@ -12,6 +12,7 @@ Patch0: cppunit-1.12.0-nolibdir.patch
|
|||||||
Patch1: cppunit-msg.patch
|
Patch1: cppunit-msg.patch
|
||||||
#https://sourceforge.net/tracker/?func=detail&aid=2912630&group_id=11795&atid=311795
|
#https://sourceforge.net/tracker/?func=detail&aid=2912630&group_id=11795&atid=311795
|
||||||
Patch2: cppunit-warnings-sf2912630.patch
|
Patch2: cppunit-warnings-sf2912630.patch
|
||||||
|
Patch3: cppunit-aarch64.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: doxygen, graphviz
|
BuildRequires: doxygen, graphviz
|
||||||
@ -49,6 +50,7 @@ for file in THANKS ChangeLog NEWS; do
|
|||||||
done
|
done
|
||||||
%patch1 -p1 -b .nomsg
|
%patch1 -p1 -b .nomsg
|
||||||
%patch2 -p1 -b .warnings-sf2912630
|
%patch2 -p1 -b .warnings-sf2912630
|
||||||
|
%patch3 -p1 -b .aarch64
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS=-ldl
|
export LDFLAGS=-ldl
|
||||||
@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/html
|
%doc doc/html
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user