]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- regenerate ac/am to allow build on amd64, release 2
[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
f3fcc2db 4Version: 2.4.0
fcb68908 5Release: 2
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
f3fcc2db 8Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.4/%{name}-%{version}.tar.bz2
9# Source0-md5: 7ebc352062fc8b6d3c09a69ad6e963a7
fcb68908 10BuildRequires: automake
11BuildRequires: autoconf
6ccca77a 12BuildRequires: GConf2-devel >= 2.3.3
f3fcc2db 13BuildRequires: gtk+2-devel >= 2.2.4
515a6423
JB
14BuildRequires: xft-devel >= 2.0-6
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 16
967c5ac3 17%description
83fc3fd4 18An editor for the GConf configuration system.
1ec1e22d
JB
19
20%description -l pl
83fc3fd4 21Edytor do systemu konfiguracji GConf.
967c5ac3 22
23%prep
24%setup -q
25
26%build
fcb68908 27%{__aclocal}
28%{__autoconf}
29%{__automake}
1ec1e22d 30%configure
967c5ac3 31
1ec1e22d 32%{__make}
967c5ac3 33
34%install
35rm -rf $RPM_BUILD_ROOT
36
0e1e3d6b 37%{__make} install \
38 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 39
40%find_lang %{name}
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files -f %{name}.lang
1ec1e22d
JB
46%defattr(644,root,root,755)
47%attr(755,root,root) %{_bindir}/*
515a6423 48%{_desktopdir}/*
0e1e3d6b 49%{_pixmapsdir}/*
This page took 0.069029 seconds and 4 git commands to generate.