Skip to content

Commit

Permalink
bump spec
Browse files Browse the repository at this point in the history
  • Loading branch information
olear committed Nov 10, 2016
1 parent 3c069c4 commit 12c57d2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions stackwalker.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Parse crash reports
Name: stackwalker

Version: 2016.11
Version: 2016.11r1
Release: 1%{?dist}
License: BSD

Expand All @@ -25,14 +25,11 @@ cd breakpad
./configure
make %{?_smp_mflags}
cd ..
cd minidump-stackwalk
make
cd ..
make -C minidump-stackwalk
head -n32 minidump-stackwalk/stackwalker.cc > LICENSE

%install
mkdir -p %{buildroot}/usr/bin
strip -s minidump-stackwalk/stackwalker
cp minidump-stackwalk/stackwalker %{buildroot}/usr/bin/

%clean
Expand Down

0 comments on commit 12c57d2

Please sign in to comment.