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