New upstream version
This commit is contained in:
parent
309f5b481c
commit
a363cd5047
1
.gitignore
vendored
1
.gitignore
vendored
@ -64,3 +64,4 @@
|
|||||||
/colord-1.4.1.tar.xz
|
/colord-1.4.1.tar.xz
|
||||||
/colord-1.4.2.tar.xz
|
/colord-1.4.2.tar.xz
|
||||||
/colord-1.4.3.tar.xz
|
/colord-1.4.3.tar.xz
|
||||||
|
/colord-1.4.4.tar.xz
|
||||||
|
25
colord.spec
25
colord.spec
@ -18,14 +18,15 @@
|
|||||||
|
|
||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.4.3
|
Version: 1.4.4
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://www.freedesktop.org/software/colord/
|
URL: https://www.freedesktop.org/software/colord/
|
||||||
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
Source0: https://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: dbus-devel
|
BuildRequires: dbus-devel
|
||||||
BuildRequires: docbook-utils
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: docbook5-style-xsl
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -106,6 +107,12 @@ Provides: shared-color-profiles-extra
|
|||||||
More color profiles for color management that are less commonly used.
|
More color profiles for color management that are less commonly used.
|
||||||
This may be useful for CMYK soft-proofing or for extra device support.
|
This may be useful for CMYK soft-proofing or for extra device support.
|
||||||
|
|
||||||
|
%package tests
|
||||||
|
Summary: Data files for installed tests
|
||||||
|
|
||||||
|
%description tests
|
||||||
|
Data files for installed tests.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -117,6 +124,7 @@ ulimit -Sv 2000000
|
|||||||
|
|
||||||
%meson \
|
%meson \
|
||||||
-Dvapi=true \
|
-Dvapi=true \
|
||||||
|
-Dinstalled_tests=true \
|
||||||
%if 0%{?build_print_profiles}
|
%if 0%{?build_print_profiles}
|
||||||
-Dprint_profiles=true \
|
-Dprint_profiles=true \
|
||||||
%else
|
%else
|
||||||
@ -276,7 +284,18 @@ exit 0
|
|||||||
%dir %{_datadir}/gtk-doc/html/colord
|
%dir %{_datadir}/gtk-doc/html/colord
|
||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
|
%files tests
|
||||||
|
%dir %{_libexecdir}/installed-tests/colord
|
||||||
|
%{_libexecdir}/installed-tests/colord/*
|
||||||
|
%dir %{_datadir}/installed-tests/colord
|
||||||
|
%{_datadir}/installed-tests/colord/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 08 2019 Richard Hughes <richard@hughsie.com> 1.4.4-1
|
||||||
|
- New upstream version
|
||||||
|
- Actually install the installed tests
|
||||||
|
- Port manpages to xsltproc and DocBook 5
|
||||||
|
|
||||||
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.4.3-4
|
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 1.4.3-4
|
||||||
- Update BRs for vala packaging changes
|
- Update BRs for vala packaging changes
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (colord-1.4.3.tar.xz) = 8a4dc9c6c480cff0a3a9d9187e087cc07e1c8c262edd45cbb69e51d384fab4331b1115c354ee2160ab36137b7d342fb450672acd29066dd45e7878562197dce2
|
SHA512 (colord-1.4.4.tar.xz) = 0187a363c41ae5102dc3b454fcd84df83d71ac0dc32d88b33651edc1df15cbf1f47218caee3037c876e892613a2301226886a73b39759cfb709d0fef8e168628
|
||||||
|
Loading…
Reference in New Issue
Block a user