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