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