Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 708e3bac49 | |||
| 444ccb51c8 | |||
| 7c47aaa37d | |||
| 88458a2f2a |
15
gcr3.changes
15
gcr3.changes
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 9 10:20:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Add fdupes BuildRequires and macro, remove duplicate files.
|
||||
- Split out devel documentation into new devel-doc sub-package.
|
||||
- Change gcr3-data sub-package to noarch.
|
||||
- Move Gcr-3.gir file to the correct libgcr3-devel package, it was
|
||||
placed in libgck1-devel before.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 09:34:59 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop obsolete update-desktop-files BuildRequires and macro.
|
||||
- Use ldconfig_scriptlets macro for post(un) handling.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 11:29:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
33
gcr3.spec
33
gcr3.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gcr3
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -32,6 +32,7 @@ Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch
|
||||
|
||||
# For directory ownership
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gettext-devel >= 0.19.8
|
||||
BuildRequires: gobject-introspection-devel >= 1.34
|
||||
BuildRequires: libgcrypt-devel >= 1.4.5
|
||||
@@ -40,7 +41,6 @@ BuildRequires: pkgconfig(gi-docgen)
|
||||
# configure is looking for the gpg2 path
|
||||
BuildRequires: openssh-clients
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala >= 0.18.0.22
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
@@ -80,6 +80,7 @@ Group: System/Libraries
|
||||
Provides: %{_name}-data = %{version}
|
||||
Obsoletes: %{_name}-data <= %{version}
|
||||
Conflicts: %{_name}-data
|
||||
BuildArch: noarch
|
||||
|
||||
%description data
|
||||
This package provides the GSettings schemas and a collection of icons
|
||||
@@ -198,6 +199,14 @@ Requires: typelib-1_0-Gck-1 = %{version}
|
||||
GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
||||
(G)object oriented way.
|
||||
|
||||
%package devel-docs
|
||||
Summary: Development documents for gcr and gck
|
||||
Group: Development/Libraries/GNOME
|
||||
BuildArch: noarch
|
||||
|
||||
%description devel-docs
|
||||
Development documents for gcr and gck.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
@@ -213,14 +222,11 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%suse_update_desktop_file gcr-prompter
|
||||
%suse_update_desktop_file gcr-viewer
|
||||
%find_lang %{_name}
|
||||
%fdupes -s %{buildroot}/%{_datadir}/doc/
|
||||
|
||||
%post -n libgcr-3-1 -p /sbin/ldconfig
|
||||
%postun -n libgcr-3-1 -p /sbin/ldconfig
|
||||
%post -n libgck-1-0 -p /sbin/ldconfig
|
||||
%postun -n libgck-1-0 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n libgcr-3-1
|
||||
%ldconfig_scriptlets -n libgck-1-0
|
||||
|
||||
%post -n %{name}-ssh-agent
|
||||
%systemd_user_post gcr-ssh-agent.service
|
||||
@@ -275,15 +281,14 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
||||
%{_libdir}/girepository-1.0/GcrUi-3.typelib
|
||||
|
||||
%files -n libgcr3-devel
|
||||
%doc %{_datadir}/doc/gcr*/
|
||||
%{_libdir}/libgcr-base-3.so
|
||||
%{_libdir}/libgcr-ui-3.so
|
||||
%{_libdir}/pkgconfig/gcr-3.pc
|
||||
%{_libdir}/pkgconfig/gcr-base-3.pc
|
||||
%{_libdir}/pkgconfig/gcr-ui-3.pc
|
||||
%dir %{_includedir}/gcr-3
|
||||
%{_includedir}/gcr-3
|
||||
%{_includedir}/gcr-3/
|
||||
%{_datadir}/gir-1.0/GcrUi-3.gir
|
||||
%{_datadir}/gir-1.0/Gcr-3.gir
|
||||
|
||||
%files -n libgck-1-0
|
||||
%license COPYING
|
||||
@@ -294,14 +299,16 @@ GCK is a library for accessing PKCS#11 modules like smart cards, in a
|
||||
%{_libdir}/girepository-1.0/Gck-1.typelib
|
||||
|
||||
%files -n libgck1-devel
|
||||
%doc %{_datadir}/doc/gck*/
|
||||
%{_libdir}/libgck-1.so
|
||||
%{_libdir}/pkgconfig/gck-1.pc
|
||||
%{_includedir}/gck-1/
|
||||
%{_datadir}/gir-1.0/Gck-1.gir
|
||||
%{_datadir}/gir-1.0/Gcr-3.gir
|
||||
%{_datadir}/vala/vapi/
|
||||
|
||||
%files devel-docs
|
||||
%doc %{_datadir}/doc/gcr*/
|
||||
%doc %{_datadir}/doc/gck*/
|
||||
|
||||
%files lang -f %{_name}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user