]> git.pld-linux.org Git - packages/gconf-editor.git/blame_incremental - gconf-editor.spec
- 2.20.0
[packages/gconf-editor.git] / gconf-editor.spec
... / ...
CommitLineData
1Summary: An editor for the GConf configuration system
2Summary(pl.UTF-8): Edytor do systemu konfiguracji GConf
3Name: gconf-editor
4Version: 2.20.0
5Release: 1
6License: GPL v2+
7Group: X11/Applications
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.20/%{name}-%{version}.tar.bz2
9# Source0-md5: b686677878b5754ffa8d0a2cc1129988
10BuildRequires: GConf2-devel >= 2.18.0.1
11BuildRequires: autoconf
12BuildRequires: automake
13BuildRequires: gnome-common >= 2.20.0
14BuildRequires: gnome-doc-utils >= 0.10.1
15BuildRequires: gtk+2-devel >= 2:2.12.0
16BuildRequires: libgnomeui-devel >= 2.19.1
17BuildRequires: libtool
18BuildRequires: pkgconfig
19BuildRequires: rpmbuild(macros) >= 1.311
20BuildRequires: scrollkeeper
21Requires(post,postun): gtk+2
22Requires(post,postun): hicolor-icon-theme
23Requires(post,preun): GConf2
24Requires: libgnomeui >= 2.20.0
25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
26
27%description
28An editor for the GConf configuration system.
29
30%description -l pl.UTF-8
31Edytor do systemu konfiguracji GConf.
32
33%prep
34%setup -q
35
36%build
37mkdir m4
38%{__intltoolize}
39%{__gnome_doc_common}
40%{__libtoolize}
41%{__aclocal}
42%{__autoconf}
43%{__automake}
44%configure \
45 --disable-scrollkeeper
46%{__make}
47
48%install
49rm -rf $RPM_BUILD_ROOT
50
51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
53
54%find_lang %{name} --with-gnome
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60%scrollkeeper_update_post
61%gconf_schema_install gconf-editor.schemas
62%update_icon_cache hicolor
63
64%preun
65%gconf_schema_uninstall gconf-editor.schemas
66
67%postun
68%scrollkeeper_update_postun
69%update_icon_cache hicolor
70
71%files -f %{name}.lang
72%defattr(644,root,root,755)
73%doc AUTHORS ChangeLog NEWS README
74%attr(755,root,root) %{_bindir}/*
75%{_desktopdir}/*.desktop
76%{_iconsdir}/hicolor/*/*/*.png
77%{_mandir}/man1/*
78%{_pixmapsdir}/*
79%dir %{_omf_dest_dir}/%{name}
80%{_omf_dest_dir}/gconf-editor/gconf-editor-C.omf
81%lang(de) %{_omf_dest_dir}/gconf-editor/gconf-editor-de.omf
82%lang(es) %{_omf_dest_dir}/gconf-editor/gconf-editor-es.omf
83%lang(fr) %{_omf_dest_dir}/gconf-editor/gconf-editor-fr.omf
84%lang(it) %{_omf_dest_dir}/gconf-editor/gconf-editor-it.omf
85%lang(oc) %{_omf_dest_dir}/gconf-editor/gconf-editor-oc.omf
86%lang(sv) %{_omf_dest_dir}/gconf-editor/gconf-editor-sv.omf
87%lang(uk) %{_omf_dest_dir}/gconf-editor/gconf-editor-uk.omf
88%{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.027432 seconds and 4 git commands to generate.