]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
71f81f6af46718bfed0fe4ac81da6a5d44205412
[packages/gconf-editor.git] / gconf-editor.spec
1 Summary:        An editor for the GConf configuration system
2 Summary(pl.UTF-8):      Edytor do systemu konfiguracji GConf
3 Name:           gconf-editor
4 Version:        2.26.0
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.26/%{name}-%{version}.tar.bz2
9 # Source0-md5:  2dc76415b22d805cfacfcd5fb98f185c
10 BuildRequires:  GConf2-devel >= 2.24.0
11 BuildRequires:  PolicyKit-devel >= 0.7
12 BuildRequires:  autoconf
13 BuildRequires:  automake >= 1:1.9
14 BuildRequires:  dbus-glib-devel >= 0.74
15 BuildRequires:  docbook-dtd412-xml
16 BuildRequires:  gettext-devel
17 BuildRequires:  gnome-common >= 2.20.0
18 BuildRequires:  gnome-doc-utils >= 0.14.0
19 BuildRequires:  gtk+2-devel >= 2:2.16.0
20 BuildRequires:  intltool >= 0.40.0
21 BuildRequires:  libselinux-devel
22 BuildRequires:  libtool
23 BuildRequires:  libxml2-progs
24 BuildRequires:  pkgconfig
25 BuildRequires:  rpmbuild(find_lang) >= 1.23
26 BuildRequires:  rpmbuild(macros) >= 1.311
27 BuildRequires:  scrollkeeper
28 Requires(post,postun):  gtk+2
29 Requires(post,postun):  hicolor-icon-theme
30 Requires(post,postun):  scrollkeeper
31 Requires(post,preun):   GConf2
32 # sr@Latn vs. sr@latin
33 Conflicts:      glibc-misc < 6:2.7
34 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
35
36 %description
37 An editor for the GConf configuration system.
38
39 %description -l pl.UTF-8
40 Edytor do systemu konfiguracji GConf.
41
42 %prep
43 %setup -q
44
45 %build
46 %{__intltoolize}
47 %{__gnome_doc_common}
48 %{__libtoolize}
49 %{__aclocal}
50 %{__autoconf}
51 %{__autoheader}
52 %{__automake}
53 %configure \
54         --disable-scrollkeeper
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT
62
63 %find_lang %{name} --with-gnome --with-omf
64
65 %clean
66 rm -rf $RPM_BUILD_ROOT
67
68 %post
69 %scrollkeeper_update_post
70 %gconf_schema_install gconf-editor.schemas
71 %update_icon_cache hicolor
72
73 %preun
74 %gconf_schema_uninstall gconf-editor.schemas
75
76 %postun
77 %scrollkeeper_update_postun
78 %update_icon_cache hicolor
79
80 %files -f %{name}.lang
81 %defattr(644,root,root,755)
82 %doc AUTHORS ChangeLog NEWS README
83 %attr(755,root,root) %{_bindir}/gconf-editor
84 %{_desktopdir}/gconf-editor.desktop
85 %{_iconsdir}/hicolor/*/*/*.png
86 %dir %{_datadir}/gconf-editor
87 %{_datadir}/gconf-editor/icons
88 %{_mandir}/man1/gconf-editor.1*
89 %{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.049833 seconds and 2 git commands to generate.