]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- up to version 2.6.1
[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
657e8f7b 4Version: 2.6.1
aa63c311 5Release: 1
1ec1e22d
JB
6License: GPL
7Group: X11/Applications
aa63c311 8Source0: http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
657e8f7b 9# Source0-md5: 38803df797b8ab4b955ee8e473130b42
aa63c311 10Patch0: %{name}-locale-names.patch
11BuildRequires: GConf2-devel >= 2.5.90
fcb68908 12BuildRequires: autoconf
aa63c311 13BuildRequires: automake
14BuildRequires: gtk+2-devel >= 2:2.4.0
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
aa63c311 26%patch0 -p1
27
28mv po/{no,nb}.po
967c5ac3 29
30%build
aa63c311 31%{__libtoolize}
fcb68908 32%{__aclocal}
33%{__autoconf}
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}/*
aa63c311 54%{_mandir}/man1/*
This page took 0.049959 seconds and 4 git commands to generate.