|
@@ -4,37 +4,38 @@
|
|
|
|
|
|
Summary: Color daemon
|
|
Summary: Color daemon
|
|
Name: colord
|
|
Name: colord
|
|
-Version: 1.4.4
|
|
+Version: 1.4.5
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
|
+Group: system
|
|
Vendor: Project Vine
|
|
Vendor: Project Vine
|
|
Distribution: Vine Linux
|
|
Distribution: Vine Linux
|
|
|
|
|
|
License: GPLv2+ and LGPLv2+
|
|
License: GPLv2+ and LGPLv2+
|
|
-URL: http://gitorious.org/colord
|
|
+URL: https://github.com/hughsie/colord
|
|
-Source0: https://www.freedesktop.org/software/%{name}/releases/%{name}-%{version}.tar.xz
|
|
+Source0: https://github.com/hughsie/colord/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
Patch0: colord-1.4.3-elogind.patch
|
|
Patch0: colord-1.4.3-elogind.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: meson
|
|
+BuildRequires: bash-completion
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: dbus-devel
|
|
BuildRequires: docbook-utils
|
|
BuildRequires: docbook-utils
|
|
BuildRequires: docbook5-style-xsl
|
|
BuildRequires: docbook5-style-xsl
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
BuildRequires: glib2-devel
|
|
BuildRequires: glib2-devel
|
|
-BuildRequires: intltool
|
|
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: lcms2-devel
|
|
BuildRequires: libgudev1-devel
|
|
BuildRequires: libgudev1-devel
|
|
BuildRequires: libgusb-devel
|
|
BuildRequires: libgusb-devel
|
|
|
|
+BuildRequires: libxslt
|
|
|
|
+BuildRequires: meson
|
|
BuildRequires: polkit-devel
|
|
BuildRequires: polkit-devel
|
|
BuildRequires: sqlite3-devel
|
|
BuildRequires: sqlite3-devel
|
|
-BuildRequires: vala-tools
|
|
+BuildRequires: vala
|
|
-BuildRequires: bash-completion
|
|
|
|
%{!?with_firstbuild:BuildRequires: colord-devel, gobject-introspection-devel}
|
|
%{!?with_firstbuild:BuildRequires: colord-devel, gobject-introspection-devel}
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
BuildRequires: systemd-devel
|
|
BuildRequires: systemd-devel
|
|
%{?systemd_requires}
|
|
%{?systemd_requires}
|
|
%else
|
|
%else
|
|
-BuildRequires: libudev-devel
|
|
+BuildRequires: eudev-libudev-devel
|
|
BuildRequires: elogind-devel
|
|
BuildRequires: elogind-devel
|
|
%endif
|
|
%endif
|
|
Requires: shared-color-profiles
|
|
Requires: shared-color-profiles
|
|
@@ -46,7 +47,7 @@ to color profiles in the system context.
|
|
|
|
|
|
%package devel
|
|
%package devel
|
|
Summary: Development package for %{name}
|
|
Summary: Development package for %{name}
|
|
-Group: Development/Libraries
|
|
+Group: programming
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: glib2-devel
|
|
Requires: glib2-devel
|
|
Requires: dbus-devel
|
|
Requires: dbus-devel
|
|
@@ -59,7 +60,7 @@ Files for development with %{name}.
|
|
# compat32
|
|
# compat32
|
|
%package -n compat32-%{name}
|
|
%package -n compat32-%{name}
|
|
Summary: Color daemon
|
|
Summary: Color daemon
|
|
-Group: System Environment/Daemons
|
|
+Group: system,legacy
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}
|
|
%description -n compat32-%{name}
|
|
@@ -69,13 +70,16 @@ to color profiles in the system context.
|
|
|
|
|
|
%package -n compat32-%{name}-devel
|
|
%package -n compat32-%{name}-devel
|
|
Summary: Development package for %{name}
|
|
Summary: Development package for %{name}
|
|
-Group: Development/Libraries
|
|
+Group: programming,legacy
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
Requires: compat32-%{name} = %{version}-%{release}
|
|
|
|
|
|
%description -n compat32-%{name}-devel
|
|
%description -n compat32-%{name}-devel
|
|
Files for development with %{name}.
|
|
Files for development with %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
+%debug_package
|
|
|
|
+
|
|
|
|
+
|
|
%prep
|
|
%prep
|
|
%setup
|
|
%setup
|
|
%if !%{with systemd}
|
|
%if !%{with systemd}
|
|
@@ -123,7 +127,6 @@ getent passwd colord >/dev/null || \
|
|
exit 0
|
|
exit 0
|
|
|
|
|
|
%post
|
|
%post
|
|
-/sbin/ldconfig
|
|
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%systemd_post colord.service
|
|
%systemd_post colord.service
|
|
%endif
|
|
%endif
|
|
@@ -134,21 +137,10 @@ exit 0
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%postun
|
|
%postun
|
|
-/sbin/ldconfig
|
|
|
|
-if [ $1 -eq 0 ]; then
|
|
|
|
- glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-fi
|
|
|
|
%if %{with systemd}
|
|
%if %{with systemd}
|
|
%systemd_postun colord.service
|
|
%systemd_postun colord.service
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-%posttrans
|
|
|
|
-glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
-
|
|
|
|
-%post -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
-%postun -n compat32-%{name} -p /sbin/ldconfig
|
|
|
|
-
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
@@ -188,7 +180,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
%{_tmpfilesdir}/colord.conf
|
|
%{_tmpfilesdir}/colord.conf
|
|
%endif
|
|
%endif
|
|
|
|
|
|
-
|
|
|
|
%files devel
|
|
%files devel
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%{_includedir}/colord-1
|
|
%{_includedir}/colord-1
|
|
@@ -220,6 +211,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Mar 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.5-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.4-1
|
|
* Mon Aug 03 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.4-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
- added systemd support (disabled as default).
|
|
- added systemd support (disabled as default).
|