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