File chrpath.spec of Package chrpath

#
# spec file for package chrpath (Version 0.13)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           chrpath
Summary:        Modifies the dynamic library load path (rpath and runpath) of compiled programs and libraries
Version:        0.13
Release:        25
License:        GNU General Public License (GPL) - all versions
Group:          Development/Tools/Building
Source:         ftp://ftp.hungry.com/pub/hungry/%{name}/%{name}-%{version}.tar.gz
URL:            http://freshmeat.net/projects/chrpath
AutoReqProv:  on
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Chrpath allows you to modify the dynamic library load path (rpath) of
compiled programs. Currently, only removing and modifying the rpath is
supported. It cannot extend or add an rpath.



Authors:
--------
    Petter Reinholdtsen <pere@hungry.com>

%prep
%setup -q

%build
CFLAGS="$RPM_OPT_FLAGS" ./configure 
make -C testsuite prog CC="gcc $RPM_OPT_FLAGS"
make

%install
make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr doc_DATA= mandir=/usr/share/man

%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog NEWS README
%doc %{_mandir}/man1/*
%{_bindir}/*

%changelog -n chrpath
* Fri Oct 27 2006 - dmueller@suse.de
- don't build as root
* Thu Jul 20 2006 - schwab@suse.de
- Don't call autoconf.
* Thu Feb 02 2006 - jw@suse.de
- initial version 0.13
  used for fixing MainActor-5
openSUSE Build Service is sponsored by