Accepting request 530588 from home:jengelh:branches:GNOME:Factory
- Update package summaries. Replace old RPM shell variables. OBS-URL: https://build.opensuse.org/request/show/530588 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=153
This commit is contained in:
parent
f6c19b0ecd
commit
9074b2d335
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 22:13:40 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update package summaries. Replace old RPM shell variables.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 26 18:42:03 UTC 2017 - zaitor@opensuse.org
|
Tue Sep 26 18:42:03 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
16
colord.spec
16
colord.spec
@ -66,7 +66,7 @@ It is used by gnome-color-manager for system integration and use when
|
|||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
|
|
||||||
%package -n libcolord2
|
%package -n libcolord2
|
||||||
Summary: System Daemon for Managing Color Devices -- Library
|
Summary: Library for managing color devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}
|
Suggests: %{name}
|
||||||
|
|
||||||
@ -76,7 +76,7 @@ It is used by gnome-color-manager for system integration and use when
|
|||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
|
|
||||||
%package -n libcolorhug2
|
%package -n libcolorhug2
|
||||||
Summary: System Daemon for Managing Color Devices -- Library
|
Summary: Library for managing color devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Suggests: %{name}
|
Suggests: %{name}
|
||||||
|
|
||||||
@ -86,7 +86,7 @@ It is used by gnome-color-manager for system integration and use when
|
|||||||
there are no users logged in.
|
there are no users logged in.
|
||||||
|
|
||||||
%package color-profiles
|
%package color-profiles
|
||||||
Summary: System Daemon for Managing Color Devices -- Color profiles
|
Summary: Color profiles for colord
|
||||||
# Last version of shared-color profiles packaged
|
# Last version of shared-color profiles packaged
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Obsoletes: shared-color-profiles <= 0.1.6
|
Obsoletes: shared-color-profiles <= 0.1.6
|
||||||
@ -100,7 +100,7 @@ there are no users logged in.
|
|||||||
This package provides color profiles previously provided by shared-color-profiles
|
This package provides color profiles previously provided by shared-color-profiles
|
||||||
|
|
||||||
%package -n typelib-1_0-Colord-1_0
|
%package -n typelib-1_0-Colord-1_0
|
||||||
Summary: System Daemon for Managing Color Devices -- Introspection bindings
|
Summary: Introspection bindings for libcolord
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Colord-1_0
|
%description -n typelib-1_0-Colord-1_0
|
||||||
@ -112,7 +112,7 @@ This package provides the GObject Introspection bindings for the
|
|||||||
libcolord library.
|
libcolord library.
|
||||||
|
|
||||||
%package -n typelib-1_0-Colorhug-1_0
|
%package -n typelib-1_0-Colorhug-1_0
|
||||||
Summary: System Daemon for Managing Color Devices -- Introspection bindings
|
Summary: Introspection bindings for libcolorhug
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-Colorhug-1_0
|
%description -n typelib-1_0-Colorhug-1_0
|
||||||
@ -124,7 +124,7 @@ This package provides the GObject Introspection bindings for the
|
|||||||
libcolorhug library.
|
libcolorhug library.
|
||||||
|
|
||||||
%package -n libcolord-devel
|
%package -n libcolord-devel
|
||||||
Summary: System Daemon for Managing Color Devices -- Development Files
|
Summary: Development files for libcolord
|
||||||
Group: Development/Languages/C and C++
|
Group: Development/Languages/C and C++
|
||||||
Requires: %{name}-color-profiles = %{version}
|
Requires: %{name}-color-profiles = %{version}
|
||||||
Requires: libcolord2 = %{version}
|
Requires: libcolord2 = %{version}
|
||||||
@ -169,8 +169,8 @@ ulimit -Sv 2000000
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
# Create colord rclink
|
# Create colord rclink
|
||||||
mkdir $RPM_BUILD_ROOT%{_sbindir}
|
mkdir %{buildroot}/%{_sbindir}
|
||||||
ln -sf %{_sbindir}/service $RPM_BUILD_ROOT%{_sbindir}/rc%{name}
|
ln -sf %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
|
||||||
find %{buildroot} -type f -name '*.la' -delete -print
|
find %{buildroot} -type f -name '*.la' -delete -print
|
||||||
|
|
||||||
# Install Apparmor profile
|
# Install Apparmor profile
|
||||||
|
Loading…
Reference in New Issue
Block a user