]> git.pld-linux.org Git - packages/gnome-color-manager.git/blame - gnome-color-manager.spec
Update to 3.8.2
[packages/gnome-color-manager.git] / gnome-color-manager.spec
CommitLineData
152e16d5 1Summary: Color management tools for GNOME
f9b6a5f5 2Name: gnome-color-manager
276675b7 3Version: 3.8.2
04122822 4Release: 1
f9b6a5f5
PZ
5License: GPL v2
6Group: X11/Applications
04122822 7Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/3.8/%{name}-%{version}.tar.xz
276675b7 8# Source0-md5: 622c9ccccae1c668fb1f0ef31d214b66
f9b6a5f5 9URL: http://projects.gnome.org/gnome-color-manager/
152e16d5 10BuildRequires: autoconf >= 2.63
c0de98f4
MB
11BuildRequires: automake >= 1:1.11
12BuildRequires: clutter-devel >= 1.10.0
13BuildRequires: clutter-gtk-devel
04122822
MB
14BuildRequires: colord-devel >= 0.1.28
15BuildRequires: colord-gtk-devel >= 0.1.20
6805a708 16BuildRequires: docbook-dtd41-sgml
f9b6a5f5 17BuildRequires: docbook-utils
2e068954 18BuildRequires: exiv2-devel
f9b6a5f5 19BuildRequires: gettext-devel
c0de98f4 20BuildRequires: glib2-devel >= 1:2.32.0
6805a708 21BuildRequires: gnome-common
c0de98f4 22BuildRequires: gnome-desktop-devel >= 3.0.0
6805a708 23BuildRequires: gnome-doc-utils
2e068954 24BuildRequires: gtk+3-devel >= 3.0.0
152e16d5 25BuildRequires: gtk-doc >= 1.9
c0de98f4 26BuildRequires: intltool >= 0.40.0
471ddd3d 27BuildRequires: lcms2-devel >= 2.2
2e068954 28BuildRequires: libcanberra-gtk3-devel >= 0.10
471ddd3d 29BuildRequires: libexif-devel
152e16d5 30BuildRequires: libtiff-devel
f9b6a5f5 31BuildRequires: libtool
471ddd3d 32BuildRequires: mash-devel
f9b6a5f5 33BuildRequires: pkgconfig
152e16d5 34BuildRequires: rpmbuild(find_lang) >= 1.23
2e068954 35BuildRequires: rpmbuild(macros) >= 1.601
471ddd3d 36BuildRequires: tar >= 1:1.22
2e068954 37BuildRequires: vte-devel >= 0.28.0
f9b6a5f5
PZ
38BuildRequires: xorg-lib-libXrandr-devel
39BuildRequires: xorg-lib-libXxf86vm-devel
471ddd3d 40BuildRequires: xz
152e16d5 41Requires(post,postun): desktop-file-utils
b64c784d 42Requires(post,postun): gtk-update-icon-cache
2e068954 43Requires(post,postun): glib2 >= 1:2.26.0
04122822 44Requires: colord >= 0.1.28
2e068954
MB
45Requires: dconf
46Requires: hicolor-icon-theme
152e16d5 47Requires: polkit-gnome
62412ad5 48Suggests: shared-color-profiles
471ddd3d 49Obsoletes: gnome-color-manager-devel
f9b6a5f5
PZ
50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
52%description
53GNOME Color Manager is a session framework for the GNOME desktop
54environment that makes it easy to manage easy to manage, install and
55generate color profiles.
56
57%prep
58%setup -q
59
60%build
352e2984 61%{__libtoolize}
471ddd3d 62%{__intltoolize}
152e16d5 63%{__aclocal} -I m4
f9b6a5f5
PZ
64%{__autoconf}
65%{__autoheader}
66%{__automake}
152e16d5
MB
67%configure \
68 --disable-silent-rules \
2e068954
MB
69 --disable-schemas-compile \
70 --disable-static
f9b6a5f5
PZ
71%{__make}
72
73%install
74rm -rf $RPM_BUILD_ROOT
75
76%{__make} install \
77 DESTDIR=$RPM_BUILD_ROOT
78
152e16d5 79%find_lang %{name} --with-gnome --with-omf
f9b6a5f5
PZ
80
81%clean
82rm -rf $RPM_BUILD_ROOT
83
84%post
2e068954 85/sbin/ldconfig
f9b6a5f5 86%update_icon_cache hicolor
152e16d5 87%update_desktop_database_post
2e068954 88%glib_compile_schemas
f9b6a5f5
PZ
89
90%postun
2e068954 91/sbin/ldconfig
f9b6a5f5 92%update_icon_cache hicolor
152e16d5 93%update_desktop_database_postun
2e068954 94%glib_compile_schemas
f9b6a5f5
PZ
95
96%files -f %{name}.lang
97%defattr(644,root,root,755)
98%doc AUTHORS ChangeLog NEWS README
471ddd3d 99%attr(755,root,root) %{_bindir}/gcm-calibrate
f9b6a5f5
PZ
100%attr(755,root,root) %{_bindir}/gcm-import
101%attr(755,root,root) %{_bindir}/gcm-inspect
2e068954
MB
102%attr(755,root,root) %{_bindir}/gcm-picker
103%attr(755,root,root) %{_bindir}/gcm-viewer
2e068954 104%attr(755,root,root) %{_libexecdir}/gcm-helper-exiv
f9b6a5f5 105%{_datadir}/gnome-color-manager
471ddd3d 106%{_desktopdir}/gcm-calibrate.desktop
f9b6a5f5 107%{_desktopdir}/gcm-import.desktop
471ddd3d 108%{_desktopdir}/gcm-picker.desktop
2e068954 109%{_desktopdir}/gcm-viewer.desktop
f9b6a5f5
PZ
110%{_iconsdir}/hicolor/*/*/*.png
111%{_iconsdir}/hicolor/*/*/*.svg
112%{_mandir}/man1/*.1*
This page took 0.089321 seconds and 4 git commands to generate.