From 462048523eb68aa87c7d5a86a0e7f510b058a17f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 30 Oct 2012 15:04:07 -0700 Subject: add packaging --- packaging/chrpath.spec | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 packaging/chrpath.spec (limited to 'packaging/chrpath.spec') diff --git a/packaging/chrpath.spec b/packaging/chrpath.spec new file mode 100644 index 0000000..9605153 --- /dev/null +++ b/packaging/chrpath.spec @@ -0,0 +1,36 @@ +Name: chrpath +Version: 0.13 +Release: 3 +License: GPL+ +Summary: Modify rpath of compiled programs +Url: http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/ +Group: Development/Tools +Source0: http://www.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/%{name}-%{version}.tar.gz + +%description +chrpath allows you to modify the dynamic library load path (rpath) of +compiled programs. Currently, only removing and modifying the rpath +is supported. + +%prep +%setup -q + + +%build + +%configure --disable-static +# Call make instruction with smp support +make %{?_smp_mflags} + +%install +%make_install + +rm -fr %{buildroot}/usr/doc + +%files +%defattr(-,root,root,-) +%doc AUTHORS COPYING README +%{_bindir}/chrpath +%doc %{_mandir}/man1/chrpath.1* + + -- cgit v1.2.3