diff --git a/.gitignore b/.gitignore index e69de29..5d365c7 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/distribution-gpg-keys-1.3.tar.gz diff --git a/distribution-gpg-keys.spec b/distribution-gpg-keys.spec new file mode 100644 index 0000000..e0e3511 --- /dev/null +++ b/distribution-gpg-keys.spec @@ -0,0 +1,54 @@ +Name: distribution-gpg-keys +Version: 1.3 +Release: 1%{?dist} +Summary: Keys of various Linux distributions + +License: CC0 +URL: https://github.com/xsuchy/distribution-gpg-keys +# Sources can be obtained by +# git clone git://github.com/xsuchy/distribution-gpg-keys.git +# cd distribution-gpg-keys +# tito build --tgz +Source0: %{name}-%{version}.tar.gz +BuildArch: noarch + +Suggests: ubu-keyring +Suggests: debian-keyring +Suggests: archlinux-keyrings + +%description +GPG keys used by various Linux distributions to sign packages. + +%prep +%setup -q + + +%build + + +%install +mkdir -p %{buildroot}%{_datadir}/%{name}/ +cp -a keys/* %{buildroot}%{_datadir}/%{name}/ + +%files +%license LICENSE +%doc README.md +%{_datadir}/%{name} + +%changelog +* Tue Feb 02 2016 Miroslav Suchý 1.3-1 +- add copr keys +- added obsolete gpg keys +- document from where those keys can be originally obtained +- suggest installations of other keyrings +- do not include email in changelog items + +* Fri Oct 16 2015 Miroslav Suchý 1.2-1 +- document how to do release +- change license to CC-0 + +* Thu Oct 15 2015 Miroslav Suchý 1.1-1 +- initial package + + + diff --git a/sources b/sources index e69de29..37b2ae9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +28b85efcdb77214d1eddba17913452b7 distribution-gpg-keys-1.3.tar.gz