New upstream version
- Split out colord-gtk to a new sub-project to prevent a dep loop - Add many generic introspection type arguments - Check any files in /usr/share/color/icc have the content type - Do not create the same object paths if two sensors are plugged in - Fix the udev rules entry for the i1Display3
This commit is contained in:
parent
8a8d60f3ad
commit
a696e323d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/colord-0.1.19.tar.xz
|
/colord-0.1.19.tar.xz
|
||||||
/colord-0.1.20.tar.xz
|
/colord-0.1.20.tar.xz
|
||||||
/colord-0.1.21.tar.xz
|
/colord-0.1.21.tar.xz
|
||||||
|
/colord-0.1.22.tar.xz
|
||||||
|
33
colord.spec
33
colord.spec
@ -1,6 +1,6 @@
|
|||||||
Summary: Color daemon
|
Summary: Color daemon
|
||||||
Name: colord
|
Name: colord
|
||||||
Version: 0.1.21
|
Version: 0.1.22
|
||||||
Release: 1%{?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/
|
||||||
@ -19,7 +19,6 @@ BuildRequires: sqlite-devel
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
BuildRequires: libgusb-devel
|
BuildRequires: libgusb-devel
|
||||||
BuildRequires: gtk3-devel
|
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
|
||||||
Requires: shared-color-profiles
|
Requires: shared-color-profiles
|
||||||
@ -38,12 +37,13 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
Files for development with %{name}.
|
Files for development with %{name}.
|
||||||
|
|
||||||
%package gtk-devel
|
%package devel-docs
|
||||||
Summary: GTK development package for %{name}
|
Summary: Developer documentation package for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description gtk-devel
|
%description devel-docs
|
||||||
Files for development with %{name} using GTK.
|
Documentation for development with %{name}.
|
||||||
|
|
||||||
%package gtk
|
%package gtk
|
||||||
Summary: GTK helper library for %{name}
|
Summary: GTK helper library for %{name}
|
||||||
@ -129,20 +129,21 @@ exit 0
|
|||||||
%{_libdir}/pkgconfig/colord.pc
|
%{_libdir}/pkgconfig/colord.pc
|
||||||
%{_datadir}/gir-1.0/Colord-1.0.gir
|
%{_datadir}/gir-1.0/Colord-1.0.gir
|
||||||
%{_datadir}/vala/vapi/colord.vapi
|
%{_datadir}/vala/vapi/colord.vapi
|
||||||
|
|
||||||
|
%files devel-docs
|
||||||
|
%defattr(-,root,root,-)
|
||||||
%dir %{_datadir}/gtk-doc/html/colord
|
%dir %{_datadir}/gtk-doc/html/colord
|
||||||
%{_datadir}/gtk-doc/html/colord/*
|
%{_datadir}/gtk-doc/html/colord/*
|
||||||
|
|
||||||
%files gtk-devel
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libcolord-gtk.so
|
|
||||||
%{_libdir}/pkgconfig/colord-gtk.pc
|
|
||||||
%{_datadir}/gir-1.0/ColordGtk-1.0.gir
|
|
||||||
|
|
||||||
%files gtk
|
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%{_libdir}/libcolord-gtk.so.*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 27 2012 Richard Hughes <richard@hughsie.com> 0.1.22-1
|
||||||
|
- New upstream version
|
||||||
|
- Split out colord-gtk to a new sub-project to prevent a dep loop
|
||||||
|
- Add many generic introspection type arguments
|
||||||
|
- Check any files in /usr/share/color/icc have the content type
|
||||||
|
- Do not create the same object paths if two sensors are plugged in
|
||||||
|
- Fix the udev rules entry for the i1Display3
|
||||||
|
|
||||||
* Tue May 22 2012 Richard Hughes <richard@hughsie.com> 0.1.21-1
|
* Tue May 22 2012 Richard Hughes <richard@hughsie.com> 0.1.21-1
|
||||||
- New upstream version
|
- New upstream version
|
||||||
- Do not install any parts of colord-sane if --disable-sane is specified
|
- Do not install any parts of colord-sane if --disable-sane is specified
|
||||||
|
Loading…
Reference in New Issue
Block a user