File cfi_compress.spec of Package cfi_compress
#
# spec file for package cfi_compress (Version 0.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: cfi_compress
Version: 0.1
Release: 3
License: GPL v2 or later
Url: http://users.suse.cz/~mjambor/idi.html
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Source0: %{name}-%{version}.tar.bz2
Source1: COPYING
Group: Development/Tools/Building
Summary: Tool for Call Frame Information (CFI) Compression
%description
These tools are used at build time to reduce the impact of having
unwind information with every binary.
Authors:
--------
Martin Jambor <mjambor@suse.cz>
%prep
%setup -n cfi_compress-%{version}
%build
python setup.py build
%install
python setup.py install --root=%{buildroot} --prefix=/usr
%clean
%__rm -rf %{buildroot}
%files
%defattr(-,root,root)
/usr/bin/cfi_compress
/usr/bin/cfi_uncompress
%dir %py_sitedir/idicore
%py_sitedir/idicore/*
%py_sitedir/*egg-info
%changelog
* Tue Nov 04 2008 ro@suse.de
- add COPYING file to source dir (bnc#438771)
* Mon Oct 20 2008 jblunck@suse.de
- Minor cleanups of the spec file
* Fri Oct 17 2008 jblunck@suse.de
- Initial package