chrpath-vl.spec 1.6 KB

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