Blame SPECS/dyninst.spec

b9caf1
%{?scl:%scl_package dyninst}
b9caf1
b9caf1
Summary: An API for Run-time Code Generation
b9caf1
License: LGPLv2+
b9caf1
Name: %{?scl_prefix}dyninst
b9caf1
Group: Development/Libraries
b9caf1
Release: 5%{?dist}
b9caf1
URL: http://www.dyninst.org
b9caf1
Version: 10.1.0
b9caf1
Exclusiveos: linux
b9caf1
ExclusiveArch: %{ix86} x86_64
b9caf1
b9caf1
Source0: https://github.com/dyninst/dyninst/archive/v%{version}/dyninst-%{version}.tar.gz
b9caf1
Source1: https://github.com/dyninst/testsuite/archive/v%{version}/testsuite-%{version}.tar.gz
b9caf1
Source2: https://sourceforge.net/projects/boost/files/boost/1.66.0/boost_1_66_0.tar.bz2
b9caf1
Source3: https://github.com/01org/tbb/archive/2018_U6.tar.gz
b9caf1
b9caf1
Patch1: dyninst-10.1.0-result.patch
b9caf1
Patch2: testsuite-10.1.0-386.patch
b9caf1
Patch3: dyninst-10.1.0-cmake.patch
b9caf1
Patch4: dyninst-10.1.0-elfstatic.patch
b9caf1
%if 0%{?rhel} <= 7
b9caf1
Patch5: testsuite-10.1.0-mutateecompiler.patch
b9caf1
%endif
b9caf1
b9caf1
%global dyninst_base dyninst-%{version}
b9caf1
%global testsuite_base testsuite-%{version}
b9caf1
b9caf1
b9caf1
BuildRequires: zlib-devel
b9caf1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
b9caf1
BuildRequires: boost-devel
b9caf1
BuildRequires: binutils-devel
b9caf1
BuildRequires: cmake
b9caf1
BuildRequires: libtirpc-devel
b9caf1
BuildRequires: tbb tbb-devel
b9caf1
b9caf1
%{?scl:Requires: %scl_runtime}
b9caf1
b9caf1
# Extra requires just for the testsuite
b9caf1
# NB, there's no separate libstdc++-static for <=el6
b9caf1
%if 0%{?rhel} >= 7
b9caf1
BuildRequires: libstdc++-static
b9caf1
%endif
b9caf1
BuildRequires: gcc-gfortran glibc-static nasm libxml2-devel
b9caf1
b9caf1
%if 0%{?rhel} <= 7
b9caf1
# C++11 requires devtoolset gcc.
b9caf1
BuildRequires: %{?scl_prefix}gcc-c++
b9caf1
BuildRequires: %{?scl_prefix}elfutils
b9caf1
BuildRequires: %{?scl_prefix}elfutils-devel
b9caf1
BuildRequires: %{?scl_prefix}elfutils-libelf-devel
b9caf1
Requires: %{?scl_prefix}elfutils
b9caf1
%else
b9caf1
BuildRequires: elfutils-devel
b9caf1
BuildRequires: elfutils-libelf-devel
b9caf1
%endif
b9caf1
b9caf1
# Testsuite files should not provide/require anything
b9caf1
%{?filter_setup:
b9caf1
%filter_provides_in %{_libdir}/dyninst/testsuite/
b9caf1
%filter_requires_in %{_libdir}/dyninst/testsuite/
b9caf1
%filter_setup
b9caf1
}
b9caf1
b9caf1
%description
b9caf1
b9caf1
Dyninst is an Application Program Interface (API) to permit the insertion of
b9caf1
code into a running program. The API also permits changing or removing
b9caf1
subroutine calls from the application program. Run-time code changes are
b9caf1
useful to support a variety of applications including debugging, performance
b9caf1
monitoring, and to support composing applications out of existing packages.
b9caf1
The goal of this API is to provide a machine independent interface to permit
b9caf1
the creation of tools and applications that use run-time code patching.
b9caf1
b9caf1
%package doc
b9caf1
Summary: Documentation for using the Dyninst API
b9caf1
Group: Documentation
b9caf1
%description doc
b9caf1
dyninst-doc contains API documentation for the Dyninst libraries.
b9caf1
b9caf1
%package devel
b9caf1
Summary: Header files for compiling programs with Dyninst
b9caf1
Group: Development/System
b9caf1
Requires: %{?scl_prefix}dyninst = %{version}-%{release}
b9caf1
Requires: boost-devel
b9caf1
Requires: tbb-devel
b9caf1
%description devel
b9caf1
dyninst-devel includes the C header files that specify the Dyninst user-space
b9caf1
libraries and interfaces. This is required for rebuilding any program
b9caf1
that uses Dyninst.
b9caf1
b9caf1
%package static
b9caf1
Summary: Static libraries for the compiling programs with Dyninst
b9caf1
Group: Development/System
b9caf1
Requires: %{?scl_prefix}dyninst-devel = %{version}-%{release}
b9caf1
%description static
b9caf1
dyninst-static includes the static versions of the library files for
b9caf1
the dyninst user-space libraries and interfaces.
b9caf1
b9caf1
%package testsuite
b9caf1
Summary: Programs for testing Dyninst
b9caf1
Group: Development/System
b9caf1
Requires: %{?scl_prefix}dyninst = %{version}-%{release}
b9caf1
Requires: %{?scl_prefix}dyninst-devel = %{version}-%{release}
b9caf1
Requires: %{?scl_prefix}dyninst-static = %{version}-%{release}
b9caf1
Requires: glibc-static
b9caf1
%description testsuite
b9caf1
dyninst-testsuite includes the test harness and target programs for
b9caf1
making sure that dyninst works properly.
b9caf1
b9caf1
%prep
b9caf1
%setup -q -n %{name}-%{version} -c
b9caf1
%setup -q -T -D -a 1
b9caf1
# setup source3 boost by copying where cmake can find it to build its own copy
b9caf1
cp %{_topdir}/SOURCES/boost_1_66_0.tar.bz2 /tmp
b9caf1
# setup source4 tbb by copying where cmake can find it to build its own copy
b9caf1
cp %{_topdir}/SOURCES/2018_U6.tar.gz /tmp
b9caf1
b9caf1
%patch1 -p1 -b.result
b9caf1
%patch2 -p1 -b.386
b9caf1
%patch3 -p1 -b.cmake
b9caf1
%patch4 -p1 -b.elfstatic
b9caf1
%if 0%{?rhel} <= 7
b9caf1
%patch5 -p1 -b.mutateecompiler
b9caf1
%endif
b9caf1
b9caf1
# cotire seems to cause non-deterministic gcc errors
b9caf1
# https://bugzilla.redhat.com/show_bug.cgi?id=1420551
b9caf1
sed -i.cotire -e 's/USE_COTIRE true/USE_COTIRE false/' \
b9caf1
  %{dyninst_base}/cmake/shared.cmake
