dpkg/dpkg.spec

162 lines
4.7 KiB
RPMSpec

Name: dpkg
Version: 1.22.11
Release: 1mamba
Summary: Debian's package maintenance system
Group: System/Management
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://packages.debian.org/search?keywords=dpkg
Source: http://http.debian.net/debian/pool/main/d/dpkg/dpkg_%{version}.tar.xz
Patch0: dpkg-1.18.4-perl-deps-workaround.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libbzip2-devel
BuildRequires: liblzma-devel
BuildRequires: libmd-devel
BuildRequires: libncurses-devel
BuildRequires: libperl
BuildRequires: libselinux-devel
BuildRequires: libz-devel
BuildRequires: libzstd-devel
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-devel
## AUTOBUILDREQ-END
%description
Debian's package maintenance system.
%package alternatives
Group: System/Management
Summary: Alternatives management (Debian version)
%description alternatives
Alternatives management (Debian version).
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%global __requires_exclude ^perl\\(at\\)$|perl\\(file\\)$|perl\\(extra\\)$
%prep
%setup -q
#%patch 0 -p1
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%find_lang %{name} --with-man --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/dpkg
%{_bindir}/dpkg-*
%{_bindir}/dselect
%{_sbindir}/dpkg-fsys-usrunmess
%dir %{_libexecdir}/dpkg
%dir %{_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
%{perl_vendorlib}/Dpkg.pm
%dir %{perl_vendorlib}/Dpkg
%{perl_vendorlib}/Dpkg/*
%dir %{perl_vendorlib}/Dselect
%{perl_vendorlib}/Dselect/*
%{_sbindir}/start-stop-daemon
%dir %{_datadir}/dpkg
%{_datadir}/dpkg/*
%dir %{_docdir}/dpkg
%{_docdir}/dpkg/*
%{_mandir}/man1/dpkg*.1*
%{_mandir}/man1/dselect.1*
%{_mandir}/man1/update-alternatives.1*
%{_mandir}/man5/deb*.5*
%{_mandir}/man5/dpkg.cfg.5*
%{_mandir}/man5/dselect.cfg.5*
%{_mandir}/man5/dsc.5*
%{_mandir}/man7/deb-version.7*
%{_mandir}/man7/dpkg-build-api.7*
%{_mandir}/man7/libdpkg.7*
%{_mandir}/man8/dpkg-fsys-usrunmess.8*
%{_mandir}/man8/start-stop-daemon.8*
%doc AUTHORS COPYING THANKS
%files alternatives
%defattr(-,root,root)
%{_sysconfdir}/alternatives/README
%{_bindir}/update-alternatives
%files devel
%defattr(-,root,root)
%dir %{_includedir}/dpkg
%{_includedir}/dpkg/*
%{_libdir}/libdpkg.a
%{_datadir}/aclocal/dpkg-*.m4
%{_libdir}/pkgconfig/libdpkg.pc
%{_mandir}/man3/Dpkg.3*
%{_mandir}/man3/Dpkg::*.3*
%doc ChangeLog ChangeLog.old NEWS README README.l10n TODO
%changelog
* Thu Aug 01 2024 Automatic Build System <autodist@openmamba.org> 1.22.11-1mamba
- automatic version update by autodist
* Sat Jul 27 2024 Automatic Build System <autodist@openmamba.org> 1.22.10-1mamba
- automatic version update by autodist
* Thu Jul 25 2024 Automatic Build System <autodist@openmamba.org> 1.22.9-1mamba
- automatic version update by autodist
* Tue Jul 23 2024 Automatic Build System <autodist@openmamba.org> 1.22.8-1mamba
- automatic version update by autodist
* Sun Mar 10 2024 Automatic Build System <autodist@openmamba.org> 1.22.6-1mamba
- automatic update by autodist
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 1.22.5-1mamba
- automatic update by autodist
* 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
- automatic version update by autodist
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 1.20.7.1-1mamba
- automatic version update by autodist
* Tue Nov 26 2019 Automatic Build System <autodist@mambasoft.it> 1.19.7-1mamba
- automatic version update by autodist
* Tue Dec 12 2017 Automatic Build System <autodist@mambasoft.it> 1.19.0.4-1mamba
- automatic update by autodist
* Fri Mar 18 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.18.4-1mamba
- package created using the webbuild interface