mirror of
https://abf.rosa.ru/djam/colord.git
synced 2025-02-23 22:13:00 +00:00
Automatic import for version 0.1.23-1
This commit is contained in:
parent
4d185b7fe3
commit
b40826119c
2 changed files with 18 additions and 9 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
"colord-0.1.21.tar.xz": dbf981beec70e81c45cf46b150f426fc1eb56c24
|
"colord-0.1.23.tar.xz": 08019c86f89b1675e4e155772cc555ed748f319e
|
||||||
|
|
25
colord.spec
25
colord.spec
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.21
|
Version: 0.1.23
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
Group: System/X11
|
Group: System/X11
|
||||||
|
@ -25,8 +25,11 @@ BuildRequires: pkgconfig(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
BuildRequires: sane-devel
|
BuildRequires: sane-devel
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
|
Requires(pre,postun): rpm-helper
|
||||||
Requires: shared-color-profiles
|
Requires: shared-color-profiles
|
||||||
|
Requires: systemd-units
|
||||||
|
|
||||||
%description
|
%description
|
||||||
colord is a low level system activated daemon that maps color devices
|
colord is a low level system activated daemon that maps color devices
|
||||||
|
@ -51,7 +54,7 @@ Summary: Development package for %{name}
|
||||||
Group: Development/C
|
Group: Development/C
|
||||||
Requires: %{libname} = %{version}-%{release}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
Requires: %{girname} = %{version}-%{release}
|
Requires: %{girname} = %{version}-%{release}
|
||||||
Provides: %{name}-devel = %{version}-%{release}
|
Provides: %{name}-devel = %{EVRD}
|
||||||
|
|
||||||
%description -n %{develname}
|
%description -n %{develname}
|
||||||
Files for development with %{name}.
|
Files for development with %{name}.
|
||||||
|
@ -83,11 +86,12 @@ touch %{buildroot}%{_localstatedir}/lib/colord/storage.db
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
getent group colord >/dev/null || groupadd -r colord
|
%_pre_useradd colord /var/lib/colord /sbin/nologin
|
||||||
getent passwd colord >/dev/null || \
|
%_pre_groupadd colord colord
|
||||||
useradd -r -g colord -d /var/lib/colord -s /sbin/nologin \
|
|
||||||
-c "User for colord" colord
|
%postun
|
||||||
exit 0
|
%_postun_userdel colord
|
||||||
|
%_postun_groupdel colord
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README AUTHORS NEWS
|
%doc README AUTHORS NEWS
|
||||||
|
@ -107,7 +111,8 @@ exit 0
|
||||||
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
%{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
|
||||||
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
%{_datadir}/polkit-1/actions/org.freedesktop.color.policy
|
||||||
%{_datadir}/man/man1/*.1.*
|
%{_datadir}/man/man1/*.1.*
|
||||||
%dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
|
||||||
%ghost %{_localstatedir}/lib/colord/*.db
|
%ghost %{_localstatedir}/lib/colord/*.db
|
||||||
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||||
%{_systemunitdir}/*.service
|
%{_systemunitdir}/*.service
|
||||||
|
@ -128,6 +133,10 @@ exit 0
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 25 2012 Dmitry Mikhirev <dmikhirev@mandriva.org> 0.1.23-1
|
||||||
|
+ Revision: 817536
|
||||||
|
- update to 0.1.23
|
||||||
|
|
||||||
* Thu May 24 2012 Guilherme Moro <guilherme@mandriva.com> 0.1.21-1
|
* Thu May 24 2012 Guilherme Moro <guilherme@mandriva.com> 0.1.21-1
|
||||||
+ Revision: 800475
|
+ Revision: 800475
|
||||||
- updated to version 0.1.21
|
- updated to version 0.1.21
|
||||||
|
|
Loading…
Add table
Reference in a new issue