debian-keyring-vl.spec 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. %global upstreamname debian-archive-keyring
  2. %global _keyringsdir %{_datadir}/keyrings
  3. Name: debian-keyring
  4. Version: 2014.3
  5. Release: 1%{?_dist_release}
  6. Summary: GnuPG archive keys of the Debian archive
  7. Summary(ja): Debian アーカイブ用の GnuPG 鍵束
  8. License: Public Domain
  9. URL: http://packages.debian.org/unstable/admin/%{upstreamname}
  10. Source0: http://ftp.debian.org/debian/pool/main/d/%{upstreamname}/%{upstreamname}_%{version}.tar.xz
  11. BuildArch: noarch
  12. BuildRequires: jetring
  13. %description
  14. The Debian project digitally signs its Release files. This package contains the
  15. archive keys used for that.
  16. %prep
  17. %setup -q -n %{upstreamname}-%{version}
  18. %build
  19. make
  20. %install
  21. %make_install
  22. %files
  23. %doc README
  24. %exclude %{_sysconfdir}/apt/trusted.gpg.d
  25. %{_keyringsdir}/*.gpg
  26. %changelog
  27. * Sun Nov 15 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 2014.3-1
  28. - initial build for Vine Linux
  29. * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2014.3-2
  30. - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
  31. * Mon Dec 01 2014 Sandro Mani <manisandro@gmail.com> - 2014.1-3
  32. - Update to 2014.3
  33. * Mon Sep 01 2014 Sandro Mani <manisandro@gmail.com> - 2014.1-1
  34. - Update to 2014.1
  35. * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.4-3
  36. - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
  37. * Mon Sep 23 2013 Sandro Mani <manisandro@gmail.com> - 2012.4-2
  38. - Add keyrings-filesystem Requires and BuildRequires.
  39. * Thu Sep 19 2013 Sandro Mani <manisandro@gmail.com> - 2012.4-1
  40. - Initial package