automatic version update by autodist [release 2.5.0-1mamba;Fri Jun 20 2025]

This commit is contained in:
2025-06-21 10:25:53 +02:00
parent 90090f854d
commit e565ce7204

View File

@ -1,5 +1,5 @@
Name: pkgconf
Version: 2.4.3
Version: 2.5.0
Release: 1mamba
Summary: Package compiler and linker metadata toolkit
Group: Development/Tools
@ -35,8 +35,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%prep
%setup -q
@ -58,12 +56,13 @@ ln -s pkgconf.1.gz %{buildroot}%{_mandir}/man1/pkg-config.1.gz
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/bomtool
%{_bindir}/pkgconf
%{_bindir}/pkg-config
%{_bindir}/%{_target_platform}-pkg-config
%{_mandir}/man1/bomtool.1*
%{_mandir}/man1/pkgconf.1*
%{_mandir}/man1/pkg-config.1*
@ -87,6 +86,9 @@ ln -s pkgconf.1.gz %{buildroot}%{_mandir}/man1/pkg-config.1.gz
%doc NEWS README.md
%changelog
* Fri Jun 20 2025 Automatic Build System <autodist@openmamba.org> 2.5.0-1mamba
- automatic version update by autodist
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
- automatic version update by autodist