chrpath-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Summary: Modify rpath of compiled programs
  2. Name: chrpath
  3. Version: 0.18
  4. Release: 1%{?_dist_release}
  5. Group: programming
  6. Vendor: Project Vine
  7. Distribution: Vine Linux
  8. License: GPL+
  9. URL: https://codeberg.org/pere/chrpath
  10. Source0: https://codeberg.org/pere/chrpath/archive/release-%{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 -n %{name}
  19. %build
  20. autoreconf -vif
  21. %configure
  22. %make_build
  23. %install
  24. rm -rf %{buildroot}
  25. make install DESTDIR=%{buildroot}
  26. rm -fr %{buildroot}/usr/doc
  27. %files
  28. %license COPYING
  29. %doc AUTHORS README NEWS ChangeLog*
  30. %{_bindir}/chrpath
  31. %{_mandir}/man1/chrpath.1*
  32. %changelog
  33. * Mon Jun 9 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.18-1
  34. - new upstrem release.
  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.