]> git.pld-linux.org Git - packages/gnome-color-manager.git/blob - gnome-color-manager.spec
e38969da482c6ed6867e276f11a102eaa947d527
[packages/gnome-color-manager.git] / gnome-color-manager.spec
1 Summary:        Color management tools for GNOME
2 Summary(pl.UTF-8):      Narzędzia do zarządzania kolorami dla GNOME
3 Name:           gnome-color-manager
4 Version:        3.32.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/3.32/%{name}-%{version}.tar.xz
9 # Source0-md5:  e6de219a25ac16630aca552936611c15
10 URL:            https://gitlab.gnome.org/GNOME/gnome-color-manager
11 BuildRequires:  colord-devel >= 1.3.1
12 BuildRequires:  colord-gtk-devel >= 0.1.20
13 BuildRequires:  docbook-dtd41-sgml
14 BuildRequires:  docbook-utils
15 BuildRequires:  exiv2-devel
16 BuildRequires:  gettext-tools >= 0.19.7
17 BuildRequires:  glib2-devel >= 1:2.32.0
18 BuildRequires:  gtk+3-devel >= 3.0.0
19 BuildRequires:  gtk-doc >= 1.9
20 BuildRequires:  lcms2-devel >= 2.2
21 BuildRequires:  libcanberra-gtk3-devel >= 0.10
22 BuildRequires:  libexif-devel
23 BuildRequires:  libstdc++-devel
24 BuildRequires:  libtiff-devel >= 4
25 BuildRequires:  libxslt-progs
26 BuildRequires:  meson >= 0.46.0
27 BuildRequires:  ninja >= 1.5
28 BuildRequires:  pkgconfig
29 BuildRequires:  rpmbuild(find_lang) >= 1.23
30 BuildRequires:  rpmbuild(macros) >= 1.736
31 BuildRequires:  tar >= 1:1.22
32 BuildRequires:  vte-devel >= 0.28.0
33 BuildRequires:  xz
34 BuildRequires:  yelp-tools
35 Requires(post,postun):  desktop-file-utils
36 Requires(post,postun):  gtk-update-icon-cache
37 Requires(post,postun):  glib2 >= 1:2.32.0
38 Requires:       colord >= 1.3.1
39 Requires:       colord-gtk >= 0.1.20
40 Requires:       glib2 >= 1:2.32.0
41 Requires:       hicolor-icon-theme
42 Requires:       lcms2 >= 2.2
43 Requires:       libcanberra-gtk3 >= 0.10
44 Requires:       vte >= 0.28.0
45 Suggests:       shared-color-profiles
46 Obsoletes:      gnome-color-manager-devel
47 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48
49 %description
50 GNOME Color Manager is a session framework for the GNOME desktop
51 environment that makes it easy to manage easy to manage, install and
52 generate color profiles.
53
54 %description -l pl.UTF-8
55 GNOME Color Manager to szkielet sesyjny dla środowiska graficznego
56 GNOME ułatwiający zarządzanie, instalowanie i generowanie profili
57 kolorów.
58
59 %prep
60 %setup -q
61
62 %build
63 %meson build
64
65 %ninja_build -C build
66
67 %install
68 rm -rf $RPM_BUILD_ROOT
69
70 %ninja_install -C build
71
72 %find_lang %{name} --with-gnome
73
74 %clean
75 rm -rf $RPM_BUILD_ROOT
76
77 %post
78 /sbin/ldconfig
79 %update_icon_cache hicolor
80 %update_desktop_database_post
81 %glib_compile_schemas
82
83 %postun
84 /sbin/ldconfig
85 %update_icon_cache hicolor
86 %update_desktop_database_postun
87 %glib_compile_schemas
88
89 %files -f %{name}.lang
90 %defattr(644,root,root,755)
91 %doc AUTHORS MAINTAINERS README
92 %attr(755,root,root) %{_bindir}/gcm-calibrate
93 %attr(755,root,root) %{_bindir}/gcm-import
94 %attr(755,root,root) %{_bindir}/gcm-inspect
95 %attr(755,root,root) %{_bindir}/gcm-picker
96 %attr(755,root,root) %{_bindir}/gcm-viewer
97 %attr(755,root,root) %{_libexecdir}/gcm-helper-exiv
98 %{_datadir}/gnome-color-manager
99 %{_datadir}/metainfo/org.gnome.ColorProfileViewer.appdata.xml
100 %{_desktopdir}/gcm-calibrate.desktop
101 %{_desktopdir}/gcm-import.desktop
102 %{_desktopdir}/gcm-picker.desktop
103 %{_desktopdir}/org.gnome.ColorProfileViewer.desktop
104 %{_iconsdir}/hicolor/*x*/apps/gnome-color-manager.png
105 %{_iconsdir}/hicolor/scalable/apps/gnome-color-manager.svg
106 %{_mandir}/man1/gcm-calibrate.1*
107 %{_mandir}/man1/gcm-import.1*
108 %{_mandir}/man1/gcm-inspect.1*
109 %{_mandir}/man1/gcm-picker.1*
110 %{_mandir}/man1/gcm-viewer.1*
This page took 0.051197 seconds and 2 git commands to generate.