chrpath-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Summary: Modify rpath of compiled programs
  2. Name: chrpath
  3. Version: 0.13
  4. Release: 2%{?_dist_release}
  5. License: GPL+
  6. Group: Development/Tools
  7. URL: ftp://ftp.hungry.com/pub/hungry/chrpath/
  8. Patch0: chrpath-0.13-NULL-entry.patch
  9. Source0: ftp://ftp.hungry.com/pub/hungry/chrpath/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. Vendor: Project Vine
  12. Distribution: Vine Linux
  13. %description
  14. chrpath allows you to modify the dynamic library load path (rpath) of
  15. compiled programs. Currently, only removing and modifying the rpath
  16. is supported.
  17. %prep
  18. %setup -q
  19. %patch0 -p1 -b .NULL
  20. %build
  21. %configure
  22. make
  23. %install
  24. rm -rf %{buildroot}
  25. make install DESTDIR=%{buildroot}
  26. rm -fr %{buildroot}/usr/doc
  27. %clean
  28. rm -rf %{buildroot}
  29. %files
  30. %defattr(-,root,root,-)
  31. %doc AUTHORS COPYING README NEWS ChangeLog*
  32. %{_bindir}/chrpath
  33. %{_mandir}/man1/chrpath.1*
  34. %changelog
  35. * Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.13-2
  36. - rebuild with VineSeed environment
  37. * Sat Sep 26 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
  38. - initial build for Vine Linux
  39. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-6
  40. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  41. * Thu Jul 23 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-5
  42. - Fix last entry in .dynamic (by Christian Krause <chkr@plauener.de>).
  43. * Sat Sep 8 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.13-2
  44. - License: GPL+
  45. * Sun Mar 12 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.13-1
  46. - Initial build.