commit
4af423f868
Binary file not shown.
BIN
gcr-3.34.0.tar.xz
Normal file
BIN
gcr-3.34.0.tar.xz
Normal file
Binary file not shown.
26
gcr.spec
26
gcr.spec
@ -3,12 +3,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.28.0
|
Version: 3.34.0
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: A library for bits of crypto UI and parsing
|
Summary: A library for bits of crypto UI and parsing
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/CryptoGlue
|
URL: https://wiki.gnome.org/Projects/CryptoGlue
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(p11-kit-1)
|
BuildRequires: pkgconfig(gio-unix-2.0) pkgconfig(gobject-introspection-1.0) pkgconfig(gtk+-3.0) pkgconfig(p11-kit-1)
|
||||||
BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt
|
BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils intltool vala gnupg2 libxslt
|
||||||
@ -16,6 +16,9 @@ BuildRequires: chrpath docbook-style-xsl libgcrypt-devel desktop-file-utils int
|
|||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Provides: %{name}-base = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-base < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gcr is a library for displaying certificates, and crypto UI, accessing key stores. It also provides a viewer for
|
gcr is a library for displaying certificates, and crypto UI, accessing key stores. It also provides a viewer for
|
||||||
crypto files on the GNOME desktop.gck is a library for accessing PKCS#11 modules like smart cards.
|
crypto files on the GNOME desktop.gck is a library for accessing PKCS#11 modules like smart cards.
|
||||||
@ -51,25 +54,23 @@ chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/gcr-prompter
|
|||||||
%check
|
%check
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/gcr-viewer
|
%{_bindir}/gcr-viewer
|
||||||
%{_datadir}/applications/gcr-viewer.desktop
|
%{_datadir}/applications/gcr-viewer.desktop
|
||||||
%dir %{_datadir}/GConf
|
%dir %{_datadir}/GConf
|
||||||
%dir %{_datadir}/GConf/gsettings
|
%dir %{_datadir}/GConf/gsettings
|
||||||
%{_datadir}/GConf/gsettings/org.gnome.crypto.*.convert
|
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
|
|
||||||
%{_libdir}/girepository-1.0
|
%{_libdir}/girepository-1.0
|
||||||
%{_libdir}/libg*.so.*
|
%{_libdir}/libg*.so.*
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
|
||||||
%{_datadir}/mime/packages/gcr-crypto-types.xml
|
|
||||||
%{_libexecdir}/gcr-*
|
%{_libexecdir}/gcr-*
|
||||||
%{_datadir}/dbus-1/services/org.gnome.keyring.*.service
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
%{_datadir}/applications/gcr-prompter.desktop
|
%{_datadir}/applications/gcr-prompter.desktop
|
||||||
|
%{_datadir}/mime/packages/gcr-crypto-types.xml
|
||||||
|
%{_datadir}/GConf/gsettings/org.gnome.crypto.*.convert
|
||||||
|
%{_datadir}/dbus-1/services/org.gnome.keyring.*.service
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gnome.crypto.pgp.gschema.xml
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/gck-1
|
%{_includedir}/gck-1
|
||||||
@ -81,5 +82,8 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/gcr-viewer.desktop
|
|||||||
%{_datadir}/vala/
|
%{_datadir}/vala/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 3.34.0-1
|
||||||
|
- update to 3.34.0
|
||||||
|
|
||||||
* Wed Sep 11 2019 openEuler jimmy<dukaitian@huawei.com> - 3.28.0-3
|
* Wed Sep 11 2019 openEuler jimmy<dukaitian@huawei.com> - 3.28.0-3
|
||||||
- Package init jimmy
|
- Package init jimmy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user