Rebase to 1.9.4
This commit is contained in:
parent
946ebc268f
commit
5d2464c091
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@
|
|||||||
/pkgconf-1.7.3.tar.xz
|
/pkgconf-1.7.3.tar.xz
|
||||||
/pkgconf-1.7.4.tar.xz
|
/pkgconf-1.7.4.tar.xz
|
||||||
/pkgconf-1.8.0.tar.xz
|
/pkgconf-1.8.0.tar.xz
|
||||||
|
/pkgconf-1.9.4.tar.xz
|
||||||
|
19
pkgconf.spec
19
pkgconf.spec
@ -23,8 +23,8 @@
|
|||||||
%global pkgconf_libdirs %{_libdir}/pkgconfig:%{_datadir}/pkgconfig
|
%global pkgconf_libdirs %{_libdir}/pkgconfig:%{_datadir}/pkgconfig
|
||||||
|
|
||||||
Name: pkgconf
|
Name: pkgconf
|
||||||
Version: 1.8.0
|
Version: 1.9.4
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Package compiler and linker metadata toolkit
|
Summary: Package compiler and linker metadata toolkit
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -111,6 +111,14 @@ the system provider of pkg-config.
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%package -n bomtool
|
||||||
|
Summary: Simple SBOM generator using pc(5) files
|
||||||
|
Requires: lib%{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description -n bomtool
|
||||||
|
bomtool is a program which helps generate a Software Bill of Materials
|
||||||
|
manifest using data from installed .pc files.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
@ -210,7 +218,14 @@ rm -rf %{buildroot}%{_datadir}/aclocal
|
|||||||
%dir %{_datadir}/pkgconfig
|
%dir %{_datadir}/pkgconfig
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%files -n bomtool
|
||||||
|
%{_bindir}/bomtool
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 22 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.9.4-1
|
||||||
|
- Rebase to 1.9.4
|
||||||
|
|
||||||
* Wed Feb 22 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.8.0-6
|
* Wed Feb 22 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.8.0-6
|
||||||
- Drop dependency on system-rpm-config (#2172406)
|
- Drop dependency on system-rpm-config (#2172406)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pkgconf-1.8.0.tar.xz) = 58204006408ad5ce91222ed3c93c2e0b61c04fa83c0a8ad337b747b583744578dbebd4ad5ccbc577689637caa1c5dc246b7795ac46e39c6666b1aa78199b7c28
|
SHA512 (pkgconf-1.9.4.tar.xz) = 079436244f3942161f91c961c96d382a85082079c9843fec5ddd7fb245ba7500a9f7a201b5ef2c70a7a079fe1aacf3a52b73de5402a6f061df87bcdcf0a90755
|
||||||
|
Loading…
Reference in New Issue
Block a user