automatic version update by autodist [release 1.22.4-1mamba;Mon Mar 04 2024]
This commit is contained in:
parent
edca9e4de8
commit
c243b186a8
29
dpkg.spec
29
dpkg.spec
@ -1,5 +1,5 @@
|
|||||||
Name: dpkg
|
Name: dpkg
|
||||||
Version: 1.20.9
|
Version: 1.22.4
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Debian's package maintenance system
|
Summary: Debian's package maintenance system
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@ -13,15 +13,14 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libncurses5
|
BuildRequires: libmd-devel
|
||||||
BuildRequires: libpcre-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsepol-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
|
BuildRequires: perl-Scalar-List-Utils
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
@ -46,9 +45,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
|
%global __requires_exclude ^perl\\(at\\)$|perl\\(file\\)$|perl\\(extra\\)$
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
#%patch 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -72,6 +73,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_libexecdir}/dpkg
|
%dir %{_libexecdir}/dpkg
|
||||||
%dir %{_libexecdir}/dpkg/methods
|
%dir %{_libexecdir}/dpkg/methods
|
||||||
%{_libexecdir}/dpkg/methods/*
|
%{_libexecdir}/dpkg/methods/*
|
||||||
|
%{_libexecdir}/dpkg/dpkg-db-backup
|
||||||
|
%{_libexecdir}/dpkg/dpkg-db-keeper
|
||||||
|
%{_datadir}/zsh/vendor-completions/_dpkg-parsechangelog
|
||||||
%{_datadir}/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy
|
%{_datadir}/polkit-1/actions/org.dpkg.pkexec.update-alternatives.policy
|
||||||
%{perl_vendorlib}/Dpkg.pm
|
%{perl_vendorlib}/Dpkg.pm
|
||||||
%dir %{perl_vendorlib}/Dpkg
|
%dir %{perl_vendorlib}/Dpkg
|
||||||
@ -91,6 +95,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_mandir}/man5/dselect.cfg.5*
|
%{_mandir}/man5/dselect.cfg.5*
|
||||||
%{_mandir}/man5/dsc.5*
|
%{_mandir}/man5/dsc.5*
|
||||||
%{_mandir}/man7/deb-version.7*
|
%{_mandir}/man7/deb-version.7*
|
||||||
|
%{_mandir}/man7/dpkg-build-api.7*
|
||||||
%{_mandir}/man8/dpkg-fsys-usrunmess.8*
|
%{_mandir}/man8/dpkg-fsys-usrunmess.8*
|
||||||
%{_mandir}/man8/start-stop-daemon.8*
|
%{_mandir}/man8/start-stop-daemon.8*
|
||||||
%doc AUTHORS COPYING THANKS
|
%doc AUTHORS COPYING THANKS
|
||||||
@ -105,7 +110,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/dpkg
|
%dir %{_includedir}/dpkg
|
||||||
%{_includedir}/dpkg/*
|
%{_includedir}/dpkg/*
|
||||||
%{_libdir}/libdpkg.a
|
%{_libdir}/libdpkg.a
|
||||||
%{_libdir}/libdpkg.la
|
|
||||||
%{_datadir}/aclocal/dpkg-*.m4
|
%{_datadir}/aclocal/dpkg-*.m4
|
||||||
%{_libdir}/pkgconfig/libdpkg.pc
|
%{_libdir}/pkgconfig/libdpkg.pc
|
||||||
%{_mandir}/man3/Dpkg.3*
|
%{_mandir}/man3/Dpkg.3*
|
||||||
@ -113,6 +117,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc ChangeLog ChangeLog.old NEWS README README.l10n TODO
|
%doc ChangeLog ChangeLog.old NEWS README README.l10n TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 04 2024 Automatic Build System <autodist@openmamba.org> 1.22.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 03 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22.1-2mamba
|
||||||
|
- exclude wrong perl auto requirements
|
||||||
|
|
||||||
|
* Wed Nov 22 2023 Automatic Build System <autodist@mambasoft.it> 1.22.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 1.20.9-1mamba
|
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 1.20.9-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user