]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- regenerate also lt/al/am
[packages/gconf-editor.git] / gconf-editor.spec
CommitLineData
1ec1e22d 1Summary: An editor for the GConf configuration system
237859ab 2Summary(pl): Edytor do systemu konfiguracji GConf
1ec1e22d 3Name: gconf-editor
10ec04ca 4Version: 2.5.91
6ccca77a 5Release: 1
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
f0067aa7 8Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.5/%{name}-%{version}.tar.bz2
10ec04ca 9# Source0-md5: 05b7c93774739fedb1ea21dc1419fcd7
10Patch0: %{name}-locale-names.patch
11BuildRequires: GConf2-devel >= 2.5.90
08c0e651 12BuildRequires: autoconf
13BuildRequires: automake
10ec04ca 14BuildRequires: gtk+2-devel >= 2.3.5
08c0e651 15BuildRequires: libtool
515a6423 16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 17
967c5ac3 18%description
83fc3fd4 19An editor for the GConf configuration system.
1ec1e22d
JB
20
21%description -l pl
83fc3fd4 22Edytor do systemu konfiguracji GConf.
967c5ac3 23
24%prep
25%setup -q
10ec04ca 26%patch0 -p1
27
28mv po/{no,nb}.po
967c5ac3 29
30%build
08c0e651 31%{__libtoolize}
32%{__aclocal}
10ec04ca 33%{__autoconf}
08c0e651 34%{__automake}
1ec1e22d 35%configure
1ec1e22d 36%{__make}
967c5ac3 37
38%install
39rm -rf $RPM_BUILD_ROOT
40
0e1e3d6b 41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 43
44%find_lang %{name}
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files -f %{name}.lang
1ec1e22d
JB
50%defattr(644,root,root,755)
51%attr(755,root,root) %{_bindir}/*
515a6423 52%{_desktopdir}/*
0e1e3d6b 53%{_pixmapsdir}/*
e40ed3e7 54%{_mandir}/man1/*
This page took 0.062769 seconds and 4 git commands to generate.