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