source: projects/specs/trunk/j/jetring/jetring-vl.spec @ 9810

Revision 9810, 1.9 KB checked in by daisuke, 8 years ago (diff)

new package:

  • debian-keyring
  • ubuntu-keyring
  • jetring (to build debian-keyring)
Line 
1Name:           jetring
2Version:        0.21
3Release:        1%{?_dist_release}
4Summary:        GPG keyring maintenance using changesets
5
6License:        GPLv2+
7URL:            http://joeyh.name/code/jetring/
8Source0:        http://ftp.debian.org/debian/pool/main/j/%{name}/%{name}_%{version}.tar.gz
9
10BuildArch:      noarch
11BuildRequires:  gnupg
12BuildRequires:  perl(Cwd)
13BuildRequires:  perl(File::Temp)
14BuildRequires:  perl(Getopt::Long)
15BuildRequires:  perl(strict)
16BuildRequires:  perl(warnings)
17Requires:       gnupg
18
19%description
20jetring is a collection of tools that allow for GPG keyrings to be maintained
21using changesets. It was developed with the Debian keyring in mind, and aims to
22solve the problem that a GPG keyring is a binary blob that's hard for multiple
23people to collaboratively edit.
24
25%prep
26%setup -q -n %{name}
27
28
29%build
30make %{?_smp_mflags}
31
32
33%install
34%make_install
35install -Dpm 0644 jetring.7 %{buildroot}%{_mandir}/man7/jetring.7
36install -d %{buildroot}%{_mandir}/man1
37install -pm 0644 jetring-*.1 %{buildroot}%{_mandir}/man1
38
39
40%files
41%doc README
42%license GPL
43%{_bindir}/jetring*
44%{_mandir}/man1/*
45%{_mandir}/man7/*
46
47
48%changelog
49* Sun Nov 15 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 0.21-1
50- initial build for Vine Linux
51
52* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21-2
53- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
54
55* Fri Jan 02 2015 Sandro Mani <manisandro@gmail.com> - 0.21-1
56- Update to 0.21
57
58* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20-4
59- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
60
61* Mon Sep 23 2013 Sandro Mani <manisandro@gmail.com> - 0.20-3
62- Add manpages
63
64* Sun Sep 22 2013 Sandro Mani <manisandro@gmail.com> - 0.20-2
65- Add missing BR
66- Use smp_mflags
67- Use correct homepage
68
69* Thu Sep 19 2013 Sandro Mani <manisandro@gmail.com> - 0.20-1
70- Initial package
Note: See TracBrowser for help on using the repository browser.