1Summary: Perl interface to the Gnu Privacy Guard
2Name: GnuPG
3Version: 0.19
4Release: 1c
5Source: http://www.cpan.org/modules/by-module/GnuPG/%{name}-%{version}.tar.gz
6Copyright: GPL
7Group: Development/Languages
8Prefix: /usr
9URL: http://www.cpan.org/modules/by-module/GnuPG/%{name}-%{version}.readme
10BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
11BuildArchitectures: noarch
12Requires: gnupg >= 1.0
13
14%description
15GnuPG is a perl interface to the GNU Privacy Guard. It uses the shared
16memory coprocess interface that gpg provides for its wrappers. It
17tries its best to map the interactive interface of gpg to a more
18programmatic model.
19
20%prep
21%setup -q
22%fix_perl_path
23
24%build
25perl Makefile.PL
26make OPTIMIZE="$RPM_OPT_FLAGS"
27make test
28
29%install
30rm -fr $RPM_BUILD_ROOT
31%perl_make_install
32
33BuildDirList > %pkg_file_list
34BuildFileList >> %pkg_file_list
35
36%clean
37rm -fr $RPM_BUILD_ROOT
38
39%files -f %pkg_file_list
40%defattr(-,root,root)
41%doc README ChangeLog NEWS
42
43%changelog
44* Sun Apr 15 2012 Yanick Champoux <yanick@cpan.org>
45  [0.19-1c]
46- POD typo fix. (patch by Salvatore Bonaccorso) [RT72600]
47- Don't use deprecated shared memory mode (patch by Adam Benjamin)
48- Log format. (pointed out by Adam Benjamin)
49- command output parsing for newer gnupg (patch by Adam Benjamin)
50
51* Mon Nov 21 2011 Yanick Champoux <yanick@cpan.org>
52  [0.18-1c]
53- encrypt() now accept many recipients. [RT71127]
54- new() doesn't die if 'homedir' isn't writeable. [RT568]
55    (bug reported by Mark Stosberg)
56
57* Tue May 25 2010  Mark B. Frost <mark.frost@icainformatics.com>
58  [0.17-1c]
59- Updated to version 0.17.
60
61* Fri Apr 16 2010  Mark B. Frost <mark.frost@icainformatics.com>
62  [0.16-1c]
63- Updated to version 0.16.
64
65* Fri Apr 16 2010  Mark B. Frost <mark.frost@icainformatics.com>
66  [0.15-1c]
67- Updated to version 0.15.
68
69* Fri Apr 16 2010  Mark B. Frost <mark.frost@icainformatics.com>
70  [0.14-1c]
71- Updated to version 0.14.
72
73* Fri Apr 16 2010  Mark B. Frost <mark.frost@icainformatics.com>
74  [0.13-1c]
75- Updated to version 0.13.
76
77* Wed Feb 03 2010  Mark B. Frost <mark.frost@icainformatics.com>
78  [0.12-1c]
79- Updated to version 0.12.
80
81* Wed Jan 27 2010  Mark B. Frost <mark.frost@icainformatics.com>
82  [0.11-1c]
83- Updated to version 0.11.
84
85* Fri Jun 08 2001  Francis J. Lacoste <francis.lacoste@Contre.COM>
86  [0.09-1c]
87- Updated to version 0.09.
88
89* Mon May 21 2001  Francis J. Lacoste <francis.lacoste@Contre.COM>
90  [0.08-1c]
91- Updated to version 0.08.
92
93* Tue Aug 15 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
94  [0.07-1i]
95- Updated to version 0.07.
96
97* Mon Aug 07 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
98  [0.06-1i]
99- Updated for version 0.06.
100
101* Fri Jul 14 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
102  [0.05-2i]
103- Updated spec file to use new macros.
104
105* Wed Jun 21 2000  Francis J. Lacoste <francis.lacoste@iNsu.COM>
106  [0.05-1i]
107- Updated to version 0.05.
108
109* Mon Dec 06 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
110  [0.04-1i]
111- Updated to version 0.04.
112
113* Tue Nov 30 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
114  [0.03-1i]
115- Updated to version 0.03.
116
117* Wed Sep 08 1999  Francis J. Lacoste <francis.lacoste@iNsu.COM>
118  [0.02-1i]
119- Added gpgmailtunl and its man pages.
120- Updated to version 0.02.
121
122* Sun Sep 05 1999 Francis J. Lacoste <francis.lacoste@iNsu.COM>
123  [0.01-1i]
124- Packaged for iNs/linux
125
126
127