From b5ebb09788f71f029244278f706d9a5ecc137559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Wed, 14 Oct 2020 22:50:08 +0200 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/chrpath#28d92910e53ed1d296a53711fbaa9605694ba3a3 --- .gitignore | 2 + chrpath.spec | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 131 insertions(+) create mode 100644 chrpath.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..17bd005 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,2 @@ +chrpath-0.13.tar.gz +/chrpath-0.16.tar.gz diff --git a/chrpath.spec b/chrpath.spec new file mode 100644 index 0000000..2564dc4 --- /dev/null +++ b/chrpath.spec @@ -0,0 +1,128 @@ +Name: chrpath +Version: 0.16 +Release: 13%{?dist} +Summary: Modify rpath of compiled programs + +License: GPL+ +URL: https://chrpath.alioth.debian.org/ +Source0: https://alioth.debian.org/frs/download.php/file/3979/%{name}-%{version}.tar.gz + +BuildRequires: gcc + + +%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 +%make_build + + +%install +make install DESTDIR=%{buildroot} INSTALL="install -p" +rm -fr %{buildroot}/usr/doc + + +%files +%doc AUTHORS README NEWS ChangeLog* +%license COPYING +%{_bindir}/chrpath +%{_mandir}/man1/chrpath.1* + + + +%changelog +* Mon Jul 27 2020 Fedora Release Engineering - 0.16-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 0.16-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 0.16-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 0.16-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 0.16-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Feb 20 2018 David King - 0.16-8 +- Add BuildRequires on gcc +- Remove Group tag, reorder other tags + +* Wed Feb 07 2018 Fedora Release Engineering - 0.16-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Aug 02 2017 Fedora Release Engineering - 0.16-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Wed Jul 26 2017 Fedora Release Engineering - 0.16-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Feb 10 2017 Fedora Release Engineering - 0.16-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Feb 03 2016 Fedora Release Engineering - 0.16-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 0.16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Feb 25 2015 David King - 0.16-1 +- Update to 0.16 (#1144863) +- Remove clean section and BuildRoot tag +- Update URL and Sourc0 +- Use license macro for COPYING +- Use parallel make flags +- Preserve timestamps during install + +* Sat Aug 16 2014 Fedora Release Engineering - 0.13-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 0.13-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 0.13-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Apr 8 2013 Petr Machata - 0.13-12 +- Add missing help for -k|--keepgoing option + (chrpath-0.13-help.patch) + +* Thu Apr 4 2013 Petr Machata - 0.13-11 +- Add missing last entry in long options array + (chrpath-0.13-getopt_long.patch) +- Update config.sub and config.guess to support aarch64 + (chrpath-0.13-aarch64.patch) + +* Wed Feb 13 2013 Fedora Release Engineering - 0.13-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Jul 18 2012 Fedora Release Engineering - 0.13-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 0.13-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 0.13-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.13-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 23 2009 Axel Thimm - 0.13-5 +- Fix last entry in .dynamic (by Christian Krause ). + +* Sat Sep 8 2007 Ville Skyttä - 0.13-2 +- License: GPL+ + +* Sun Mar 12 2006 Axel Thimm - 0.13-1 +- Initial build. + diff --git a/sources b/sources new file mode 100644 index 0000000..a146de3 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +2bf8d1d1ee345fc8a7915576f5649982 chrpath-0.16.tar.gz