Hi Cooker-Fans!
I have fixed a bug in the install process of gnupg.
The spec file is included. I dumped revision to 3mdk.
Best regards,
Reinhard Katzmann
--
E-Mail: [EMAIL PROTECTED]
Current Projects: Linux-Installation Mandrake 7.1 (95% finished)
Java-DB and -Interface for Pincity (93 % finished)
GnuPG Public Key available on request.
%define name gnupg
%define version 1.0.1
%define release 3mdk
Summary: GNU privacy guard - a free PGP replacement.
Name: %{name}
Version: %{version}
Release: %{release}
Source0: %{name}-%{version}.tar.bz2
Copyright: GPL
Group: File tools
BuildRoot: %{_tmppath}/%{name}-buildroot
Prefix: %{_prefix}
Patch: %{name}-debian.patch.bz2
%description
GnuPG is GNU's tool for secure communication and data storage.
It can be used to encrypt data and to create digital signatures.
It includes an advanced key management facility and is compliant
with the proposed OpenPGP Internet standard as described in RFC2440.
.
Because GnuPG does not use use any patented algorithm it cannot be
compatible with PGP2 versions. PGP 2.x uses only IDEA (which is
patented worldwide) and RSA (which is patented in the United States
until Sep 20, 2000).
%prep
%setup
%patch0 -p1
%build
%configure --with-included-gettext
make
%install
rm -rf $RPM_BUILD_ROOT
make prefix=$RPM_BUILD_ROOT/usr DESTDIR=$RPM_BUILD_ROOT install
sed -e "s#../g10/gpg#gpg#" < tools/lspgpot > $RPM_BUILD_ROOT/usr/bin/lspgpot
chmod 755 $RPM_BUILD_ROOT/usr/bin/lspgpot
strip --strip-unneeded $RPM_BUILD_ROOT/usr/lib/gnupg/*
perl -pi -e 's|/usr/local|/usr/|' $RPM_BUILD_ROOT/usr/man/man1/gpg.1
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README NEWS THANKS TODO doc/DETAILS doc/FAQ doc/OpenPGP ChangeLog
/usr/lib/%{name}/
/usr/bin/*
/usr/share/%{name}/
/usr/share/locale/*/*/*
/usr/man/*/*/
%changelog
* Wed Jul 12 2000 Reinhard Katzmann <[EMAIL PROTECTED]> 1.0.1-3mdk
- Fixed a stupid install bug in spec file
* Tue Apr 25 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> 1.0.1-2mdk
- Upgrade groups.
* Thu Jan 6 2000 Chmouel Boudjnah <[EMAIL PROTECTED]> 1.0.1-1mdk
- First spec file for Mandrake distribution, mainly based on debian version.
# end of file
PGP signature