File statifier.spec of Package statifier
#
# spec file for package statifier (Version 1.7.3)
#
# Copyright (c) 2009 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: statifier
BuildRequires: awk
BuildRequires: sed
%ifarch x86_64
BuildRequires: gcc-32bit
%endif
License: GPL-2.0+
Group: System/Libraries
Requires: awk
Requires: sed
Summary: ELF statifer
Version: 1.7.3
Release: 0
Source: statifier-%{version}.tar.gz
Patch: strtoul-longlong.diff
Url: http://statifier.sf.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExclusiveArch: %ix86 x86_64
%description
ELF statifier creates one "pseudo-static" executable file from
dynamically linked libraries.
%prep
%setup -q
%patch -p1
%build
make
%install
%makeinstall
%files
%defattr(-, root, root)
%doc README AUTHORS ChangeLog FAQ LICENSE NEWS RELEASE THANKS TODO VERSION
%doc %{_mandir}/man1/*
%{_bindir}/*
/usr/lib/*
%changelog