chrpath-vl.spec 1.7 KB

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