mirror of
https://abf.rosa.ru/djam/colord.git
synced 2025-02-23 22:13:00 +00:00
Automatic import for version 0.1.21
This commit is contained in:
parent
ecf43c67ab
commit
4d185b7fe3
2 changed files with 19 additions and 2 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"colord-0.1.19.tar.xz": d133c6320fcdd069be86f4a7afa723f48f99acb3
|
||||
"colord-0.1.21.tar.xz": dbf981beec70e81c45cf46b150f426fc1eb56c24
|
||||
|
|
19
colord.spec
19
colord.spec
|
@ -6,7 +6,7 @@
|
|||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 0.1.19
|
||||
Version: 0.1.21
|
||||
Release: 1
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System/X11
|
||||
|
@ -61,6 +61,8 @@ Files for development with %{name}.
|
|||
|
||||
%build
|
||||
%configure \
|
||||
--with-daemon-user=colord \
|
||||
--with-systemdsystemunitdir=%{_systemunitdir} \
|
||||
--disable-static \
|
||||
--disable-rpath \
|
||||
--disable-examples \
|
||||
|
@ -80,6 +82,13 @@ touch %{buildroot}%{_localstatedir}/lib/colord/storage.db
|
|||
|
||||
%find_lang %{name}
|
||||
|
||||
%pre
|
||||
getent group colord >/dev/null || groupadd -r colord
|
||||
getent passwd colord >/dev/null || \
|
||||
useradd -r -g colord -d /var/lib/colord -s /sbin/nologin \
|
||||
-c "User for colord" colord
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc README AUTHORS NEWS
|
||||
%config %{_sysconfdir}/colord.conf
|
||||
|
@ -100,6 +109,8 @@ touch %{buildroot}%{_localstatedir}/lib/colord/storage.db
|
|||
%{_datadir}/man/man1/*.1.*
|
||||
%dir %{_localstatedir}/lib/colord
|
||||
%ghost %{_localstatedir}/lib/colord/*.db
|
||||
%{_sysconfdir}/bash_completion.d/*-completion.bash
|
||||
%{_systemunitdir}/*.service
|
||||
|
||||
%files -n %{libname}
|
||||
%{_libdir}/libcolord.so.%{major}*
|
||||
|
@ -117,6 +128,12 @@ touch %{buildroot}%{_localstatedir}/lib/colord/storage.db
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 24 2012 Guilherme Moro <guilherme@mandriva.com> 0.1.21-1
|
||||
+ Revision: 800475
|
||||
- updated to version 0.1.21
|
||||
changed daemon user
|
||||
added service file for systemd
|
||||
|
||||
* Thu Apr 26 2012 Matthew Dawkins <mattydaw@mandriva.org> 0.1.19-1
|
||||
+ Revision: 793660
|
||||
- new version 0.1.19
|
||||
|
|
Loading…
Add table
Reference in a new issue