]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- version 0.5.0
[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.5.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 # Source0-md5:  3a267c5724d086d7d5f47691980faff1
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/0.5/%{name}-%{version}.tar.bz2
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 BuildRequires:  gtk+2-devel >= 2.0.1
12 BuildRequires:  GConf2-devel >= 1.2.1-10
13 BuildRequires:  Xft-devel >= 2.0-6
14
15 %description
16 An editor for the GConf configuration system.
17
18 %description -l pl
19 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.087329 seconds and 4 git commands to generate.