]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- 2.15.91, scrollkeeper stuff removed upstream, updated BR / file list,
[packages/gconf-editor.git] / gconf-editor.spec
1 Summary:        An editor for the GConf configuration system
2 Summary(pl):    Edytor do systemu konfiguracji GConf
3 Name:           gconf-editor
4 Version:        2.15.91
5 Release:        1
6 License:        GPL v2+
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.15/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5b46ca0f177428b6c84c53cebd81831e
10 Patch0:         %{name}-desktop.patch
11 BuildRequires:  GConf2-devel >= 2.14.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gnome-common >= 2.12.0
15 BuildRequires:  gnome-doc-utils >= 0.7.1
16 BuildRequires:  gtk+2-devel >= 2:2.10.1
17 BuildRequires:  libgnomeui-devel >= 2.15.91
18 BuildRequires:  libtool
19 BuildRequires:  pkgconfig
20 BuildRequires:  rpmbuild(macros) >= 1.311
21 BuildRequires:  scrollkeeper
22 Requires(post,preun):   GConf2 >= 2.14.0
23 Requires(post,postun):  gtk+2 >= 2:2.10.1
24 Requires:       libgnomeui >= 2.14.0
25 Requires:       hicolor-icon-theme
26 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27
28 %description
29 An editor for the GConf configuration system.
30
31 %description -l pl
32 Edytor do systemu konfiguracji GConf.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %{__intltoolize}
40 %{__gnome_doc_common}
41 %{__libtoolize}
42 %{__aclocal}
43 %{__autoconf}
44 %{__automake}
45 %configure
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} install \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ug
55
56 %find_lang %{name} --with-gnome
57
58 %clean
59 rm -rf $RPM_BUILD_ROOT
60
61 %post
62 %gconf_schema_install gconf-editor.schemas
63 %update_icon_cache hicolor
64
65 %preun
66 %gconf_schema_uninstall gconf-editor.schemas
67
68 %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}/*
76 %{_iconsdir}/hicolor/*/*/*.png
77 %{_mandir}/man1/*
78 %{_pixmapsdir}/*
79 %{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.053213 seconds and 4 git commands to generate.