]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- updated to 2.5.4
[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:        2.5.4
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.5/%{name}-%{version}.tar.bz2
9 # Source0-md5:  5963c6a833af58ecb439dcf4e49ccbba
10 BuildRequires:  GConf2-devel >= 2.5.0
11 BuildRequires:  gtk+2-devel >= 2.3.1
12 BuildRequires:  xft-devel >= 2.0-6
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 %{__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 %{_desktopdir}/*
43 %{_pixmapsdir}/*
44 %{_mandir}/man1/*
This page took 0.028717 seconds and 3 git commands to generate.