]> git.pld-linux.org Git - packages/gnome-color-manager.git/blame - gnome-color-manager.spec
- BR: docbook-dtd41-sgml, gnome-common, gnome-doc-utils, intltool
[packages/gnome-color-manager.git] / gnome-color-manager.spec
CommitLineData
f9b6a5f5
PZ
1Summary: GNOME solution for scanning
2Name: gnome-color-manager
3Version: 2.29.1
4Release: 1
5License: GPL v2
6Group: X11/Applications
7Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-color-manager/2.29/%{name}-%{version}.tar.bz2
8# Source0-md5: 2f28c20e952a807b062010d641aaa788
9URL: http://projects.gnome.org/gnome-color-manager/
10BuildRequires: GConf2-devel >= 2.22.0
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: dbus-glib-devel >= 0.73
6805a708 14BuildRequires: docbook-dtd41-sgml
f9b6a5f5
PZ
15BuildRequires: docbook-utils
16BuildRequires: gettext-devel
17BuildRequires: glib2-devel >= 1:2.14.0
6805a708 18BuildRequires: gnome-common
f9b6a5f5 19BuildRequires: gnome-desktop-devel >= 2.14.0
6805a708 20BuildRequires: gnome-doc-utils
f9b6a5f5
PZ
21BuildRequires: gtk+2-devel >= 2:2.14.0
22BuildRequires: gtk-doc >= 1.7
6805a708 23BuildRequires: intltool
f9b6a5f5
PZ
24BuildRequires: libtool
25BuildRequires: libunique-devel >= 1.0.0
26BuildRequires: pkgconfig
27BuildRequires: rpmbuild(macros) >= 1.311
28BuildRequires: udev-glib-devel
29BuildRequires: vte-devel >= 0.22.2
30BuildRequires: xorg-lib-libXrandr-devel
31BuildRequires: xorg-lib-libXxf86vm-devel
32Requires(post,postun): hicolor-icon-theme
33Requires(post,preun): GConf2
34Requires: gtk+2 >= 2:2.14.0
35BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
36
37%description
38GNOME Color Manager is a session framework for the GNOME desktop
39environment that makes it easy to manage easy to manage, install and
40generate 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
54rm -rf $RPM_BUILD_ROOT
55
56%{__make} install \
57 DESTDIR=$RPM_BUILD_ROOT
58
59%find_lang %{name} --with-gnome
60
61%clean
62rm -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.069053 seconds and 4 git commands to generate.