]> git.pld-linux.org Git - packages/gnome-color-manager.git/blob - gnome-color-manager.spec
- initial PLD release
[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-utils
15 BuildRequires:  gettext-devel
16 BuildRequires:  glib2-devel >= 1:2.14.0
17 BuildRequires:  gnome-desktop-devel >= 2.14.0
18 BuildRequires:  gtk+2-devel >= 2:2.14.0
19 BuildRequires:  gtk-doc >= 1.7
20 BuildRequires:  libtool
21 BuildRequires:  libunique-devel >= 1.0.0
22 BuildRequires:  pkgconfig
23 BuildRequires:  rpmbuild(macros) >= 1.311
24 BuildRequires:  udev-glib-devel
25 BuildRequires:  vte-devel >= 0.22.2
26 BuildRequires:  xorg-lib-libXrandr-devel
27 BuildRequires:  xorg-lib-libXxf86vm-devel
28 Requires(post,postun):  hicolor-icon-theme
29 Requires(post,preun):   GConf2
30 Requires:       gtk+2 >= 2:2.14.0
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 GNOME Color Manager is a session framework for the GNOME desktop
35 environment that makes it easy to manage easy to manage, install and
36 generate color profiles.
37
38 %prep
39 %setup -q
40
41 %build
42 %{__aclocal}
43 %{__autoconf}
44 %{__autoheader}
45 %{__automake}
46 %configure
47 %{__make}
48
49 %install
50 rm -rf $RPM_BUILD_ROOT
51
52 %{__make} install \
53         DESTDIR=$RPM_BUILD_ROOT
54
55 %find_lang %{name} --with-gnome
56
57 %clean
58 rm -rf $RPM_BUILD_ROOT
59
60 %post
61 %update_icon_cache hicolor
62 %gconf_schema_install gnome-color-manager.schemas
63
64 %preun
65 %gconf_schema_uninstall gnome-color-manager.schemas
66
67 %postun
68 %update_icon_cache hicolor
69
70 %files -f %{name}.lang
71 %defattr(644,root,root,755)
72 %doc AUTHORS ChangeLog NEWS README
73 %attr(755,root,root) %{_bindir}/gcm-apply
74 %attr(755,root,root) %{_bindir}/gcm-dump-edid
75 %attr(755,root,root) %{_bindir}/gcm-dump-profile
76 %attr(755,root,root) %{_bindir}/gcm-import
77 %attr(755,root,root) %{_bindir}/gcm-inspect
78 %attr(755,root,root) %{_bindir}/gcm-prefs
79 %attr(755,root,root) %{_bindir}/gcm-session
80 %{_sysconfdir}/gconf/schemas/gnome-color-manager.schemas
81 %{_sysconfdir}/xdg/autostart/gcm-apply.desktop
82 %{_datadir}/dbus-1/services/org.gnome.ColorManager.service
83 %{_datadir}/gnome-color-manager
84 %{_desktopdir}/gcm-import.desktop
85 %{_desktopdir}/gcm-prefs.desktop
86 %{_iconsdir}/hicolor/*/*/*.png
87 %{_iconsdir}/hicolor/*/*/*.svg
88 %{_mandir}/man1/*.1*
This page took 0.321132 seconds and 4 git commands to generate.