b9caf1
b9caf1
%build
b9caf1
b9caf1
cd %{dyninst_base}
b9caf1
b9caf1
%if 0%{?rhel} == 6
b9caf1
# C++11 requires devtoolset gcc.
b9caf1
%{?scl:PATH=%{_bindir}${PATH:+:${PATH}}}
b9caf1
%endif
b9caf1
b9caf1
%if 0%{?scl:1}
b9caf1
CPPFLAGS="-I%{_includedir}"
b9caf1
export CPPFLAGS
b9caf1
LDFLAGS="-L%{_libdir} -L%{_libdir}/elfutils"
b9caf1
export LDFLAGS
b9caf1
%endif
b9caf1
b9caf1
%cmake \
b9caf1
 -DENABLE_STATIC_LIBS=1 \
b9caf1
 -DCMAKE_BUILD_TYPE:STRING=None \
b9caf1
 -DINSTALL_LIB_DIR:PATH=%{_libdir}/dyninst \
b9caf1
 -DINSTALL_INCLUDE_DIR:PATH=%{_includedir}/dyninst \
b9caf1
 -DINSTALL_CMAKE_DIR:PATH=%{_libdir}/cmake/Dyninst \
b9caf1
 -DLIBDWARF_LIBRARIES:FILEPATH="$libdwarf_builddir/libdwarf.a;-lz" \
b9caf1
 -DLIBDWARF_INCLUDE_DIR:PATH=$libdwarf_builddir \
b9caf1
 -DBoost_NO_BOOST_CMAKE=ON \
b9caf1
 -DCMAKE_SKIP_RPATH:BOOL=YES
b9caf1
# Dependencies building tbb, boost before dyninst are not correct
b9caf1
# make %{?_smp_mflags}
b9caf1
LD_RUN_PATH="%{_libdir}"
b9caf1
export LD_RUN_PATH
b9caf1
make -j1
b9caf1
b9caf1
# Hack to install dyninst nearby, so the testsuite can use it
b9caf1
make DESTDIR=../install install
b9caf1
find ../install -name '*.cmake' -execdir \
b9caf1
  sed -i -e 's!%{_prefix}!../install&!' '{}' '+'
