]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- up to version 2.8.2
[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.8.2
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.8/%{name}-%{version}.tar.bz2
9 # Source0-md5:  193d5970b570366fd435b2b7ebdd8047
10 Patch0:         %{name}-desktop.patch
11 BuildRequires:  GConf2-devel >= 2.8.1
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gnome-common >= 2.4.0
15 BuildRequires:  gtk+2-devel >= 2:2.4.4
16 BuildRequires:  libgnomeui-devel >= 2.8.0
17 BuildRequires:  libtool
18 Requires(post): GConf2
19 Requires(post): scrollkeeper
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 An editor for the GConf configuration system.
24
25 %description -l pl
26 Edytor do systemu konfiguracji GConf.
27
28 %prep
29 %setup -q
30 %patch0 -p1
31
32 %build
33 gnome-doc-common
34 %{__libtoolize}
35 %{__aclocal}
36 %{__autoconf}
37 %{__automake}
38 %configure
39 %{__make}
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43
44 %{__make} install \
45         DESTDIR=$RPM_BUILD_ROOT
46
47 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
48
49 %find_lang %{name} --with-gnome
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %post
55 /usr/bin/scrollkeeper-update
56 %gconf_schema_install
57
58 %postun -p /usr/bin/scrollkeeper-update
59
60 %files -f %{name}.lang
61 %defattr(644,root,root,755)
62 %attr(755,root,root) %{_bindir}/*
63 %{_sysconfdir}/gconf/schemas/*.schemas
64 %{_desktopdir}/*
65 %{_pixmapsdir}/*
66 %{_mandir}/man1/*
67 %{_omf_dest_dir}/%{name}
This page took 0.095986 seconds and 4 git commands to generate.