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