This commit is contained in:
commit
821835bd77
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -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
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
chrpath-0.13.tar.gz
Normal file
3
chrpath-0.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1aa5342eac0daad81b8da05aa282ae1ccd6f68bc75ca94064304f541eed071b
|
||||
size 125129
|
16
chrpath.changes
Normal file
16
chrpath.changes
Normal file
@ -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
|
||||
|
59
chrpath.spec
Normal file
59
chrpath.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user