]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- updated to version 3.1
[packages/gconf-editor.git] / gconf-editor.spec
1 Summary:        An editor for the GConf configuration system
2 Summary(pl):    Edytor do systemu konfiguracji GConf
3 Name:           gconf-editor
4 Version:        0.3.1
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10 BuildRequires:  gtk+2-devel >= 2.0.6
11 BuildRequires:  GConf2-devel >= 1.2.1
12
13 %define         _prefix         /usr/X11R6
14
15 %description
16 gconf-edit is an editor for the GConf configuration system.
17
18 %description -l pl
19 gconf-edit to edytor do systemu konfiguracji GConf.
20
21 %prep
22 %setup -q
23
24 %build
25 %configure
26
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         DESTDIR=$RPM_BUILD_ROOT
34
35 %find_lang %{name}
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files -f %{name}.lang
41 %defattr(644,root,root,755)
42 %attr(755,root,root) %{_bindir}/*
43 %{_datadir}/applications/*
44 %{_pixmapsdir}/*
This page took 0.053691 seconds and 4 git commands to generate.