]> git.pld-linux.org Git - packages/gnome-color-manager.git/blob - gnome-color-manager.spec
- BR: docbook-dtd41-sgml, gnome-common, gnome-doc-utils, intltool
[packages/gnome-color-manager.git] / gnome-color-manager.spec
1 Summary:        GNOME solution for scanning
2 Name:           gnome-color-manager
3 Version:        2.29.1
4 Release:        1
5 License:        GPL v2
6 Group:          X11/Applications
7 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/2.29/%{name}-%{version}.tar.bz2
8 # Source0-md5:  2f28c20e952a807b062010d641aaa788
9 URL:            http://projects.gnome.org/gnome-color-manager/
10 BuildRequires:  GConf2-devel >= 2.22.0
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  dbus-glib-devel >= 0.73
14 BuildRequires:  docbook-dtd41-sgml
15 BuildRequires:  docbook-utils
16 BuildRequires:  gettext-devel
17 BuildRequires:  glib2-devel >= 1:2.14.0
18 BuildRequires:  gnome-common
19 BuildRequires:  gnome-desktop-devel >= 2.14.0
20 BuildRequires:  gnome-doc-utils
21 BuildRequires:  gtk+2-devel >= 2:2.14.0
22 BuildRequires:  gtk-doc >= 1.7
23 BuildRequires:  intltool
24 BuildRequires:  libtool
25 BuildRequires:  libunique-devel >= 1.0.0
26 BuildRequires:  pkgconfig
27 BuildRequires:  rpmbuild(macros) >= 1.311
28 BuildRequires:  udev-glib-devel
29 BuildRequires:  vte-devel >= 0.22.2
30 BuildRequires:  xorg-lib-libXrandr-devel
31 BuildRequires:  xorg-lib-libXxf86vm-devel
32 Requires(post,postun):  hicolor-icon-theme
33 Requires(post,preun):   GConf2
34 Requires:       gtk+2 >= 2:2.14.0
35 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37 %description
38 GNOME Color Manager is a session framework for the GNOME desktop
39 environment that makes it easy to manage easy to manage, install and
40 generate color profiles.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__aclocal}
47 %{__autoconf}
48 %{__autoheader}
49 %{__automake}
50 %configure
51 %{__make}
52
53 %install
54 rm -rf $RPM_BUILD_ROOT
55
56 %{__make} install \
57         DESTDIR=$RPM_BUILD_ROOT
58
59 %find_lang %{name} --with-gnome
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %post
65 %update_icon_cache hicolor
66 %gconf_schema_install gnome-color-manager.schemas
67
68 %preun
69 %gconf_schema_uninstall gnome-color-manager.schemas
70
71 %postun
72 %update_icon_cache hicolor
73
74 %files -f %{name}.lang
75 %defattr(644,root,root,755)
76 %doc AUTHORS ChangeLog NEWS README
77 %attr(755,root,root) %{_bindir}/gcm-apply
78 %attr(755,root,root) %{_bindir}/gcm-dump-edid
79 %attr(755,root,root) %{_bindir}/gcm-dump-profile
80 %attr(755,root,root) %{_bindir}/gcm-import
81 %attr(755,root,root) %{_bindir}/gcm-inspect
82 %attr(755,root,root) %{_bindir}/gcm-prefs
83 %attr(755,root,root) %{_bindir}/gcm-session
84 %{_sysconfdir}/gconf/schemas/gnome-color-manager.schemas
85 %{_sysconfdir}/xdg/autostart/gcm-apply.desktop
86 %{_datadir}/dbus-1/services/org.gnome.ColorManager.service
87 %{_datadir}/gnome-color-manager
88 %{_desktopdir}/gcm-import.desktop
89 %{_desktopdir}/gcm-prefs.desktop
90 %{_iconsdir}/hicolor/*/*/*.png
91 %{_iconsdir}/hicolor/*/*/*.svg
92 %{_mandir}/man1/*.1*
This page took 0.037583 seconds and 4 git commands to generate.