]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- typo
[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
JB
3Name: gconf-editor
4Version: 0.1
5Release: 2
6License: GPL
7Group: X11/Applications
8Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10BuildRequires: gtk+2-devel
11BuildRequires: GConf2-devel
12
13%define _prefix /usr/X11R6
967c5ac3 14
15%description
1ec1e22d
JB
16gconf-edit is an editor for the GConf configuration system.
17
18%description -l pl
19gconf-edit to edytor 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
1ec1e22d 32%makeinstall
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/*
43%{_datadir}/pixmaps/*
This page took 0.037575 seconds and 4 git commands to generate.