From 821835bd7796ca2ec3914930208b340d52d5c47edace7361a70e5e1621328209 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Jan 2007 23:07:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chrpath?expand=0&rev=1 --- .gitattributes | 23 ++++++++++++++++++ .gitignore | 1 + chrpath-0.13.tar.gz | 3 +++ chrpath.changes | 16 ++++++++++++ chrpath.spec | 59 +++++++++++++++++++++++++++++++++++++++++++++ ready | 0 6 files changed, 102 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 chrpath-0.13.tar.gz create mode 100644 chrpath.changes create mode 100644 chrpath.spec create mode 100644 ready diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/chrpath-0.13.tar.gz b/chrpath-0.13.tar.gz new file mode 100644 index 0000000..8271ce7 --- /dev/null +++ b/chrpath-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aa5342eac0daad81b8da05aa282ae1ccd6f68bc75ca94064304f541eed071b +size 125129 diff --git a/chrpath.changes b/chrpath.changes new file mode 100644 index 0000000..ead616b --- /dev/null +++ b/chrpath.changes @@ -0,0 +1,16 @@ +------------------------------------------------------------------- +Fri Oct 27 18:24:00 CEST 2006 - dmueller@suse.de + +- don't build as root + +------------------------------------------------------------------- +Thu Jul 20 16:19:09 CEST 2006 - schwab@suse.de + +- Don't call autoconf. + +------------------------------------------------------------------- +Thu Feb 2 11:43:44 CET 2006 - jw@suse.de + +- initial version 0.13 + used for fixing MainActor-5 + diff --git a/chrpath.spec b/chrpath.spec new file mode 100644 index 0000000..67e4ef3 --- /dev/null +++ b/chrpath.spec @@ -0,0 +1,59 @@ +# +# 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 + +%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 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4