b9caf1
b9caf1
b9caf1
cd ../%{testsuite_base}
b9caf1
%cmake \
b9caf1
 -DDyninst_DIR:PATH=$PWD/../install%{_libdir}/cmake/Dyninst \
b9caf1
 -DINSTALL_DIR:PATH=%{_libdir}/dyninst/testsuite \
b9caf1
 -DCMAKE_BUILD_TYPE:STRING=Debug \
b9caf1
 -DBoost_NO_BOOST_CMAKE=ON \
b9caf1
 -DCMAKE_SKIP_RPATH:BOOL=YES \
b9caf1
 .
b9caf1
make %{?_smp_mflags}
b9caf1
b9caf1
%install
b9caf1
b9caf1
cd %{dyninst_base}
b9caf1
make DESTDIR=$RPM_BUILD_ROOT install
b9caf1
b9caf1
# It doesn't install docs the way we want, so remove them.
b9caf1
# We'll just grab the pdfs later, directly from the build dir.
b9caf1
rm -v %{buildroot}%{_docdir}/*-%{version}.pdf
b9caf1
b9caf1
cd ../%{testsuite_base}
b9caf1
make DESTDIR=$RPM_BUILD_ROOT install
b9caf1
b9caf1
%files
b9caf1
%defattr(-,root,root,-)
b9caf1
b9caf1
%dir %{_libdir}/dyninst
b9caf1
%{_libdir}/dyninst/*.so.*
b9caf1
# dyninst mutators dlopen the runtime library
b9caf1
%{_libdir}/dyninst/libdyninstAPI_RT.so
b9caf1
b9caf1
%doc %{dyninst_base}/COPYRIGHT
b9caf1
%doc %{dyninst_base}/LICENSE.md
b9caf1
b9caf1
# %config(noreplace) /etc/ld.so.conf.d/*
b9caf1
b9caf1
%files doc
b9caf1
%defattr(-,root,root,-)
b9caf1
%doc %{dyninst_base}/dataflowAPI/doc/dataflowAPI.pdf
b9caf1
%doc %{dyninst_base}/dynC_API/doc/dynC_API.pdf
b9caf1
%doc %{dyninst_base}/dyninstAPI/doc/dyninstAPI.pdf
b9caf1
%doc %{dyninst_base}/instructionAPI/doc/instructionAPI.pdf
b9caf1
%doc %{dyninst_base}/parseAPI/doc/parseAPI.pdf
b9caf1
%doc %{dyninst_base}/patchAPI/doc/patchAPI.pdf
b9caf1
%doc %{dyninst_base}/proccontrol/doc/proccontrol.pdf
b9caf1
%doc %{dyninst_base}/stackwalk/doc/stackwalk.pdf
b9caf1
%doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf
b9caf1
b9caf1
%files devel
b9caf1
%defattr(-,root,root,-)
b9caf1
%{_includedir}/dyninst
b9caf1
%{_includedir}/tbb
b9caf1
%exclude %{_libdir}/dyninst/libInst.so
b9caf1
%{_libdir}/dyninst/*.so
b9caf1
%{_libdir}/cmake/Dyninst
b9caf1
b9caf1
%files static
b9caf1
%defattr(-,root,root,-)
b9caf1
%{_libdir}/dyninst/*.a
b9caf1
b9caf1
%files testsuite
b9caf1
%defattr(-,root,root,-)
b9caf1
%{_bindir}/parseThat
b9caf1
# Remove example tools packaged with dyninst
b9caf1
%exclude %{_bindir}/cfg_to_dot
b9caf1
%exclude %{_bindir}/codeCoverage
b9caf1
%exclude %{_bindir}/unstrip
b9caf1
%exclude %{_bindir}/ddb.db
b9caf1
%exclude %{_bindir}/params.db
b9caf1
%exclude %{_bindir}/unistd.db
b9caf1
# and the corresponding debuginfo
b9caf1
%exclude /usr/lib/debug/%{_bindir}/codeCoverage*debug
b9caf1
%exclude /usr/lib/debug/%{_bindir}/unstrip*debug
b9caf1
b9caf1
%dir %{_libdir}/dyninst/testsuite/
b9caf1
%attr(755,root,root) %{_libdir}/dyninst/testsuite/*[!a]
b9caf1
%attr(644,root,root) %{_libdir}/dyninst/testsuite/*.a
b9caf1
b9caf1
%changelog
b9caf1
* Wed Jul 22 2020 Stan Cox <scox@redhat.com> - 10.1.0-5
b9caf1
- Patch checkMutateeCompiler.cmake to force use of %{?scl_prefix}gcc-c++
b9caf1
b9caf1
* Wed Oct 23 2019 Stan Cox <scox@redhat.com> - 10.1.0-4
b9caf1
- Remove ppc, ppc64, ppc64le, aarch64 for rhel-7
b9caf1
- rhbz1763156 devtoolset-9-dyninst-10.1.0-3.el7.aarch64 broken 
b9caf1
- rhbz1763157 devtoolset-9-dyninst-10.1.0-3.el7.ppc64 (big endian) broken 
b9caf1
b9caf1
* Mon Oct 07 2019 Stan Cox <scox@redhat.com> - 10.1.0-3
b9caf1
- Install tbb/include
b9caf1
b9caf1
* Mon Sep 02 2019 Stan Cox <scox@redhat.com> - 10.1.0-2
b9caf1
- Do not add libtbb*so libboost*so links to dyninst-devel.
b9caf1
b9caf1
* Thu Jul 25 2019 Stan Cox <scox@redhat.com> - 10.1.0-1
b9caf1
- Update to 10.1.0
b9caf1
b9caf1
* Tue Jan 8 2019 Stan Cox <scox@redhat.com> - 9.3.2-6
b9caf1
- rhbz1498558 Needs dyninst-devtoolset installed
b9caf1
- rhbz1470149 Use separate debuginfo for dyninst-testsuite
b9caf1
- rhbz1647471 so name clashes
b9caf1
b9caf1
* Tue Jul 17 2018 William Cohen <wcohen@redhat.com> - 9.3.2-5
b9caf1
- Avoid conditional patching of source files.
b9caf1
b9caf1
* Thu Jul 05 2018 Stan Cox <scox@redhat.com> - 9.3.2-4
b9caf1
- Make specfile rhel agnostic
b9caf1
b9caf1
* Thu Jan 04 2018 Stan Cox <scox@redhat.com> - 9.3.2-3
b9caf1
- rhbz1503116 possible soname clashes between base rhel- and devtoolset- dyninst
b9caf1
- rhbz1538757 segfault with a glibc built with binutils-2.27: handle R_*_IRELATIVE
b9caf1
b9caf1
* Thu Jan 04 2018 Stan Cox <scox@redhat.com> - 9.3.2-2
b9caf1
- rhbz1503116 possible soname clashes between base rhel- and devtoolset- dyninst
b9caf1
b9caf1
* Fri Jun 16 2017 Stan Cox <scox@redhat.com> - 9.3.2-1
b9caf1
- Remove ppc/ppc64 for rhel-6
b9caf1
b9caf1
* Fri Jun 09 2017 Stan Cox <scox@redhat.com> - 9.3.2-1
b9caf1
- Rebase to 9.3.2
b9caf1
b9caf1
* Thu Sep 15 2016 Josh Stone <jistone@redhat.com> - 9.2.0-4
b9caf1
- rhbz1366656: fix ppc64 relocation rewriting
b9caf1
- rhbz1366726: check mmap constrains for locality
b9caf1
- rhbz1367225: fix x86 codegen for 64-bit offsets
b9caf1
b9caf1
* Tue Aug 09 2016 Josh Stone <jistone@redhat.com> - 9.2.0-3
b9caf1
- rhbz1363794: fix proccontrol attach without an exe.
b9caf1
b9caf1
* Tue Jul 26 2016 Josh Stone <jistone@redhat.com> - 9.2.0-2
b9caf1
- Patch a template '>>' in stackanalysis.h for pre-C++11 users.
b9caf1
b9caf1
* Thu Jul 21 2016 Josh Stone <jistone@redhat.com> - 9.2.0-1
b9caf1
- Update to 9.2.0
b9caf1
b9caf1
* Fri Mar 11 2016 Frank Ch. Eigler <fche@redhat.com> - 9.1.0-3
b9caf1
- Export libdyninstAPI_RT_init_maxthreads (ref rhbz1315841/1316956)
b9caf1
b9caf1
* Thu Feb 25 2016 Frank Ch. Eigler <fche@redhat.com> - 9.1.0-2
b9caf1
- buildroot bump respin
b9caf1
b9caf1
* Wed Jan 13 2016 Josh Stone <jistone@redhat.com> - 9.1.0-1
b9caf1
- Update to 9.1.0
b9caf1
b9caf1
* Mon Sep 21 2015 Josh Stone <jistone@redhat.com> - 8.2.1-5
b9caf1
- Rebuild for x86_64 only.
b9caf1
b9caf1
* Mon Sep 21 2015 Josh Stone <jistone@redhat.com> - 8.2.1-4
b9caf1
- rhbz1261061: Make sure the system's Boost.cmake is not used.
b9caf1
b9caf1
* Wed Jan 07 2015 Josh Stone <jistone@redhat.com> - 8.2.1-3
b9caf1
- Rebuild for x86_64 only.
b9caf1
b9caf1
* Wed Jan 07 2015 Josh Stone <jistone@redhat.com> - 8.2.1-2
b9caf1
- Rebuild for releng updates.
b9caf1
b9caf1
* Wed Dec 17 2014 Josh Stone <jistone@redhat.com> - 8.2.1-1
b9caf1
- Update to point release 8.2.1.
b9caf1
b9caf1
* Tue Aug 19 2014 Josh Stone <jistone@redhat.com> - 8.2.0-1
b9caf1
- final rebase to 8.2.0, using upstream tag "v8.2.0.1"
b9caf1
b9caf1
* Thu Jul 24 2014 Josh Stone <jistone@redhat.com> - 8.2.0-0.440.gde280f74f40e
b9caf1
- update to a newer pre-8.2.0 snapshot
b9caf1
b9caf1
* Wed May 21 2014 Josh Stone <jistone@redhat.com> - 8.2.0-0.374.g593fb2773a48
b9caf1
- more libdyninstAPI_RT symbols, and add testsuite requires
b9caf1
b9caf1
* Wed May 21 2014 Josh Stone <jistone@redhat.com> - 8.2.0-0.373.geaba204a72a3
b9caf1
- fix libdyninstAPI_RT.so symbol visibility
b9caf1
b9caf1
* Tue May 20 2014 Josh Stone <jistone@redhat.com> - 8.2.0-0.372.gdfd4a8842f4c
b9caf1
- prerelease build of dyninst 8.2.0
b9caf1
b9caf1
* Tue Nov 26 2013 Josh Stone <jistone@redhat.com> 8.0-6dw
b9caf1
- rhbz987096: backported upstream patches for mid-syscall PTRACE_EVENTs
b9caf1
b9caf1
* Wed Apr 17 2013 Josh Stone <jistone@redhat.com> 8.0-5dw
b9caf1
- rhbz855981: backported upstream patch to remove missing-dwarf asserts
b9caf1
b9caf1
* Tue Feb 26 2013 Frank Ch. Eigler <fche@redhat.com> 8.0-4dw
b9caf1
- fix %attr() of testsuite files
b9caf1
b9caf1
* Tue Feb 26 2013 Josh Stone <jistone@redhat.com> 8.0-3dw
b9caf1
- rhbz915820: Add a dyninst-testsuite package.
b9caf1
b9caf1
* Thu Jan 31 2013 Frank Ch. Eigler <fche@redhat.com> - 8.0-2dw
b9caf1
- convert to scl
b9caf1
- bundle libdwarf temporarily
b9caf1
b9caf1
* Tue Nov 20 2012 Josh Stone <jistone@redhat.com>
b9caf1
- Tweak the configure/make commands
b9caf1
- Disable the testsuite via configure.
b9caf1
- Set the private includedir and libdir via configure.
b9caf1
- Set VERBOSE_COMPILATION for make.
b9caf1
- Use DESTDIR for make install.
b9caf1
b9caf1
* Mon Nov 19 2012 Josh Stone <jistone@redhat.com> 8.0-1
b9caf1
- Update to release 8.0.
b9caf1
- Updated "%files doc" to reflect renames.
b9caf1
- Drop the unused BuildRequires libxml2-devel.
b9caf1
- Drop the 7.99.x version-munging patch.
b9caf1
b9caf1
* Fri Nov 09 2012 Josh Stone <jistone@redhat.com> 7.99.2-0.29
b9caf1
- Rebase to git e99d7070bbc39c76d6d528db530046c22681c17e
b9caf1
b9caf1
* Mon Oct 29 2012 Josh Stone <jistone@redhat.com> 7.99.2-0.28
b9caf1
- Bump to 7.99.2 per abi-compliance-checker results
b9caf1
b9caf1
* Fri Oct 26 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.27
b9caf1
- Rebase to git dd8f40b7b4742ad97098613876efeef46d3d9e65
b9caf1
- Use _smp_mflags to enable building in parallel.
b9caf1
b9caf1
* Wed Oct 03 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.26
b9caf1
- Rebase to git 557599ad7417610f179720ad88366c32a0557127
b9caf1
b9caf1
* Thu Sep 20 2012 Josh Stone <jistone@redhat.com> 7.99.1-0.25
b9caf1
- Rebase on newer git tree.
b9caf1
- Bump the fake version to 7.99.1 to account for ABI differences.
b9caf1
- Enforce the minimum libdwarf version.
b9caf1
- Drop the upstreamed R_PPC_NUM patch.
b9caf1
b9caf1
* Wed Aug 15 2012 Karsten Hopp <karsten@redhat.com> 7.99-0.24
b9caf1
- check if R_PPC_NUM is defined before using it, similar to R_PPC64_NUM
b9caf1
b9caf1
* Mon Jul 30 2012 Josh Stone <jistone@redhat.com> 7.99-0.23
b9caf1
- Rebase on newer git tree.
b9caf1
- Update license files with upstream additions.
b9caf1
- Split documentation into -doc subpackage.
b9caf1
- Claim ownership of %{_libdir}/dyninst.
b9caf1
b9caf1
* Fri Jul 27 2012 William Cohen <wcohen@redhat.com> - 7.99-0.22
b9caf1
- Correct requires for dyninst-devel.
b9caf1
b9caf1
* Wed Jul 25 2012 Josh Stone <jistone@redhat.com> - 7.99-0.21
b9caf1
- Rebase on newer git tree
b9caf1
- Update context in dyninst-git.patch
b9caf1
- Drop dyninst-delete_array.patch
b9caf1
- Drop dyninst-common-makefile.patch
b9caf1
b9caf1
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.99-0.20
b9caf1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b9caf1
b9caf1
* Mon Jul 16 2012 William Cohen <wcohen@redhat.com> - 7.99-0.19
b9caf1
- Patch common/i386-unknown-linux2.4/Makefile to build.
b9caf1
b9caf1
* Fri Jul 13 2012 William Cohen <wcohen@redhat.com> - 7.99-0.18
b9caf1
- Rebase on newer git tree the has a number of merges into it.
b9caf1
- Adjust spec file to allow direct use of git patches
b9caf1
- Fix to eliminate unused varables.
b9caf1
- Proper delete for array.
b9caf1
b9caf1
* Thu Jun 28 2012 William Cohen <wcohen@redhat.com> - 7.99-0.17
b9caf1
- Rebase on newer git repo.
b9caf1
b9caf1
* Thu Jun 28 2012 William Cohen <wcohen@redhat.com> - 7.99-0.16
b9caf1
- Eliminate dynptr.h file use with rebase on newer git repo.
b9caf1
b9caf1
* Mon Jun 25 2012 William Cohen <wcohen@redhat.com> - 7.99-0.14
b9caf1
- Rebase on newer git repo.
b9caf1
b9caf1
* Tue Jun 19 2012 William Cohen <wcohen@redhat.com> - 7.99-0.12
b9caf1
- Fix static library and header file permissions.
b9caf1
- Use sources from the dyninst git repositories.
b9caf1
- Fix 32-bit library versioning for libdyninstAPI_RT_m32.so.
b9caf1
b9caf1
* Wed Jun 13 2012 William Cohen <wcohen@redhat.com> - 7.99-0.11
b9caf1
- Fix library versioning.
b9caf1
- Move .so links to dyninst-devel.
b9caf1
- Remove unneded clean section.
b9caf1
b9caf1
* Fri May 11 2012 William Cohen <wcohen@redhat.com> - 7.0.1-0.9
b9caf1
- Clean up Makefile rules.
b9caf1
b9caf1
* Sat May 5 2012 William Cohen <wcohen@redhat.com> - 7.0.1-0.8
b9caf1
- Clean up spec file.
b9caf1
b9caf1
* Wed May 2 2012 William Cohen <wcohen@redhat.com> - 7.0.1-0.7
b9caf1
- Use "make install" and do staged build.
b9caf1
- Use rpm configure macro.
b9caf1
b9caf1
* Thu Mar 15 2012 William Cohen <wcohen@redhat.com> - 7.0.1-0.5
b9caf1
- Nuke the bundled boost files and use the boost-devel rpm instead.
b9caf1
b9caf1
* Mon Mar 12 2012 William Cohen <wcohen@redhat.com> - 7.0.1-0.4
b9caf1
- Initial submission of dyninst spec file.