# # gnupg -- gnu privacy guard # This is a template. The dist target uses it to create the real file. # Summary: GPL public key crypto Name: gnupg Version: 0.4.5 Release: 5 Copyright: GPL Group: Applications/Cryptography Source: ftp://ftp.guug.de/pub/gcrypt/ Buildroot: /tmp/gnupg URL: http://www.d.shuttle.de/isil/crypt/gnupg.html Provides: gpg openpgp %description GNUPG is a complete and free replacement for PGP. Because it does not use IDEA or RSA it can be used without any restrictions. GNUPG is nearly in compliance with the OpenPGP draft. %prep rm -rf $RPM_BUILD_DIR/gnupg-0.4.5 tar -xvzf $RPM_SOURCE_DIR/gnupg-0.4.5.tar.gz %build cd gnupg-0.4.5 chown -R root.root * unset LINGUAS ./configure --prefix=/usr make %install cd gnupg-0.4.5 make prefix=$RPM_BUILD_ROOT/usr install cd $RPM_BUILD_ROOT/usr/man/man1 rm -f gpgm.1 ln -s gpg.1 gpgm.1 cd $RPM_BUILD_ROOT/usr/bin strip gpg strip gpgm %files %doc gnupg-0.4.5/doc/ %doc gnupg-0.4.5/INSTALL %doc gnupg-0.4.5/AUTHORS %doc gnupg-0.4.5/ABOUT-NLS %doc gnupg-0.4.5/COPYING %doc gnupg-0.4.5/ChangeLog %doc gnupg-0.4.5/NEWS %doc gnupg-0.4.5/README %doc gnupg-0.4.5/THANKS %doc gnupg-0.4.5/TODO /usr/man/man1/gpg.1 /usr/man/man1/gpgm.1 /usr/share/locale/de/LC_MESSAGES/gnupg.mo /usr/share/locale/es_ES/LC_MESSAGES/gnupg.mo /usr/share/locale/fr/LC_MESSAGES/gnupg.mo /usr/share/locale/it/LC_MESSAGES/gnupg.mo /usr/share/locale/pt_BR/LC_MESSAGES/gnupg.mo /usr/share/locale/ru/LC_MESSAGES/gnupg.mo /usr/share/gnupg/options.skel /usr/lib/gnupg/rndunix /usr/lib/gnupg/tiger /usr/lib/gnupg/twofish %attr (4755,root,root) /usr/bin/gpg %attr (4755,root,root) /usr/bin/gpgm