New upstream version
This commit is contained in:
parent
7f7b87dc70
commit
1b6e82a95c
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/colord-1.0.0.tar.xz
|
/colord-1.0.0.tar.xz
|
||||||
/colord-1.0.1.tar.xz
|
/colord-1.0.1.tar.xz
|
||||||
/colord-1.0.2.tar.xz
|
/colord-1.0.2.tar.xz
|
||||||
|
/colord-1.1.1.tar.xz
|
||||||
|
22
colord.spec
22
colord.spec
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
# Building the extra print profiles requires colprof, +4Gb of RAM and
|
# Building the extra print profiles requires colprof, +4Gb of RAM and
|
||||||
# quite a lot of time. Don't enable this for test builds.
|
# quite a lot of time. Don't enable this for test builds.
|
||||||
%define enable_print_profiles 1
|
%define enable_print_profiles 0
|
||||||
|
|
||||||
# SANE is pretty insane when it comes to handling devices, and we get AVCs
|
# SANE is pretty insane when it comes to handling devices, and we get AVCs
|
||||||
# popping up all over the place.
|
# popping up all over the place.
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 1.0.2
|
Version: 1.1.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://www.freedesktop.org/software/colord/
|
URL: http://www.freedesktop.org/software/colord/
|
||||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||||
@ -127,6 +127,9 @@ ulimit -Sv 2000000
|
|||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
--disable-bash-completion \
|
--disable-bash-completion \
|
||||||
|
%endif
|
||||||
|
%if !0%{?rhel}
|
||||||
|
--enable-libcolordcompat \
|
||||||
%endif
|
%endif
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
@ -170,7 +173,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%systemd_postun colord.service
|
%systemd_postun colord.service
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc README AUTHORS NEWS COPYING
|
%doc README.md AUTHORS NEWS COPYING
|
||||||
%{_libexecdir}/colord
|
%{_libexecdir}/colord
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
|
||||||
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
|
%attr(755,colord,colord) %dir %{_localstatedir}/lib/colord/icc
|
||||||
@ -185,7 +188,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%if !0%{?rhel}
|
%if !0%{?rhel}
|
||||||
%{_datadir}/bash-completion/completions/colormgr
|
%{_datadir}/bash-completion/completions/colormgr
|
||||||
%endif
|
%endif
|
||||||
%config %{_sysconfdir}/colord.conf
|
|
||||||
/usr/lib/udev/rules.d/*.rules
|
/usr/lib/udev/rules.d/*.rules
|
||||||
%{_libdir}/colord-sensors
|
%{_libdir}/colord-sensors
|
||||||
%{_libdir}/colord-plugins
|
%{_libdir}/colord-plugins
|
||||||
@ -272,6 +274,16 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 30 2013 Richard Hughes <richard@hughsie.com> 1.1.1-1
|
||||||
|
- New upstream version
|
||||||
|
- This release bumps the soname of libcolord as long deprecated methods have
|
||||||
|
finally been removed. Any programs that link against libcolord will have to
|
||||||
|
be recompiled against this new version.
|
||||||
|
- This unstable branch is full of new features and experimental code, and
|
||||||
|
therefore this release will be restricted to rawhide.
|
||||||
|
- Remove the now-unused /etc/colord.conf
|
||||||
|
- Update the colormgr man page to reflect reality
|
||||||
|
|
||||||
* Thu Jul 18 2013 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
|
* Thu Jul 18 2013 Matthias Clasen <mclasen@redhat.com> 1.0.2-2
|
||||||
- Add an archful dep to silence rpmdiff
|
- Add an archful dep to silence rpmdiff
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user