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