You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.5 KiB
98 lines
3.5 KiB
9 years ago
|
Name: vtable-dumper
|
||
8 years ago
|
Version: 1.2
|
||
2 years ago
|
Release: 16%{?dist}
|
||
9 years ago
|
Summary: Tool to list content of virtual tables in a C++ shared library
|
||
|
|
||
|
License: GPL+ or LGPLv2+
|
||
|
URL: https://github.com/lvc/vtable-dumper
|
||
|
Source0: https://github.com/lvc/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||
|
|
||
4 years ago
|
BuildRequires: make
|
||
7 years ago
|
BuildRequires: gcc gcc-c++
|
||
9 years ago
|
BuildRequires: elfutils-libelf-devel
|
||
|
|
||
|
|
||
|
%description
|
||
|
Vtable-Dumper is a tool to list content of virtual tables in a C++ shared
|
||
|
library. It is intended for developers of software libraries and maintainers of
|
||
|
Linux distributions who are interested in ensuring backward binary
|
||
|
compatibility.
|
||
|
|
||
|
|
||
|
%prep
|
||
7 years ago
|
%autosetup
|
||
9 years ago
|
|
||
|
|
||
|
%build
|
||
8 years ago
|
%make_build CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS"
|
||
9 years ago
|
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}%{_bindir}
|
||
|
install -pm 0755 %{name} %{buildroot}%{_bindir}/
|
||
|
|
||
|
|
||
|
%files
|
||
|
%license LICENSE
|
||
|
%doc README
|
||
|
%{_bindir}/%{name}
|
||
|
|
||
|
|
||
|
%changelog
|
||
1 year ago
|
* Fri Nov 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.2-16
|
||
|
- Rebuilt for MSVSphere 9.3
|
||
|
|
||
2 years ago
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-16
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||
|
|
||
3 years ago
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-15
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||
|
|
||
3 years ago
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-14
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||
|
|
||
4 years ago
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-13
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||
|
|
||
4 years ago
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-12
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||
|
|
||
5 years ago
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-11
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||
|
|
||
5 years ago
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-10
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||
|
|
||
6 years ago
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-9
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||
|
|
||
6 years ago
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||
|
|
||
7 years ago
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||
|
|
||
7 years ago
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
8 years ago
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||
|
|
||
8 years ago
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
8 years ago
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
8 years ago
|
* Sun Oct 9 2016 Ville Skyttä <ville.skytta@iki.fi> - 1.2-2
|
||
|
- Build with $RPM_OPT_FLAGS and $RPM_LD_FLAGS
|
||
|
|
||
8 years ago
|
* Thu Oct 6 2016 Richard Shaw <hobbes1069@gmail.com> - 1.2-1
|
||
|
- Update to latest upstream release.
|
||
|
|
||
9 years ago
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
9 years ago
|
* Mon Oct 19 2015 Richard Shaw <hobbes1069@gmail.com> - 1.1-1
|
||
|
- Initial packaging.
|