- New upstream release.
This commit is contained in:
parent
0cba933ef0
commit
da9e1f5057
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
gnome-color-manager-2.31.4.tar.bz2
|
||||
/gnome-color-manager-2.91.1.tar.bz2
|
||||
|
@ -2,12 +2,12 @@
|
||||
|
||||
Summary: Color management tools for GNOME
|
||||
Name: gnome-color-manager
|
||||
Version: 2.31.4
|
||||
Release: 2%{?dist}
|
||||
Version: 2.91.1
|
||||
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.31/%{name}-%{version}.tar.bz2
|
||||
Source0: http://download.gnome.org/sources/gnome-color-manager/2.91/%{name}-%{version}.tar.bz2
|
||||
|
||||
Requires: color-filesystem >= 1-7
|
||||
Requires: gnome-icon-theme
|
||||
@ -26,9 +26,7 @@ BuildRequires: vte-devel
|
||||
BuildRequires: gnome-doc-utils
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgudev1-devel
|
||||
BuildRequires: libXxf86vm-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: gnome-desktop3-devel
|
||||
BuildRequires: lcms2-devel
|
||||
BuildRequires: cups-devel
|
||||
BuildRequires: sane-backends-devel
|
||||
@ -38,7 +36,7 @@ BuildRequires: exiv2-devel
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: libnotify-devel >= 0.5.0
|
||||
BuildRequires: glib2-devel >= 2.25.9-2
|
||||
BuildRequires: control-center-devel >= 2.31.4
|
||||
BuildRequires: control-center-devel >= 2.90.1
|
||||
|
||||
%description
|
||||
gnome-color-manager is a session framework that makes it easy to manage, install
|
||||
@ -62,6 +60,10 @@ done
|
||||
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/control-center-1/panels/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/libcolor.a
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-settings-daemon-2.0/libcolor.la
|
||||
|
||||
%find_lang %name --with-gnome
|
||||
|
||||
@ -87,6 +89,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING NEWS README
|
||||
/lib/udev/rules.d/*.rules
|
||||
/lib/udev/gcm-*
|
||||
%{_bindir}/gcm-*
|
||||
%{_libexecdir}/*
|
||||
%dir %{_datadir}/gnome-color-manager
|
||||
@ -111,8 +114,19 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
||||
%{_datadir}/GConf/gsettings/org.gnome.color-manager.gschema.migrate
|
||||
%{_datadir}/dbus-1/interfaces/org.gnome.ColorManager.xml
|
||||
%{_libdir}/control-center-1/panels/*.so
|
||||
%{_includedir}/libcolor-glib/*.h
|
||||
%{_libdir}/libcolor-glib.so
|
||||
%{_libdir}/libcolor-glib.so.1
|
||||
%{_libdir}/libcolor-glib.so.1.0.0
|
||||
%{_libdir}/pkgconfig/libcolor-glib.pc
|
||||
%{_datadir}/gtk-doc/html/libcolor-glib
|
||||
%{_libdir}/gnome-settings-daemon-2.0/color.gnome-settings-plugin
|
||||
%{_libdir}/gnome-settings-daemon-2.0/libcolor.so
|
||||
|
||||
%changelog
|
||||
* Tue Oct 05 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
|
||||
- New upstream release.
|
||||
|
||||
* Mon Sep 11 2010 Richard Hughes <richard@hughsie.com> 2.31.4-2
|
||||
- Remove the explicit dependency on yelp.
|
||||
- Resolves: #626242
|
||||
|
Loading…
Reference in New Issue
Block a user