Accepting request 580406 from GNOME:Factory
- Use SPDX3.0 license tags and package COPYING as %license. - Add explicit pkgconfig(pango) and pkgconfig(cairo) BuildRequires: closer alignment with what configure checks for. OBS-URL: https://build.opensuse.org/request/show/580406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcr?expand=0&rev=31
This commit is contained in:
commit
a54168db45
11
gcr.changes
11
gcr.changes
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 27 04:05:25 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Use SPDX3.0 license tags and package COPYING as %license.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 20:11:42 UTC 2018 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Add explicit pkgconfig(pango) and pkgconfig(cairo) BuildRequires:
|
||||||
|
closer alignment with what configure checks for.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 31 08:09:34 UTC 2016 - fezhang@suse.com
|
Wed Aug 31 08:09:34 UTC 2016 - fezhang@suse.com
|
||||||
|
|
||||||
|
17
gcr.spec
17
gcr.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gcr
|
# spec file for package gcr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Version: 3.20.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501).
|
# FIXME: Verify if the requires in typelib-1_0-Gcr-3 is still correct and required (see bgo#725501).
|
||||||
Summary: Library for Crypto UI related task
|
Summary: Library for Crypto UI related task
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source0: http://download.gnome.org/sources/gcr/3.20/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gcr/3.20/%{name}-%{version}.tar.xz
|
||||||
@ -40,6 +40,7 @@ BuildRequires: shared-mime-info
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: vala >= 0.18.0.22
|
BuildRequires: vala >= 0.18.0.22
|
||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
|
BuildRequires: pkgconfig(cairo)
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
@ -49,6 +50,7 @@ BuildRequires: pkgconfig(gthread-2.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12
|
||||||
BuildRequires: pkgconfig(libtasn1)
|
BuildRequires: pkgconfig(libtasn1)
|
||||||
BuildRequires: pkgconfig(p11-kit-1) >= 0.19.0
|
BuildRequires: pkgconfig(p11-kit-1) >= 0.19.0
|
||||||
|
BuildRequires: pkgconfig(pango)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -99,8 +101,8 @@ key stores.
|
|||||||
|
|
||||||
%package -n typelib-1_0-Gcr-3
|
%package -n typelib-1_0-Gcr-3
|
||||||
Summary: Library for Crypto UI related task -- Introspection bindings
|
Summary: Library for Crypto UI related task -- Introspection bindings
|
||||||
Group: System/Libraries
|
|
||||||
# Due to broken typelib files, this one cannot be automatically inspected
|
# Due to broken typelib files, this one cannot be automatically inspected
|
||||||
|
Group: System/Libraries
|
||||||
Requires: typelib-1_0-Gck-1
|
Requires: typelib-1_0-Gck-1
|
||||||
|
|
||||||
%description -n typelib-1_0-Gcr-3
|
%description -n typelib-1_0-Gcr-3
|
||||||
@ -214,7 +216,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files viewer
|
%files viewer
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING HACKING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog HACKING NEWS README
|
||||||
%{_bindir}/gcr-viewer
|
%{_bindir}/gcr-viewer
|
||||||
%{_datadir}/applications/gcr-viewer.desktop
|
%{_datadir}/applications/gcr-viewer.desktop
|
||||||
%{_datadir}/mime/packages/gcr-crypto-types.xml
|
%{_datadir}/mime/packages/gcr-crypto-types.xml
|
||||||
@ -238,7 +241,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files -n libgcr-3-1
|
%files -n libgcr-3-1
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS ChangeLog COPYING HACKING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog HACKING NEWS README
|
||||||
%{_libdir}/libgcr-3.so.*
|
%{_libdir}/libgcr-3.so.*
|
||||||
%{_libdir}/libgcr-base-3.so.*
|
%{_libdir}/libgcr-base-3.so.*
|
||||||
%{_libdir}/libgcr-ui-3.so.*
|
%{_libdir}/libgcr-ui-3.so.*
|
||||||
@ -266,7 +270,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files -n libgck-1-0
|
%files -n libgck-1-0
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc AUTHORS ChangeLog COPYING HACKING NEWS README
|
%license COPYING
|
||||||
|
%doc AUTHORS ChangeLog HACKING NEWS README
|
||||||
%{_libdir}/libgck-1.so.*
|
%{_libdir}/libgck-1.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Gck-1
|
%files -n typelib-1_0-Gck-1
|
||||||
|
Loading…
Reference in New Issue
Block a user