]> git.pld-linux.org Git - packages/seahorse.git/blob - seahorse.spec
dc46aafa0498ea8e264d3297c18f13a72d73dba7
[packages/seahorse.git] / seahorse.spec
1 Summary:        Seahorse - A GNOME front end for GnuPG
2 Summary(pl.UTF-8):      Seahorse - frontend GNOME do GnuPG
3 Name:           seahorse
4 Version:        3.8.0
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.8/%{name}-%{version}.tar.xz
9 # Source0-md5:  b14d41ca6d71a830ac8011c196af37fa
10 URL:            http://www.gnome.org/projects/seahorse/
11 BuildRequires:  atk-devel >= 1.32.0
12 BuildRequires:  autoconf >= 2.63
13 BuildRequires:  automake >= 1:1.11
14 BuildRequires:  avahi-devel
15 BuildRequires:  avahi-glib-devel >= 0.6
16 BuildRequires:  dbus-glib-devel >= 0.71
17 BuildRequires:  docbook-dtd412-xml
18 BuildRequires:  gcr-devel >= 3.4.0
19 BuildRequires:  gettext-devel
20 BuildRequires:  glib2-devel >= 1:2.16.0
21 BuildRequires:  gnome-doc-utils >= 0.14.0
22 BuildRequires:  gnupg >= 1.4.5
23 BuildRequires:  gpgme-devel >= 1:1.1.2
24 BuildRequires:  gtk+3-devel >= 3.4.0
25 BuildRequires:  intltool >= 0.40.0
26 BuildRequires:  libsecret-devel >= 0.5
27 BuildRequires:  libsoup-devel >= 2.24.0
28 BuildRequires:  libtool
29 BuildRequires:  openldap-devel >= 2.4.6
30 BuildRequires:  pkgconfig
31 BuildRequires:  rpmbuild(find_lang) >= 1.23
32 BuildRequires:  rpmbuild(macros) >= 1.311
33 Requires(post,postun):  desktop-file-utils
34 Requires(post,postun):  gtk-update-icon-cache
35 Requires(post,postun):  hicolor-icon-theme
36 Requires:       gcr >= 3.4.0
37 Requires:       gnome-keyring >= 3.4.0
38 Requires:       gnupg >= 1.4.5
39 Requires:       gnupg2
40 Obsoletes:      gnome-keyring-manager
41 # sr@Latn vs. sr@latin
42 Conflicts:      glibc-misc < 6:2.7
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %description
46 Seahorse is a GNOME front end for GnuPG - the Gnu Privacy Guard
47 program. It is a tool for secure communications and data storage. Data
48 encryption and digital signature creation can easily be performed
49 through a GUI and Key Management operations can easily be carried out
50 through an intuitive interface. Both English and Japanese is support
51 is provided.
52
53 %description -l pl.UTF-8
54 Seahorse to frontend GNOME do programu GnuPG - Gnu Privacy Guard. Jest
55 to narzędzie do bezpiecznego komunikowania i przechowywania danych.
56 Szyfrowanie danych i tworzenie cyfrowego podpisu może być łatwo
57 realizowane poprzez graficzny interfejs użytkownika, a zarządzanie
58 kluczami jest prowadzone przez intuicyjny interfejs.
59
60 %prep
61 %setup -q
62
63 %build
64 %{__glib_gettextize}
65 %{__intltoolize}
66 %{__libtoolize}
67 %{__aclocal} -I m4
68 %{__autoconf}
69 %{__autoheader}
70 %{__automake}
71 %configure \
72         SSH_KEYGEN_PATH=%{_bindir}/ssh-keygen \
73         SSH_PATH=%{_bindir}/ssh \
74         --enable-pgp \
75         --disable-silent-rules \
76         --disable-schemas-compile \
77         --disable-static
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT
85
86 %find_lang %{name} --with-gnome
87
88 %clean
89 rm -rf $RPM_BUILD_ROOT
90
91 %post
92 %glib_compile_schemas
93 %update_icon_cache hicolor
94
95 %postun
96 %glib_compile_schemas
97 %update_icon_cache hicolor
98
99 %files -f %{name}.lang
100 %defattr(644,root,root,755)
101 %doc AUTHORS ChangeLog NEWS README
102 %attr(755,root,root) %{_bindir}/seahorse
103 %dir %{_libdir}/seahorse
104 %attr(755,root,root) %{_libdir}/seahorse/seahorse-ssh-askpass
105 %attr(755,root,root) %{_libdir}/seahorse/xloadimage
106 %{_datadir}/%{name}
107 %{_desktopdir}/seahorse.desktop
108 %{_iconsdir}/hicolor/*/*/*
109 %{_datadir}/GConf/gsettings/org.gnome.seahorse.convert
110 %{_datadir}/GConf/gsettings/org.gnome.seahorse.manager.convert
111 %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.gschema.xml
112 %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.manager.gschema.xml
113 %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.window.gschema.xml
114 %{_mandir}/man1/seahorse.1*
This page took 0.05247 seconds and 2 git commands to generate.