source: projects/specs/trunk/u/ubuntu-keyring/ubuntu-keyring-vl.spec @ 9810

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

new package:

  • debian-keyring
  • ubuntu-keyring
  • jetring (to build debian-keyring)
Line 
1# Always update this to the latest release
2%global ubunturelease wily
3
4%global _keyringsdir %{_datadir}/keyrings
5
6Name:           ubuntu-keyring
7Version:        2012.05.19
8Release:        1%{?_dist_release}
9Summary:        GnuPG keys of the Ubuntu archive
10Summary(ja):    Ubuntu アーカイブの GnuPG 鍵
11
12License:        Public Domain
13URL:            https://launchpad.net/ubuntu-keyring
14Source0:        https://launchpad.net/ubuntu/%{ubunturelease}/+source/ubuntu-keyring/%{version}/+files/ubuntu-keyring_%{version}.tar.gz
15
16BuildArch:      noarch
17
18%description
19The Ubuntu project digitally signs its Release files. This package contains the
20archive keys used for that, in a minimal form for use in the installer.
21
22%prep
23%setup -q -n ubuntu-keyring-%{version}
24
25
26%build
27
28
29%install
30install -d %{buildroot}%{_keyringsdir}
31[ ! -s keyrings/ubuntu-archive-removed-keys.gpg ] && rm keyrings/ubuntu-archive-removed-keys.gpg
32cp -a keyrings/* %{buildroot}%{_keyringsdir}
33
34
35%files
36%doc README
37%{_keyringsdir}/*.gpg
38
39
40%changelog
41* Sat Nov 14 2015 Daisuke SUZUKI <daisuke@vinelinux.org> 2012.05.19-1
42- initial build for Vine Linux
43
44* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.05.19-4
45- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
46
47* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2012.05.19-3
48- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
49
50* Tue Oct 15 2013 Sandro Mani <manisandro@gmail.com> - 2012.05.19-2
51- Remove empty file
52
53* Thu Oct 10 2013 Sandro Mani <manisandro@gmail.com> - 2012.05.19-1
54- Initial package
Note: See TracBrowser for help on using the repository browser.