File pgp4pine.spec of Package pgp4pine
#
# spec file for package pgp4pine (Version 1.76)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
#
# norootforbuild
Name: pgp4pine
License: LGPL
Group: Productivity/Networking/Email/Utilities
Requires: pine
#Conflicts:
Autoreqprov: on
URL: http://pgp4pine.flatline.de/
Summary: pgp4pine is providing PGP/GnuPG encryption with pine.
Version: 1.76
Release: 350
Source: pgp4pine-%{version}.tar.bz2
Patch: pgp4pine-%{version}.dif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# ---------------------------------------------------------------------------
%prep
%setup
%patch0
# ---------------------------------------------------------------------------
%build
autoreconf --force --install
CFLAGS="$RPM_OPT_FLAGS" \
./configure --prefix=/usr --mandir=/usr/share/man
make
# ---------------------------------------------------------------------------
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT/usr/share/doc
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/usr/bin/pgp4pine
%_mandir/man1/pgp4pine.1.gz
%doc AUTHORS ChangeLog INSTALL README TODO pgp4pine.lsm
%doc README.SuSE
%doc pgp4pine/docs/en/pgp4pinerc.example
%doc pgp4pine/docs/en/LICENSE
%doc pgp4pine/docs/en/FAQ
%doc pgp4pine/docs/en/PGP_MIME
%description
pgp4pine is providing PGP/GnuPG encryption with pine.
Authors:
--------
Holger Lamm <holger@flatline.de>
%changelog -n pgp4pine
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Sep 26 2005 - ro@suse.de
- fix some implicit declarations
* Thu Jun 16 2005 - meissner@suse.de
- use RPM_OPT_FLAGS
- fixed 3 implicit buffer overflows (harmless)
* Wed Feb 18 2004 - ro@suse.de
- fix preprocessor token pasting
* Sun Jan 11 2004 - adrian@suse.de
- add %%defattr
* Fri Jul 25 2003 - coolo@suse.de
- use BuildRoot
* Tue Sep 17 2002 - ro@suse.de
- removed bogus self-provides
* Mon Dec 17 2001 - tcrhak@suse.cz
- update to version 1.76
* Fri Sep 22 2000 - iboernig@suse.de
- new Version, added security fix
* Wed Feb 23 2000 - iboernig@suse.de
- added group tag und URL to specfile, adopted package to /usr/share/man
* Tue Feb 22 2000 - ro@suse.de
- man to /usr/share using macro
* Tue Feb 22 2000 - iboernig@suse.de
- initial version