Skip to content

Commit

Permalink
Merge pull request #17 from Schatzman/updateSpecLocation
Browse files Browse the repository at this point in the history
Update specfile url
  • Loading branch information
craig-cogdill authored May 11, 2018
2 parents 9016234 + 7f0f444 commit c0aa936
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packaging/DeathKnell.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release: %{buildnumber}%{?dist}
Summary: An implementation of an "on-death" callback structure built from g3log
Group: Development/Tools
License: MIT
URL: https://github.com/logrhythm/deathknell
BuildRequires: probecmake >= 2.8, gperftools >= 2.0, g3logrotate, FileIO
Requires: g3log, dpiUser
ExclusiveArch: x86_64
Expand All @@ -21,7 +22,7 @@ if [ $? -ne 0 ]; then
fi

%build
# SKIP_BUILD_RPATH, CMAKE_SKIP_BUILD_RPATH,
# SKIP_BUILD_RPATH, CMAKE_SKIP_BUILD_RPATH,
cd %{name}/
PATH=/usr/local/gcc/bin:/usr/local/probe/bin:$PATH
rm -f CMakeCache.txt
Expand Down

0 comments on commit c0aa936

Please sign in to comment.