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