Summary: Graphical user interface for the GnuPG Name: gpa Version: 0.7.4 Release: 14%{?dist} License: GPL Group: Applications/System #Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gpa/gpa-%{version}.tar.gz #Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gpa/gpa-%{version}.tar.gz.sig Source0: http://wald.intevation.org/frs/download.php/241/gpa-0.7.4.tar.bz2 Source1: http://wald.intevation.org/frs/download.php/244/gpa-0.7.4.tar.bz2.sig URL: http://www.gnupg.org/gpa.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel >= 2.2, gpgme-devel >= 1:1.1.1, zlib-devel BuildRequires: gnupg Requires: gnupg, gtk2 >= 2.2, gpgme >= 1:1.1.1 %description The GNU Privacy Assistant is a graphical user interface for the GNU Privacy Guard (GnuPG). GnuPG is a system that provides you with privacy by encrypting emails or other documents and with authentication of received files by signature management. %prep %setup -q %build %configure make %install rm -rf %{buildroot} mkdir -p %{buildroot} make install DESTDIR=%{buildroot} %find_lang %{name} %clean rm -rf %{buildroot} %files -f %{name}.lang %defattr(-,root,root,-) %doc ABOUT-NLS AUTHORS ChangeLog INSTALL NEWS README README-alpha THANKS TODO %{_bindir}/gpa %{_datadir}/%{name} %{_datadir}/applications/gpa.desktop %{_datadir}/pixmaps/gpa.png %changelog * Wed Oct 11 2006 Axel Thimm - 0.7.4-13 - Update to 0.7.4. * Tue Apr 4 2006 Axel Thimm - Update to 0.7.3. * Thu Mar 9 2006 Axel Thimm - Update to 0.7.2. * Mon Mar 29 2004 Axel Thimm - Updated to 0.7.0. * Fri Feb 14 2003 Axel Thimm - Updated to 0.6.1. * Fri Jan 17 2003 Axel Thimm - updated to 0.6.0. - synced with embedded specfile. * Wed Nov 13 2002 Axel Thimm - updated to 0.4.3, changed Group. * Fri Aug 3 2001 Peter Hanecak - initial spec