source: projects/specs/trunk/g/gnupg/gnupg-vl.spec @ 10296

Revision 10296, 9.8 KB checked in by tomop, 8 years ago (diff)

gnupg-1.4.20-1

Line 
1Summary: A GNU utility for secure communication and data storage.
2Summary(ja): GNU 版の RFC2440 (OpenPGP) 公開鍵暗号プログラム
3Name: gnupg
4Version: 1.4.20
5Release: 1%{?_dist_release}
6License: GPL
7Group: Applications/System
8Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
9Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig
10Source2: gnupg-1.4.11-1_ja.po
11
12URL: http://www.gnupg.org/
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: daisuke, iwaim, shaolin
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19
20Provides: gpg, openpgp
21Requires(post): install-info
22Requires(preun): install-info
23
24BuildRequires: autoconf
25BuildRequires: zlib-devel, bzip2-devel
26BuildRequires: openldap-devel
27BuildRequires: readline-devel
28
29%description
30GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
31creating digital signatures. GnuPG has advanced key management
32capabilities and is compliant with the proposed OpenPGP Internet
33standard described in RFC2440. Since GnuPG does not use any patented
34algorithm, it is not compatible with any version of PGP2 (PGP2.x uses
35only IDEA for symmetric-key encryption, which is patented worldwide).
36
37%description -l ja
38GnuPG (GNU プライバシーガード) は、データを暗号化したりデジタル署名を
39作成したりする GNU ユーティリティです。GnuPG は優れた鍵管理機能を有し、
40RFC2440 に規定された OpenPGP 規格に準拠しています。GnuPG は特許化された
41アルゴリズムを一切用いていないので、何の制限もなく使用することが出来ま
42すが、全てのバージョンの PGP2 とは互換性がありません。(PGP2.x は世界
43中で特許化されている IDEA を対称暗合鍵のために用います。)
44
45%prep
46%setup -q
47
48#mv po/ja.po po/ja.po.orig
49#cp -f %{SOURCE2} po/ja.po
50#autoreconf -i -f
51
52%build
53%configure \
54        --enable-ldap \
55        --disable-mailto \
56        --without-libcurl \
57        --program-transform-name='' \
58        --program-prefix='' \
59        --program-suffix='' \
60        --libexecdir=%{_libdir}
61make
62(cd po; make ja.gmo)
63make check
64
65%install
66rm -rf $RPM_BUILD_ROOT
67%makeinstall libexecdir=%{buildroot}%{_libdir}
68# install -m644 doc/gpg.info doc/gpgv.info $RPM_BUILD_ROOT/%{_infodir}
69install -m644 doc/gnupg1.info $RPM_BUILD_ROOT/%{_infodir}
70sed 's^\.\./g[0-9\.]*/^^g' tools/lspgpot > lspgpot
71install -m755 lspgpot $RPM_BUILD_ROOT%{_bindir}/lspgpot
72rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
73%find_lang %name
74
75%clean
76rm -rf $RPM_BUILD_ROOT
77
78
79%post
80if test -s %{_infodir}/gnupg1.info.gz ; then
81    /sbin/install-info %{_infodir}/gnupg1.info.gz %{_infodir}/dir 2> /dev/null
82fi
83if ! test -s %{_infodir}/gpg.info.gz ; then
84    /sbin/install-info --delete %{_infodir}/gpg.info.gz %{_infodir}/dir 2> /dev/null
85fi
86if ! test -s %{_infodir}/gpgv.info.gz ; then
87    /sbin/install-info --delete %{_infodir}/gpgv.info.gz %{_infodir}/dir 2> /dev/null
88fi
89exit 0
90
91%preun
92if [ $1 = 0 ]; then
93    /sbin/install-info --delete %{_infodir}/gpgv.info.gz %{_infodir}/dir
94    /sbin/install-info --delete %{_infodir}/gpg.info.gz %{_infodir}/dir
95fi
96
97
98%files -f %{name}.lang
99%defattr(-,root,root)
100%doc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS PROJECTS README THANKS TODO
101%doc doc/DETAILS doc/HACKING doc/OpenPGP doc/samplekeys.asc
102%{_bindir}/*
103%dir %{_datadir}/%{name}
104%{_datadir}/%{name}/FAQ
105%{_datadir}/%{name}/options.skel
106%{_libdir}/%{name}
107%{_infodir}/*
108%{_mandir}/man1/*
109
110
111%changelog
112* Wed May 18 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.20-1
113- new upstream release.
114- removed BR:libusb-devel.
115- removed Patch100 (no longer needed).
116
117* Fri Jul 31 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.19-2
118- merge with Vine6 package
119  * Tue Apr  7 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.19-2
120  - add pacth100 to remove unnessesary debug message
121    (https://bugs.g10code.com/gnupg/issue1934)
122  * Sun Mar 15 2015 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.19-1
123  - new upstream release with security fix (CVE-2014-3591,2015-0837)
124  - drop autoreconf
125  - drop man7 (this is upstream change)
126
127* Sat Mar 21 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 1.4.18-2
128- rebuilt with readline 6.3
129
130* Fri Jul 11 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.18-1
131- new upstream release.
132
133* Sat Aug 10 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.14-1
134- new upstream release
135- deleted unrecognized %%configure option: --enable-shared
136- did not generate Vine custom .po
137
138* Mon Apr  4 2011 IWAI, Masaharu <iwai@alib.jp> 1.4.11-1
139- new upstream release
140- update ja.po (Source2)
141- drop dir patch (Patch3): upstream merged
142- drop faq.html in %%files: upstream deleted
143
144* Sat Jul 17 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.10-1
145- new upstream release
146- add --enable-ldap
147- add BR: bzip2-devel, openldap-devel, libusb-devel, readline-devel
148- use Requires(post,preun) instead of PreReq
149
150* Tue Jul 14 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 1.4.9-1
151- new upstream release
152
153* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.4.6-1vl5
154- applied new versioning policy, spec in utf-8
155
156* Sun May 20 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.4.6-0vl4
157- add --without-libcurl option for configure,
158  instead of "rebuilding without curl" as shown below
159
160* Mon May 14 2007 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 1.4.6-0vl3
161- rebuild without curl
162
163* Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.4.6-0vl2
164- rebuilt for VineSeed
165
166* Sat Dec 09 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.6-0vl1
167- new upstream release incorporating fixes for CVE-2006-6169, 6235
168- drop Patch100 (included in new upstream)
169- add patch3 from redhat
170
171* Sat Dec 02 2006 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 1.4.5-0vl1.1
172- add patch100 for fix CVE-2006-6169
173
174* Mon Sep  4 2006 IWAI, Masaharu <iwai@alib.jp> 1.4.5-0vl1
175- new upstream release
176- update ja.po ( but, it has many fuzzy )
177
178* Sun May  7 2006 IWAI, Masaharu <iwai@alib.jp> 1.4.3-0vl1
179- drop CVE-2006-0455 ( Patch10 ) and CVE-2006-0049 ( Patch11 ) patches
180    - upstream fixed
181- update ja.po ( but, it has many fuzzy )
182- drop unnecessary libexec patch ( Patch0 )
183
184* Sun Apr  9 2006 IWAI, Masaharu <iwai@alib.jp> 1.2.6-0vl5
185- build for VineSeed
186
187* Sun Mar 19 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.2.6-0vl4
188- added a security patch for CVE-2006-0049.
189
190* Mon Feb 20 2006 IKEDA Katsumi <ikeda@webmasters.gr.jp> 1.2.6-0vl3
191- added a security patch for CVE-2006-0455.
192
193* Sat Oct 30 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-0vl2
194- update ja.po
195
196* Thu Oct 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.6-0vl1
197- new upstream release
198
199* Mon Dec 29 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.4-0vl2
200- rebuilt
201
202* Mon Dec 29 2003 IWAI, Masaharu <iwai@alib.jp> 1.2.4-0vl1
203- new upstream release
204
205* Sat Aug 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.3-0vl1
206- new upstream release
207
208* Tue May  6 2003 IWAI Masaharu <iwai@alib.jp> 1.2.2-0vl1
209- upstream releace
210- update libexec.patch (Patch0)
211- drop trustfix.patch (Patch10)
212
213* Tue May  6 2003 IWAI Masaharu <iwai@alib.jp> 1.2.1-3vl3
214- SECURITY FIX - Key validity bug
215    - http://lists.gnupg.org/pipermail/gnupg-announce/2003q2/000268.html
216    - add trustfix.patch (Patch10) from Vine-2.6 updates 1.0.7-6vl2.1
217
218* Fri Mar  7 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-3vl2
219- update ja.po
220
221* Fri Mar  7 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-3vl1
222- new upstream release
223- merged with rawhide version 1.2.1-3
224  * Fri Feb  7 2003 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-3
225  - modify g10defs to look for helpers in libexecdir, because that's where they
226    get installed, per gnupg-users
227  - actually drop updates for 1.0.7 which are no longer needed for 1.2.1
228  * Mon Oct 28 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.1-1
229  - update to 1.2.1
230  * Tue Sep 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.2.0-1
231  - update to 1.2.0
232  - stop stripping files manually, let the buildroot policies handle it
233  - add translations updates ca and fr
234
235* Tue Oct  1 2002 IWAI Masaharu <iwai@alib.jp> 1.0.7-6vl2
236- added --disable-{ldap,mailto} options for configure script
237- added zlib in Requires tag
238- added zlib-devel in BuildRequires tag
239
240* Mon Sep 23 2002 IWAI Masaharu <iwai@alib.jp> 1.0.7-6vl1
241- sync with Rawhide gnupg-1.0.7-6
242    - added --program-{transform-name,prefix,suffix} options for configure script
243    - added Source1(signature for the GnuPG 1.0.7 tarball)
244    - added BUGS and doc/samplekeys.asc in %%doc
245    - eliminated g*/OPTIONS and g*/pubring.asc in %%doc
246    - stopped patching Patch0(codeset.patch)
247    -
248- droped Source3(ja.po)
249- added Patch1 (gnupg-1.0.7-ja.po.patch)
250
251* Fri Jan 25 2002 Toru Sagami <sagami@vinelinux.org> 1.0.6-3vl1
252- sync with 1.0.6-3
253  * set message output encoding to match the message encoding, based on a
254    patch by goeran@uddeborg.pp.se (#49182)
255- fixed ja.po
256
257* Thu Jun 07 2001 <sagami@vinelinux.org>
258- update to 1.0.6: follow up with RHSA's 1.0.5 package
259- changed Group/Description
260- stop replacing/overriding man page (new one is out there)
261
262* Thu May 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl2
263- fixed typo in spec file.
264
265* Thu May 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0.5-0vl1
266- update to 1.0.5
267- update ja.po.
268
269* Mon Oct 23 2000 KAJIKI Yoshihiro <kajiki@ylug.org>
270- update to 1.0.4 for a security reason
271- add Japanese summary and description
272
273* Thu Aug 17 2000 KAJIKI Yoshihiro <kajiki@ylug.org>
274- rebuild for Vine-2.0/VineSeed
275
276* Sun Jul 23 2000 Nalin Dahyabhai <nalin@redhat.com>
277- update to 1.0.2
278
279* Wed Jul 19 2000 Jakub Jelinek <jakub@redhat.com>
280- rebuild to cope with glibc locale binary incompatibility
281
282* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
283- automatic rebuild
284
285* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
286- include lspgpot (#13772)
287
288* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
289- rebuild in new build environment
290
291* Fri Feb 18 2000 Bill Nottingham <notting@redhat.com>
292- build of 1.0.1
293
294* Fri Sep 10 1999 Cristian Gafton <gafton@redhat.com>
295- version 1.0.0 build for 6.1us
Note: See TracBrowser for help on using the repository browser.