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