[archlinux-keyring/f19] Package accepted

Zbigniew Jędrzejewski-Szmek zbyszek at fedoraproject.org
Mon Aug 26 18:03:49 UTC 2013


commit eac75764767f2ee63cdd49a8737da28d2f0fe3bb
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Mon Aug 26 14:01:31 2013 -0400

    Package accepted

 .gitignore             |    1 +
 archlinux-keyring.spec |   39 +++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cfa5deb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/archlinux-keyring-20130818.tar.gz
diff --git a/archlinux-keyring.spec b/archlinux-keyring.spec
new file mode 100644
index 0000000..0c7a2ce
--- /dev/null
+++ b/archlinux-keyring.spec
@@ -0,0 +1,39 @@
+Name:           archlinux-keyring
+Version:        20130818
+Release:        2%{?dist}
+Url:            https://projects.archlinux.org/archlinux-keyring.git/
+Source0:        https://projects.archlinux.org/%{name}.git/snapshot/%{name}-%{version}.tar.gz
+# see https://wiki.archlinux.org/index.php/Pacman-key for introduction
+License:        Public Domain
+Summary:        GPG keys used by Arch distribution to sign packages
+BuildArch:      noarch
+
+Requires:       pacman-filesystem
+
+%description
+A set of GPG keys used to sign packages in the Arch distribution,
+which can be used to verify that downloaded Arch packages are
+valid.
+
+
+%prep
+%setup -q
+
+
+%build
+
+
+%install
+%make_install PREFIX=%{_prefix}
+
+%files
+%{_datadir}/pacman/keyrings
+
+
+%changelog
+* Sun Aug 25 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 20130818-2
+- Add Url field and build section.
+- Package accepted (#998690).
+
+* Mon Aug 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl> - 20130818-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..48041ab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+b9e7bc2ff8058e8b7b5e19e38a110e1e  archlinux-keyring-20130818.tar.gz


More information about the scm-commits mailing list