Compare commits

...

7 Commits

View File

@ -1,5 +1,5 @@
Name: pkgconf
Version: 2.0.3
Version: 2.4.3
Release: 1mamba
Summary: Package compiler and linker metadata toolkit
Group: Development/Tools
@ -36,7 +36,6 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q
@ -59,8 +58,6 @@ ln -s pkgconf.1.gz %{buildroot}%{_mandir}/man1/pkg-config.1.gz
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files
%defattr(-,root,root)
@ -90,6 +87,27 @@ ln -s pkgconf.1.gz %{buildroot}%{_mandir}/man1/pkg-config.1.gz
%doc NEWS README.md
%changelog
* Sat Mar 08 2025 Automatic Build System <autodist@openmamba.org> 2.4.3-1mamba
- automatic version update by autodist
* Fri Mar 07 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.1-1mamba
- update to 2.4.1
* Thu Mar 06 2025 Automatic Build System <autodist@openmamba.org> 2.4.0-1mamba
- automatic version update by autodist
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 2.3.0-1mamba
- automatic version update by autodist
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 2.2.0-1mamba
- automatic version update by autodist
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 2.1.1-1mamba
- automatic version update by autodist
* Thu Nov 23 2023 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic version update by autodist
* Sun Sep 03 2023 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
- automatic version update by autodist