Remove BRs no longer required for building
This commit is contained in:
parent
c8d50fc419
commit
4e2e3ea5ee
24
0001-Remove-forgotten-libcanberra-include.patch
Normal file
24
0001-Remove-forgotten-libcanberra-include.patch
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
From 66aea36411477f284fa8a379b3bde282385d281c Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jan Tojnar <jtojnar@gmail.com>
|
||||||
|
Date: Wed, 8 Apr 2020 16:41:32 +0200
|
||||||
|
Subject: [PATCH] Remove forgotten libcanberra include
|
||||||
|
|
||||||
|
---
|
||||||
|
src/gcm-viewer.c | 1 -
|
||||||
|
1 file changed, 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/src/gcm-viewer.c b/src/gcm-viewer.c
|
||||||
|
index 77463af..d778877 100644
|
||||||
|
--- a/src/gcm-viewer.c
|
||||||
|
+++ b/src/gcm-viewer.c
|
||||||
|
@@ -12,7 +12,6 @@
|
||||||
|
#include <gdk/gdkx.h>
|
||||||
|
#include <glib/gstdio.h>
|
||||||
|
#include <locale.h>
|
||||||
|
-#include <canberra-gtk.h>
|
||||||
|
#include <colord.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
|
--
|
||||||
|
2.31.1
|
||||||
|
|
@ -1,29 +1,22 @@
|
|||||||
Name: gnome-color-manager
|
Name: gnome-color-manager
|
||||||
Version: 3.36.0
|
Version: 3.36.0
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Color management tools for GNOME
|
Summary: Color management tools for GNOME
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://mail.gnome.org/mailman/listinfo/gnome-color-manager-list
|
URL: https://gitlab.gnome.org/GNOME/gnome-color-manager
|
||||||
Source0: http://download.gnome.org/sources/gnome-color-manager/3.36/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-color-manager/3.36/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
Patch0: 0001-Remove-forgotten-libcanberra-include.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: gtk3-devel >= 3.0.0
|
BuildRequires: gtk3-devel >= 3.0.0
|
||||||
BuildRequires: desktop-file-utils
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: lcms2-devel
|
BuildRequires: lcms2-devel
|
||||||
BuildRequires: libtiff-devel
|
|
||||||
BuildRequires: libexif-devel
|
|
||||||
BuildRequires: exiv2-devel
|
|
||||||
BuildRequires: libcanberra-devel
|
|
||||||
BuildRequires: glib2-devel >= 2.25.9-2
|
BuildRequires: glib2-devel >= 2.25.9-2
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: docbook-utils
|
||||||
BuildRequires: colord-devel >= 0.1.12
|
BuildRequires: colord-devel >= 0.1.12
|
||||||
BuildRequires: colord-gtk-devel >= 0.1.22
|
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: vte291-devel
|
|
||||||
|
|
||||||
Requires: shared-mime-info
|
Requires: shared-mime-info
|
||||||
|
|
||||||
@ -62,6 +55,9 @@ and generate color profiles in the GNOME desktop.
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 17 2021 Richard Hughes <rhughes@redhat.com> - 3.36.0-5
|
||||||
|
- Remove BRs no longer required for building
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-4
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user