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