]> git.pld-linux.org Git - packages/gpa.git/blob - gpa.spec
568b8f8377282e373c24cf1f372566bd71964cb9
[packages/gpa.git] / gpa.spec
1 Summary:        Gnu Privacy Assistant - Graphical Frontend for the GnuPG
2 Summary(pl.UTF-8):      Gnu Privacy Assistant - Graficzny Frontend GnuPG
3 Name:           gpa
4 Version:        0.9.4
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications
8 Source0:        ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2
9 # Source0-md5:  178144d53c35703a59eeb5ab767b4c6c
10 Patch0:         %{name}-am.patch
11 URL:            http://www.gnupg.org/related_software/gpa/
12 BuildRequires:  autoconf >= 2.61
13 BuildRequires:  automake >= 1:1.10
14 BuildRequires:  gettext-devel >= 0.17
15 BuildRequires:  gpgme-devel >= 1:1.2.0
16 BuildRequires:  gtk+2-devel >= 2:2.10.0
17 BuildRequires:  libassuan-devel >= 1.1.0
18 BuildRequires:  libgpg-error-devel >= 1.4
19 BuildRequires:  pkgconfig
20 Requires:       gnupg
21 Requires:       gpgme >= 1:1.2.0
22 Requires:       gtk+2 >= 2:2.10.0
23 Requires:       libassuan >= 1.1.0
24 Requires:       libgpg-error >= 1.4
25 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27 %description
28 GPA (GNU Privacy Assistant) is a graphical frontend for the GNU
29 Privacy Guard (GnuPG). GPA can be used to encrypt, decrypt and sign
30 files, to verify signatures and to manage the private and public keys.
31
32 %description -l pl.UTF-8
33 GPA (GNU Privacy Assistant) jest graficzną nakładką dla programu Gnu
34 Privacy Guard (GnuPG). GPA może być użyte do szyfrowania,
35 deszyfrowania i podpisywania plików, do weryfikacji podpisów, oraz do
36 zarządzania zarówno publicznymi, jak i prywatnymi kluczami.
37
38 %prep
39 %setup -q
40 %patch0 -p1
41
42 %build
43 %{__gettextize}
44 %{__aclocal} -I m4
45 %{__autoconf}
46 %{__autoheader}
47 %{__automake}
48 %configure \
49         GPG=/usr/bin/gpg
50 %{__make}
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf $RPM_BUILD_ROOT
62
63 %files -f %{name}.lang
64 %defattr(644,root,root,755)
65 %doc AUTHORS ChangeLog NEWS README THANKS TODO
66 %attr(755,root,root) %{_bindir}/gpa
67 %{_datadir}/%{name}
68 %{_mandir}/man1/gpa.1*
69 %{_desktopdir}/gpa.desktop
70 %{_pixmapsdir}/gpa.png
This page took 0.08392 seconds and 2 git commands to generate.