New upstream version
- Bug fixes - Build fixes for older systems - Do not require libunwind on rhel
This commit is contained in:
parent
50f3ee64cd
commit
0d0021212e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/satyr-0.2.tar.xz
|
/satyr-0.2.tar.xz
|
||||||
|
/satyr-0.3.tar.xz
|
||||||
|
18
satyr.spec
18
satyr.spec
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: satyr
|
Name: satyr
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools to create anonymous, machine-friendly problem reports
|
Summary: Tools to create anonymous, machine-friendly problem reports
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -10,10 +10,14 @@ URL: https://github.com/abrt/satyr
|
|||||||
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
|
Source0: https://fedorahosted.org/released/abrt/satyr-%{version}.tar.xz
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel
|
BuildRequires: elfutils-devel, elfutils-libelf-devel, binutils-devel
|
||||||
# We're going to switch to elfutils unwinder once it's available
|
|
||||||
BuildRequires: libunwind-devel >= 1.1
|
|
||||||
BuildRequires: rpm-devel
|
BuildRequires: rpm-devel
|
||||||
|
|
||||||
|
# We're going to switch to elfutils unwinder once it's available
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%else
|
||||||
|
BuildRequires: libunwind-devel >= 1.1
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Satyr is a library that can be used to create and process microreports.
|
Satyr is a library that can be used to create and process microreports.
|
||||||
Microreports consist of structured data suitable to be analyzed in a fully
|
Microreports consist of structured data suitable to be analyzed in a fully
|
||||||
@ -74,7 +78,13 @@ make check
|
|||||||
%{python_sitearch}/%{name}/*
|
%{python_sitearch}/%{name}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 18 2012 Martin Milata <mmilata@redhat.com> 0.2-1
|
* Mon Mar 25 2013 Martin Milata <mmilata@redhat.com> 0.3-1
|
||||||
|
- New upstream version
|
||||||
|
- Bug fixes
|
||||||
|
- Build fixes for older systems
|
||||||
|
- Do not require libunwind on rhel
|
||||||
|
|
||||||
|
* Mon Mar 18 2013 Martin Milata <mmilata@redhat.com> 0.2-1
|
||||||
- Documentation and spec cleanup
|
- Documentation and spec cleanup
|
||||||
- Build fixes (build against RPM)
|
- Build fixes (build against RPM)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user