Automatic import for version 0.1.21

This commit is contained in:
Rosa 2012-05-26 05:24:13 +04:00
parent ecf43c67ab
commit 4d185b7fe3
2 changed files with 19 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
"colord-0.1.19.tar.xz": d133c6320fcdd069be86f4a7afa723f48f99acb3
"colord-0.1.21.tar.xz": dbf981beec70e81c45cf46b150f426fc1eb56c24

View file

@ -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