]> git.pld-linux.org Git - packages/chrpath.git/commitdiff
- from scrach.
authorkloczek <kloczek@pld-linux.org>
Mon, 14 Oct 2002 03:02:48 +0000 (03:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    chrpath.spec -> 1.1

chrpath.spec [new file with mode: 0644]

diff --git a/chrpath.spec b/chrpath.spec
new file mode 100644 (file)
index 0000000..aeeb81e
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       chrpath - change the rpath or runpath in binaries
+Name:          chrpath
+Version:       0.8
+Release:       1
+License:       GPL
+Group:         Applications/Editors
+Source0:       ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+chrpath changes, lists or removes the rpath or runpath setting in a
+binary. The rpath, or runpath if it is present, is where the runtime
+linker should look for the libraries needed for a program.
+
+%prep
+%setup  -q
+
+%build
+rm -f missing
+%{__aclocal}
+%{__autoheader}
+%{__autoconf}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       doc_DATA=""
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.091332 seconds and 4 git commands to generate.