diff --git a/dpkg.spec b/dpkg.spec index 2f716ea..40811c1 100644 --- a/dpkg.spec +++ b/dpkg.spec @@ -1,5 +1,5 @@ Name: dpkg -Version: 1.18.4 +Version: 1.19.7 Release: 1mamba Summary: Debian's package maintenance system Group: System/Management @@ -59,11 +59,7 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -%find_lang dselect -%find_lang dpkg-dev -%find_lang %{name} || touch %{name}.lang - -cat dselect.lang dpkg-dev.lang >> %{name}.lang +%find_lang %{name} --with-man --all-name || touch %{name}.lang %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -73,55 +69,15 @@ cat dselect.lang dpkg-dev.lang >> %{name}.lang %{_bindir}/dpkg %{_bindir}/dpkg-* %{_bindir}/dselect -%{_includedir}/dpkg/ar.h -%{_includedir}/dpkg/arch.h -%{_includedir}/dpkg/atomic-file.h -%{_includedir}/dpkg/buffer.h -%{_includedir}/dpkg/c-ctype.h -%{_includedir}/dpkg/command.h -%{_includedir}/dpkg/compress.h -%{_includedir}/dpkg/deb-version.h -%{_includedir}/dpkg/debug.h -%{_includedir}/dpkg/dir.h -%{_includedir}/dpkg/dpkg-db.h -%{_includedir}/dpkg/dpkg.h -%{_includedir}/dpkg/ehandle.h -%{_includedir}/dpkg/error.h -%{_includedir}/dpkg/fdio.h -%{_includedir}/dpkg/file.h -%{_includedir}/dpkg/glob.h -%{_includedir}/dpkg/macros.h -%{_includedir}/dpkg/namevalue.h -%{_includedir}/dpkg/options.h -%{_includedir}/dpkg/parsedump.h -%{_includedir}/dpkg/path.h -%{_includedir}/dpkg/pkg-array.h -%{_includedir}/dpkg/pkg-format.h -%{_includedir}/dpkg/pkg-list.h -%{_includedir}/dpkg/pkg-queue.h -%{_includedir}/dpkg/pkg-show.h -%{_includedir}/dpkg/pkg-spec.h -%{_includedir}/dpkg/pkg.h -%{_includedir}/dpkg/progname.h -%{_includedir}/dpkg/program.h -%{_includedir}/dpkg/progress.h -%{_includedir}/dpkg/report.h -%{_includedir}/dpkg/string.h -%{_includedir}/dpkg/subproc.h -%{_includedir}/dpkg/tarfn.h -%{_includedir}/dpkg/trigdeferred.h -%{_includedir}/dpkg/triglib.h -%{_includedir}/dpkg/varbuf.h -%{_includedir}/dpkg/version.h +%dir %{_libexecdir}/dpkg +%dir %{_libexecdir}/dpkg/methods +%{_libexecdir}/dpkg/methods/* +%{_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/* -%dir %{_libdir}/dpkg -%dir %{_libdir}/dpkg/methods -%{_libdir}/dpkg/methods/* -%{_libdir}/dpkg/parsechangelog/debian %{_sbindir}/start-stop-daemon %dir %{_datadir}/dpkg %{_datadir}/dpkg/* @@ -131,6 +87,8 @@ cat dselect.lang dpkg-dev.lang >> %{name}.lang %{_mandir}/man5/deb*.5* %{_mandir}/man5/dpkg.cfg.5* %{_mandir}/man5/dselect.cfg.5* +%{_mandir}/man5/dsc.5* +%{_mandir}/man7/deb-version.7* %{_mandir}/man8/start-stop-daemon.8* %doc AUTHORS COPYING THANKS @@ -141,6 +99,8 @@ cat dselect.lang dpkg-dev.lang >> %{name}.lang %files devel %defattr(-,root,root) +%dir %{_includedir}/dpkg +%{_includedir}/dpkg/* %{_libdir}/libdpkg.a %{_libdir}/libdpkg.la %{_libdir}/pkgconfig/libdpkg.pc @@ -149,5 +109,11 @@ cat dselect.lang dpkg-dev.lang >> %{name}.lang %doc ChangeLog ChangeLog.old NEWS README README.l10n TODO %changelog +* Tue Nov 26 2019 Automatic Build System 1.19.7-1mamba +- automatic version update by autodist + +* Tue Dec 12 2017 Automatic Build System 1.19.0.4-1mamba +- automatic update by autodist + * Fri Mar 18 2016 Silvan Calarco 1.18.4-1mamba - package created using the webbuild interface