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