]> git.pld-linux.org Git - packages/seahorse.git/blob - seahorse.spec
806ac539e6f9058aba44b96b02ab8c16c712c9ab
[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.32.1
5 Release:        1
6 License:        GPL v2
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse/3.32/%{name}-%{version}.tar.xz
9 # Source0-md5:  4020be6592715226497046d181742a76
10 URL:            http://www.gnome.org/projects/seahorse/
11 BuildRequires:  avahi-devel >= 0.6
12 BuildRequires:  avahi-glib-devel >= 0.6
13 BuildRequires:  docbook-dtd412-xml
14 BuildRequires:  gcr-devel >= 3.12.0
15 BuildRequires:  gcr-ui-devel >= 3.12.0
16 BuildRequires:  gettext-tools
17 BuildRequires:  glib2-devel >= 1:2.44.0
18 BuildRequires:  gnupg2 >= 2.0.12
19 BuildRequires:  gpgme-devel >= 1:1.7.0
20 BuildRequires:  gtk+3-devel >= 3.22.0
21 BuildRequires:  intltool >= 0.40.0
22 BuildRequires:  libpwquality-devel
23 BuildRequires:  libsecret-devel >= 0.16
24 BuildRequires:  libsoup-devel >= 2.33.92
25 BuildRequires:  meson >= 0.42
26 BuildRequires:  ninja
27 BuildRequires:  openldap-devel >= 2.4.6
28 # ssh-keygen bin path
29 BuildRequires:  openssh
30 # ssh bin path
31 BuildRequires:  openssh-clients
32 BuildRequires:  pkgconfig
33 BuildRequires:  rpmbuild(find_lang) >= 1.23
34 BuildRequires:  rpmbuild(macros) >= 1.727
35 BuildRequires:  vala >= 2:0.22.0
36 BuildRequires:  vala-gcr >= 3.12.0
37 BuildRequires:  vala-gcr-ui >= 3.12.0
38 BuildRequires:  vala-libsecret >= 0.16
39 BuildRequires:  yelp-tools
40 Requires(post,postun):  desktop-file-utils
41 Requires(post,postun):  gtk-update-icon-cache
42 Requires(post,postun):  hicolor-icon-theme
43 Requires:       gcr >= 3.12.0
44 Requires:       glib2 >= 1:2.44.0
45 Requires:       gnome-keyring >= 3.4.0
46 Requires:       gnupg2 >= 2.0.12
47 Requires:       gpgme >= 1:1.7.0
48 Requires:       gtk+3 >= 3.22.0
49 Requires:       libsecret >= 0.16
50 Requires:       libsoup >= 2.33.92
51 Obsoletes:      gnome-keyring-manager
52 # sr@Latn vs. sr@latin
53 Conflicts:      glibc-misc < 6:2.7
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 %description
57 Seahorse is a GNOME front end for GnuPG - the Gnu Privacy Guard
58 program. It is a tool for secure communications and data storage. Data
59 encryption and digital signature creation can easily be performed
60 through a GUI and Key Management operations can easily be carried out
61 through an intuitive interface. Both English and Japanese is support
62 is provided.
63
64 %description -l pl.UTF-8
65 Seahorse to frontend GNOME do programu GnuPG - Gnu Privacy Guard. Jest
66 to narzędzie do bezpiecznego komunikowania i przechowywania danych.
67 Szyfrowanie danych i tworzenie cyfrowego podpisu może być łatwo
68 realizowane poprzez graficzny interfejs użytkownika, a zarządzanie
69 kluczami jest prowadzone przez intuicyjny interfejs.
70
71 %prep
72 %setup -q
73
74 %build
75 %meson build \
76         -Dpgp-support=true
77 %meson_build -C build
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81
82 %meson_install -C build
83
84 %find_lang %{name} --with-gnome
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %post
90 %glib_compile_schemas
91 %update_icon_cache hicolor
92
93 %postun
94 %glib_compile_schemas
95 %update_icon_cache hicolor
96
97 %files -f %{name}.lang
98 %defattr(644,root,root,755)
99 %doc AUTHORS NEWS README.md
100 %attr(755,root,root) %{_bindir}/seahorse
101 %dir %{_libexecdir}/seahorse
102 %attr(755,root,root) %{_libexecdir}/seahorse/ssh-askpass
103 %attr(755,root,root) %{_libexecdir}/seahorse/xloadimage
104 %{_datadir}/%{name}
105 %{_desktopdir}/org.gnome.seahorse.Application.desktop
106 %{_iconsdir}/hicolor/*x*/apps/seahorse*.png
107 %{_iconsdir}/hicolor/scalable/apps/org.gnome.seahorse.Application.svg
108 %{_iconsdir}/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg
109 %{_datadir}/metainfo/org.gnome.seahorse.Application.appdata.xml
110 %{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
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 %{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
115 %{_mandir}/man1/seahorse.1*
This page took 0.119353 seconds and 2 git commands to generate.