[jetring] Initial import

Sandro Mani smani at fedoraproject.org
Tue Sep 24 12:39:47 UTC 2013


commit 392781b8a8706fbce5a72044135079eb99785489
Author: Sandro Mani <manisandro at gmail.com>
Date:   Tue Sep 24 14:39:27 2013 +0200

    Initial import

 .gitignore   |    1 +
 jetring.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..a2e0e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/jetring_0.20.tar.gz
diff --git a/jetring.spec b/jetring.spec
new file mode 100644
index 0000000..abc4802
--- /dev/null
+++ b/jetring.spec
@@ -0,0 +1,57 @@
+Name:           jetring
+Version:        0.20
+Release:        3%{?dist}
+Summary:        GPG keyring maintenance using changesets
+
+License:        GPLv2+
+URL:            http://joeyh.name/code/jetring/
+Source0:        http://ftp.debian.org/debian/pool/main/j/%{name}/%{name}_%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  gnupg
+BuildRequires:  perl(Cwd)
+BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:       gnupg
+
+%description
+jetring is a collection of tools that allow for GPG keyrings to be maintained
+using changesets. It was developed with the Debian keyring in mind, and aims to
+solve the problem that a GPG keyring is a binary blob that's hard for multiple
+people to collaboratively edit.
+
+%prep
+%setup -q -n %{name}
+
+
+%build
+make %{?_smp_mflags}
+
+
+%install
+%make_install
+install -Dpm 0644 jetring.7 %{buildroot}%{_mandir}/man7/jetring.7
+install -d %{buildroot}%{_mandir}/man1
+install -pm 0644 jetring-*.1 %{buildroot}%{_mandir}/man1
+
+
+%files
+%doc README GPL
+%{_bindir}/jetring*
+%{_mandir}/man1/*
+%{_mandir}/man7/*
+
+
+%changelog
+* Mon Sep 23 2013 Sandro Mani <manisandro at gmail.com> - 0.20-3
+- Add manpages
+
+* Sun Sep 22 2013 Sandro Mani <manisandro at gmail.com> - 0.20-2
+- Add missing BR
+- Use smp_mflags
+- Use correct homepage
+
+* Thu Sep 19 2013 Sandro Mani <manisandro at gmail.com> - 0.20-1
+- Initial package
diff --git a/sources b/sources
index e69de29..23265fd 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9b3eee52e834caea9c8f21996f973c6b  jetring_0.20.tar.gz


More information about the scm-commits mailing list