]> git.pld-linux.org Git - SPECS.git/blob - seahorse-nautilus.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / seahorse-nautilus.spec
1 Summary:        PGP encryption and signing for Nautilus
2 Summary(pl.UTF-8):      Rozszerzenie Seahorse dla Nautilusa
3 Name:           seahorse-nautilus
4 Version:        3.10.1
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/seahorse-nautilus/3.10/%{name}-%{version}.tar.xz
9 # Source0-md5:  1f33cf9f56ac46b2a2363d022ea7969f
10 URL:            https://wiki.gnome.org/Apps/Seahorse
11 BuildRequires:  dbus-glib-devel >= 0.35
12 BuildRequires:  desktop-file-utils
13 BuildRequires:  gcr-devel >= 3.4.1
14 BuildRequires:  gettext-tools
15 BuildRequires:  glib2-devel >= 1:2.10.0
16 BuildRequires:  gnupg2
17 BuildRequires:  gpgme-devel >= 1.0.0
18 BuildRequires:  gtk+3-devel >= 3.0
19 BuildRequires:  intltool >= 0.35.0
20 BuildRequires:  libcryptui-devel >= 3.10
21 BuildRequires:  libgnome-keyring-devel
22 BuildRequires:  libnotify-devel >= 0.3
23 BuildRequires:  nautilus-devel >= 3.0
24 BuildRequires:  pkgconfig
25 BuildRequires:  tar >= 1:1.22
26 BuildRequires:  xz
27 Requires:       dbus-glib >= 0.35
28 Requires:       gcr >= 3.4.1
29 Requires:       glib2 >= 1:2.26.0
30 Requires:       gpgme >= 1.0.0
31 Requires:       gnupg2 >= 2.0
32 Requires:       libcryptui >= 3.10
33 Requires:       libnotify >= 0.3
34 Requires:       nautilus >= 3.0
35 Obsoletes:      nautilus-extension-seahorse < 3.0
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Seahorse nautilus is an extension for nautilus which allows encryption
40 and decryption of OpenPGP files using GnuPG.
41
42 %description -l pl.UTF-8
43 Rozszerzenie do podpisywania i szyfrowania plików.
44
45 %prep
46 %setup -q
47
48 %build
49 %configure \
50         --disable-gpg-check \
51         --disable-silent-rules
52 %{__make}
53
54 %install
55 rm -rf $RPM_BUILD_ROOT
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %{__rm} $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/libnautilus-seahorse.la
60
61 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/seahorse-pgp-encrypted.desktop
62 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/seahorse-pgp-keys.desktop
63 desktop-file-validate $RPM_BUILD_ROOT%{_desktopdir}/seahorse-pgp-signature.desktop
64
65 %find_lang %{name} --with-gnome
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post
71 %glib_compile_schemas
72
73 %postun
74 %glib_compile_schemas
75
76 %files -f %{name}.lang
77 %defattr(644,root,root,755)
78 %doc AUTHORS ChangeLog MAINTAINERS NEWS README THANKS
79 %attr(755,root,root) %{_bindir}/seahorse-tool
80 %attr(755,root,root) %{_libdir}/nautilus/extensions-3.0/libnautilus-seahorse.so
81 %{_datadir}/GConf/gsettings/org.gnome.seahorse.nautilus.convert
82 %{_datadir}/glib-2.0/schemas/org.gnome.seahorse.nautilus.*gschema.xml
83 %{_datadir}/seahorse-nautilus
84 %{_desktopdir}/seahorse-pgp-encrypted.desktop
85 %{_desktopdir}/seahorse-pgp-keys.desktop
86 %{_desktopdir}/seahorse-pgp-signature.desktop
87 %{_mandir}/man1/seahorse-tool.1*
This page took 0.36571 seconds and 3 git commands to generate.