]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- updated to version 0.4.0
[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
b69eeb65 4Version: 0.4.0
5Release: 1
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
b69eeb65 8Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
1ec1e22d 9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
388f85a3 10BuildRequires: gtk+2-devel >= 2.1.3-3
11BuildRequires: GConf2-devel >= 1.2.1-10
12BuildRequires: Xft-devel >= 2.0-6
1ec1e22d 13
967c5ac3 14%description
83fc3fd4 15An editor for the GConf configuration system.
1ec1e22d
JB
16
17%description -l pl
83fc3fd4 18Edytor do systemu konfiguracji GConf.
967c5ac3 19
20%prep
21%setup -q
22
23%build
1ec1e22d 24%configure
967c5ac3 25
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}/*
967c5ac3 42%{_datadir}/applications/*
0e1e3d6b 43%{_pixmapsdir}/*
This page took 0.030848 seconds and 4 git commands to generate.