|
|
d0787f |
Summary: GTK support library for colord
|
|
|
d0787f |
Name: colord-gtk
|
|
|
d0787f |
Version: 0.1.25
|
|
|
d0787f |
Release: 4%{?dist}
|
|
|
d0787f |
License: LGPLv2+
|
|
|
d0787f |
URL: http://www.freedesktop.org/software/colord/
|
|
|
d0787f |
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
|
|
d0787f |
|
|
|
d0787f |
BuildRequires: docbook-utils
|
|
|
d0787f |
BuildRequires: gettext
|
|
|
d0787f |
BuildRequires: glib2-devel
|
|
|
d0787f |
BuildRequires: colord-devel >= 0.1.23
|
|
|
d0787f |
BuildRequires: intltool
|
|
|
d0787f |
BuildRequires: lcms2-devel >= 2.2
|
|
|
d0787f |
BuildRequires: gobject-introspection-devel
|
|
|
d0787f |
BuildRequires: vala-tools
|
|
|
d0787f |
BuildRequires: gtk3-devel
|
|
|
d0787f |
BuildRequires: gtk-doc
|
|
|
d0787f |
|
|
|
d0787f |
%description
|
|
|
d0787f |
colord-gtk is a support library for colord and provides additional
|
|
|
d0787f |
functionality that requires GTK+.
|
|
|
d0787f |
|
|
|
d0787f |
%package devel
|
|
|
d0787f |
Summary: Development package for %{name}
|
|
|
d0787f |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
d0787f |
|
|
|
d0787f |
%description devel
|
|
|
d0787f |
Files for development with %{name}.
|
|
|
d0787f |
|
|
|
d0787f |
%prep
|
|
|
d0787f |
%setup -q
|
|
|
d0787f |
|
|
|
d0787f |
%build
|
|
|
d0787f |
%configure \
|
|
|
d0787f |
--disable-gtk-doc \
|
|
|
d0787f |
--enable-vala \
|
|
|
d0787f |
--disable-static \
|
|
|
d0787f |
--disable-rpath \
|
|
|
d0787f |
--disable-dependency-tracking
|
|
|
d0787f |
|
|
|
d0787f |
make %{?_smp_mflags}
|
|
|
d0787f |
|
|
|
d0787f |
%install
|
|
|
d0787f |
make install DESTDIR=$RPM_BUILD_ROOT
|
|
|
d0787f |
|
|
|
d0787f |
# Remove static libs and libtool archives.
|
|
|
d0787f |
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
|
d0787f |
find %{buildroot} -name '*.a' -exec rm -f {} ';'
|
|
|
d0787f |
|
|
|
d0787f |
%find_lang %{name}
|
|
|
d0787f |
|
|
|
d0787f |
%post -p /sbin/ldconfig
|
|
|
d0787f |
%postun -p /sbin/ldconfig
|
|
|
d0787f |
|
|
|
d0787f |
%files -f %{name}.lang
|
|
|
d0787f |
%doc README AUTHORS NEWS COPYING
|
|
|
d0787f |
%{_libdir}/libcolord-gtk.so.*
|
|
|
d0787f |
%{_libdir}/girepository-1.0/ColordGtk-1.0.typelib
|
|
|
d0787f |
|
|
|
d0787f |
%files devel
|
|
|
d0787f |
%{_libdir}/libcolord-gtk.so
|
|
|
d0787f |
%{_libdir}/pkgconfig/colord-gtk.pc
|
|
|
d0787f |
%dir %{_includedir}/colord-1
|
|
|
d0787f |
%{_includedir}/colord-1/colord-gtk.h
|
|
|
d0787f |
%dir %{_includedir}/colord-1/colord-gtk
|
|
|
d0787f |
%{_includedir}/colord-1/colord-gtk/*.h
|
|
|
d0787f |
%dir %{_datadir}/gir-1.0
|
|
|
d0787f |
%{_datadir}/gir-1.0/ColordGtk-1.0.gir
|
|
|
d0787f |
#%doc %{_datadir}/gtk-doc/html/colord-gtk
|
|
|
d0787f |
%{_datadir}/vala/vapi/colord-gtk.vapi
|
|
|
d0787f |
#%dir %{_datadir}/gtk-doc
|
|
|
d0787f |
#%dir %{_datadir}/gtk-doc/html
|
|
|
d0787f |
|
|
|
d0787f |
%changelog
|
|
|
d0787f |
* Tue May 12 2015 Richard Hughes <richard@hughsie.com> 0.1.25-4
|
|
|
d0787f |
- Rebuild against the latest colord
|
|
|
d0787f |
- Resolves: #1220479
|
|
|
d0787f |
|
|
|
d0787f |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.1.25-3
|
|
|
d0787f |
- Mass rebuild 2014-01-24
|
|
|
d0787f |
|
|
|
d0787f |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.1.25-2
|
|
|
d0787f |
- Mass rebuild 2013-12-27
|
|
|
d0787f |
|
|
|
d0787f |
* Tue Mar 19 2013 Richard Hughes <richard@hughsie.com> 0.1.25-1
|
|
|
d0787f |
- New upstream version.
|
|
|
d0787f |
- Give the sample widget slightly curved corners and a gray outline
|
|
|
d0787f |
- Do not use deprecated functions from libcolord
|
|
|
d0787f |
- Fix warnings when building ColordGtk-1.0.gir
|
|
|
d0787f |
- Fix up the licence boilerplate for CdSampleWidget
|
|
|
d0787f |
|
|
|
d0787f |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.24-2
|
|
|
d0787f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
d0787f |
|
|
|
d0787f |
* Mon Dec 17 2012 Richard Hughes <richard@hughsie.com> 0.1.24-1
|
|
|
d0787f |
- New upstream version.
|
|
|
d0787f |
|
|
|
d0787f |
* Wed Aug 29 2012 Richard Hughes <richard@hughsie.com> 0.1.23-1
|
|
|
d0787f |
- New upstream version.
|
|
|
d0787f |
- Remove upstreamed patch
|
|
|
d0787f |
- Add include guards to cd-sample-window.h
|
|
|
d0787f |
|
|
|
d0787f |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.22-3
|
|
|
d0787f |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
d0787f |
|
|
|
d0787f |
* Wed Jun 27 2012 Richard Hughes <richard@hughsie.com> 0.1.22-2
|
|
|
d0787f |
- Backport a patch from git master that fixes an include issue with
|
|
|
d0787f |
projects that want to use colord-gtk.h and colord.h at the same time.
|
|
|
d0787f |
|
|
|
d0787f |
* Tue Jun 26 2012 Richard Hughes <richard@hughsie.com> 0.1.22-1
|
|
|
d0787f |
- New version after Fedora package review.
|
|
|
d0787f |
|
|
|
d0787f |
* Mon Jun 18 2012 Richard Hughes <richard@hughsie.com> 0.1.1-1
|
|
|
d0787f |
- Initial version for Fedora package review.
|