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

Revision 9684, 9.7 KB checked in by Takemikaduchi, 9 years ago (diff)

gnumeric, goffice, libgsf, maxima, gnupg: update
others: rebuild

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