]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor.spec
- merged from DEVEL, up to 2.6.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:        2.6.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
9 # Source0-md5:  456d5dbddefffe7b49f18688aa9c1975
10 Patch0:         %{name}-locale-names.patch
11 BuildRequires:  GConf2-devel >= 2.5.90
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2:2.4.0
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 An editor for the GConf configuration system.
20
21 %description -l pl
22 Edytor do systemu konfiguracji GConf.
23
24 %prep
25 %setup -q
26 %patch0 -p1
27
28 mv po/{no,nb}.po
29
30 %build
31 %{__libtoolize}
32 %{__aclocal}
33 %{__autoconf}
34 %{__automake}
35 %configure
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/*
52 %{_desktopdir}/*
53 %{_pixmapsdir}/*
54 %{_mandir}/man1/*
This page took 0.0325 seconds and 4 git commands to generate.