- New snapshot from upstream for the Fedora test day.

This commit is contained in:
Richard Hughes 2010-02-17 10:06:26 +00:00
parent 2b5a88a915
commit adeb9c22cd
3 changed files with 21 additions and 6 deletions

View File

@ -1 +1 @@
gnome-color-manager-2.29.3.tar.gz
gnome-color-manager-2.29.4-20100217.tar.gz

View File

@ -1,17 +1,20 @@
%define gtk2_version 2.16.0
%define dbus_glib_version 0.73
%define unique_version 1.0.0
%define alphatag 20100217
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Color management tools for GNOME
Name: gnome-color-manager
Version: 2.29.3
Release: 1%{?dist}
Version: 2.29.4
Release: 0.1.%{?alphatag}git%{?dist}
#Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://projects.gnome.org/gnome-color-manager/
Source0: http://download.gnome.org/sources/gnome-color-manager/2.29/%{name}-%{version}.tar.gz
#Source0: http://download.gnome.org/sources/gnome-color-manager/2.29/%{name}-%{version}.tar.gz
Source0: http://download.gnome.org/sources/gnome-color-manager/2.29/%{name}-%{version}-%{?alphatag}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gtk2 >= %{gtk2_version}
@ -23,6 +26,7 @@ Requires: dbus-x11
Requires: udev
Requires: vte
Requires: lcms
Requires: cups
Requires: polkit
Requires: PackageKit
Requires: shared-color-profiles
@ -48,13 +52,16 @@ BuildRequires: libXxf86vm-devel
BuildRequires: libXrandr-devel
BuildRequires: gnome-desktop-devel
BuildRequires: lcms-devel
BuildRequires: cups-devel
BuildRequires: libtiff-devel
%description
gnome-color-manager is a session framework that makes it easy to manage, install
and generate color profiles in the GNOME desktop.
%prep
%setup -q
#%setup -q
%setup -q -n %{?name}-%{?version}-%{?alphatag}
%build
%configure --disable-scrollkeeper --disable-schemas-install
@ -115,6 +122,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_bindir}/gcm-*
%dir %{_datadir}/gnome-color-manager
%{_datadir}/gnome-color-manager/gcm-*.ui
%dir %{_datadir}/gnome-color-manager/targets
%dir %{_datadir}/gnome-color-manager/icons
%{_datadir}/gnome-color-manager/targets/*.png
%{_datadir}/gnome-color-manager/icons/*.svg
%{_datadir}/man/man1/*.1.gz
%{_datadir}/gnome/help/gnome-color-manager
%{_datadir}/omf/gnome-color-manager
@ -127,10 +138,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
%{_sbindir}/gcm-install-system-wide
%{_datadir}/polkit-1/actions/org.gnome.color.policy
# this is probably better in a shared package
%dir %{_localstatedir}/lib/color
%changelog
* Wed Feb 17 2010 Richard Hughes <richard@hughsie.com> 2.29.4-0.1.20100217
- New snapshot from upstream for the Fedora test day.
* Mon Feb 01 2010 Richard Hughes <richard@hughsie.com> 2.29.3-1
- New upstream release.

View File

@ -1 +1 @@
d75c9a65f837749936fbf533155c9a7b gnome-color-manager-2.29.3.tar.gz
c1d4ba64d62c88990e944a2b6e404705 gnome-color-manager-2.29.4-20100217.tar.gz