Rebase to git dd8f40b7b4742ad97098613876efeef46d3d9e65

- Use _smp_mflags to enable building in parallel.
This commit is contained in:
Josh Stone 2012-10-26 17:28:12 -07:00
parent e983e5b7d5
commit 2e135766e0
2 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@ Summary: An API for Run-time Code Generation
License: LGPLv2+
Name: dyninst
Group: Development/Libraries
Release: 0.26%{?dist}
Release: 0.27%{?dist}
URL: http://www.dyninst.org
Version: 7.99.1
Exclusiveos: linux
@ -12,9 +12,9 @@ ExcludeArch: s390 s390x %{arm}
# The source for this package was pulled from upstream's vcs. Use the
# following commands to generate the tarball:
# git clone http://git.dyninst.org/dyninst.git; cd dyninst
# git archive --format=tar.gz --prefix=dyninst/ 557599ad7417610f179720ad88366c32a0557127 > dyninst-7.99.1.tar.gz
# git archive --format=tar.gz --prefix=dyninst/ dd8f40b7b4742ad97098613876efeef46d3d9e65 > dyninst-7.99.1.tar.gz
# git clone http://git.dyninst.org/docs.git; cd docs
# git archive --format=tar.gz 045689169ad35113756131efbbfeda2edb461874 > dyninst-docs-7.99.1.tar.gz
# git archive --format=tar.gz 6077804c447a8940624ea1db9d8f4d6bc7ac603e > dyninst-docs-7.99.1.tar.gz
# Verify the commit ids with:
# gunzip -c dyninst-7.99.1.tar.gz | git get-tar-commit-id
# gunzip -c dyninst-docs-7.99.1.tar.gz | git get-tar-commit-id
@ -77,7 +77,7 @@ popd
cd dyninst
%configure
make \
make %{?_smp_mflags} \
DONT_BUILD_NEWTESTSUITE=1 \
all StackwalkerAPI
@ -137,6 +137,10 @@ chmod 644 %{buildroot}%{_libdir}/dyninst/*.a
%{_libdir}/dyninst/*.a
%changelog
* Fri Oct 26 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.27
- Rebase to git dd8f40b7b4742ad97098613876efeef46d3d9e65
- Use _smp_mflags to enable building in parallel.
* Wed Oct 03 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.26
- Rebase to git 557599ad7417610f179720ad88366c32a0557127

View File

@ -1,2 +1,2 @@
fdbfdac69e54a2eaa12d6f17da15c072 dyninst-7.99.1.tar.gz
1a4b1d571232dcc07f0f3d22320089cf dyninst-docs-7.99.1.tar.gz
41c9c8b8a118d6453f735c985e94e5ad dyninst-7.99.1.tar.gz
ce9a5aa828b44ca13c5ce9cb224c9b53 dyninst-docs-7.99.1.tar.gz