- Update to a git snapshot to fix rawhide.
This commit is contained in:
parent
7e21fe828f
commit
925657966f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
gnome-color-manager-2.31.4.tar.bz2
|
||||
/gnome-color-manager-2.91.1.tar.bz2
|
||||
/gnome-color-manager-2.91.2-20101102.tar.bz2
|
||||
|
@ -1,13 +1,13 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%define alphatag 20101102
|
||||
|
||||
Summary: Color management tools for GNOME
|
||||
Name: gnome-color-manager
|
||||
Version: 2.91.1
|
||||
Release: 4%{?dist}
|
||||
Version: 2.91.2
|
||||
Release: 0.1.%{?alphatag}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: http://projects.gnome.org/gnome-color-manager/
|
||||
Source0: http://download.gnome.org/sources/gnome-color-manager/2.91/%{name}-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/gnome-color-manager/2.91/%{name}-%{version}-%{?alphatag}.tar.bz2
|
||||
|
||||
Requires: color-filesystem >= 1-7
|
||||
Requires: gnome-icon-theme
|
||||
@ -16,13 +16,13 @@ Requires: shared-color-profiles
|
||||
Requires: dconf
|
||||
Requires: GConf2 >= 2.31.1
|
||||
|
||||
BuildRequires: gtk2-devel >= 2.16.0
|
||||
BuildRequires: gtk3-devel >= 2.91.3
|
||||
BuildRequires: scrollkeeper
|
||||
BuildRequires: gnome-doc-utils >= 0.3.2
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: libtool
|
||||
BuildRequires: vte-devel
|
||||
#BuildRequires: vte-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgudev1-devel
|
||||
@ -34,7 +34,7 @@ BuildRequires: libtiff-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: exiv2-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libnotify-devel >= 0.5.0
|
||||
BuildRequires: libnotify-devel >= 0.7.0
|
||||
BuildRequires: glib2-devel >= 2.25.9-2
|
||||
BuildRequires: control-center-devel >= 2.90.1
|
||||
BuildRequires: gnome-settings-daemon-devel >= 2.90.1
|
||||
@ -46,7 +46,7 @@ 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 -n %{name}-%{version}-%{?alphatag}
|
||||
|
||||
%build
|
||||
%configure --disable-scrollkeeper --disable-schemas-install
|
||||
@ -107,13 +107,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
%{_datadir}/omf/gnome-color-manager
|
||||
%{_datadir}/icons/hicolor/*/*/*.png
|
||||
%{_datadir}/icons/hicolor/scalable/*/*.svg*
|
||||
%{_datadir}/applications/gcm-prefs.desktop
|
||||
%{_datadir}/applications/gcm-import.desktop
|
||||
%{_datadir}/applications/gcm-*.desktop
|
||||
%{_sysconfdir}/xdg/autostart/*.desktop
|
||||
%{_datadir}/dbus-1/services/org.gnome.ColorManager.service
|
||||
%{_sbindir}/gcm-install-system-wide
|
||||
%{_datadir}/polkit-1/actions/org.gnome.color.policy
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.color-manager.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
|
||||
%{_datadir}/GConf/gsettings/org.gnome.color-manager.gschema.migrate
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.ColorManager.xml
|
||||
%{_libdir}/control-center-1/panels/*.so
|
||||
@ -127,6 +127,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
%{_libdir}/gnome-settings-daemon-2.0/libcolor.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 02 2010 Richard Hughes <richard@hughsie.com> 2.91.2-0.1.20101102
|
||||
- Update to a git snapshot to fix rawhide.
|
||||
|
||||
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-4
|
||||
- Add BR docbook-utils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user