]> git.pld-linux.org Git - packages/gnome-color-manager.git/blob - gnome-color-manager.spec
- updated gettext BR
[packages/gnome-color-manager.git] / gnome-color-manager.spec
1 Summary:        Color management tools for GNOME
2 Name:           gnome-color-manager
3 Version:        3.14.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.14/%{name}-%{version}.tar.xz
8 # Source0-md5:  800ea5d887e3d93a7b6000d89f5e3508
9 URL:            http://projects.gnome.org/gnome-color-manager/
10 BuildRequires:  appstream-builder-devel
11 BuildRequires:  autoconf >= 2.63
12 BuildRequires:  automake >= 1:1.11
13 BuildRequires:  clutter-devel >= 1.12.0
14 BuildRequires:  clutter-gtk-devel
15 BuildRequires:  colord-devel >= 0.1.34
16 BuildRequires:  colord-gtk-devel >= 0.1.20
17 BuildRequires:  docbook-dtd41-sgml
18 BuildRequires:  docbook-utils
19 BuildRequires:  exiv2-devel
20 BuildRequires:  gettext-tools
21 BuildRequires:  glib2-devel >= 1:2.32.0
22 BuildRequires:  gnome-common
23 BuildRequires:  gnome-desktop-devel >= 3.0.0
24 BuildRequires:  gnome-doc-utils
25 BuildRequires:  gtk+3-devel >= 3.0.0
26 BuildRequires:  gtk-doc >= 1.9
27 BuildRequires:  intltool >= 0.40.0
28 BuildRequires:  lcms2-devel >= 2.2
29 BuildRequires:  libcanberra-gtk3-devel >= 0.10
30 BuildRequires:  libexif-devel
31 BuildRequires:  libtiff-devel
32 BuildRequires:  libtool
33 BuildRequires:  mash-devel
34 BuildRequires:  pkgconfig
35 BuildRequires:  rpmbuild(find_lang) >= 1.23
36 BuildRequires:  rpmbuild(macros) >= 1.601
37 BuildRequires:  tar >= 1:1.22
38 BuildRequires:  vte-devel >= 0.28.0
39 BuildRequires:  xorg-lib-libXrandr-devel
40 BuildRequires:  xorg-lib-libXxf86vm-devel
41 BuildRequires:  xz
42 Requires(post,postun):  desktop-file-utils
43 Requires(post,postun):  gtk-update-icon-cache
44 Requires(post,postun):  glib2 >= 1:2.26.0
45 Requires:       colord >= 0.1.34
46 Requires:       dconf
47 Requires:       hicolor-icon-theme
48 Requires:       polkit-gnome
49 Suggests:       shared-color-profiles
50 Obsoletes:      gnome-color-manager-devel
51 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53 %description
54 GNOME Color Manager is a session framework for the GNOME desktop
55 environment that makes it easy to manage easy to manage, install and
56 generate color profiles.
57
58 %prep
59 %setup -q
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}/appdata/gcm-viewer.appdata.xml
107 %{_datadir}/gnome-color-manager
108 %{_desktopdir}/gcm-calibrate.desktop
109 %{_desktopdir}/gcm-import.desktop
110 %{_desktopdir}/gcm-picker.desktop
111 %{_desktopdir}/gcm-viewer.desktop
112 %{_iconsdir}/hicolor/*/*/*.png
113 %{_iconsdir}/hicolor/*/*/*.svg
114 %{_mandir}/man1/*.1*
This page took 0.074251 seconds and 3 git commands to generate.