]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- changed descriptions
[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
16f0739b 4Version: 0.3.1
83fc3fd4 5Release: 2
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
16f0739b 8Source0: http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
1ec1e22d 9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
bab70376 10BuildRequires: gtk+2-devel >= 2.0.6
11BuildRequires: GConf2-devel >= 1.2.1
1ec1e22d
JB
12
13%define _prefix /usr/X11R6
967c5ac3 14
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
967c5ac3 26
1ec1e22d 27%{__make}
967c5ac3 28
29%install
30rm -rf $RPM_BUILD_ROOT
31
0e1e3d6b 32%{__make} install \
33 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 34
35%find_lang %{name}
36
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files -f %{name}.lang
1ec1e22d
JB
41%defattr(644,root,root,755)
42%attr(755,root,root) %{_bindir}/*
967c5ac3 43%{_datadir}/applications/*
0e1e3d6b 44%{_pixmapsdir}/*
This page took 0.079896 seconds and 4 git commands to generate.