]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- merged deps update and memcorrup patch from AC-branch
[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
a4e3f0f0 4Version: 2.14.0
3bf70889 5Release: 4
3356ea28 6License: GPL v2+
1ec1e22d 7Group: X11/Applications
a4e3f0f0 8Source0: http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.14/%{name}-%{version}.tar.bz2
9# Source0-md5: eb8b979464f6e383e5a27b57ee4e8382
d26002f3 10Patch0: %{name}-desktop.patch
3bf70889
JB
11Patch1: %{name}-memcorrup.patch
12BuildRequires: GConf2-devel >= 2.14.0
fcb68908 13BuildRequires: autoconf
aa63c311 14BuildRequires: automake
ab4724e9 15BuildRequires: gnome-common >= 2.4.0
3356ea28 16BuildRequires: gtk+2-devel >= 2:2.8.3
3bf70889 17BuildRequires: libgnomeui-devel >= 2.14.0
aa63c311 18BuildRequires: libtool
a05f2474 19BuildRequires: pkgconfig
692c104e 20BuildRequires: rpmbuild(macros) >= 1.197
a05f2474 21BuildRequires: scrollkeeper
692c104e 22Requires(post,preun): GConf2
23Requires(post,postun): scrollkeeper
3bf70889 24Requires: libgnomeui >= 2.14.0
515a6423 25BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 26
967c5ac3 27%description
83fc3fd4 28An editor for the GConf configuration system.
1ec1e22d
JB
29
30%description -l pl
83fc3fd4 31Edytor do systemu konfiguracji GConf.
967c5ac3 32
33%prep
34%setup -q
d26002f3 35%patch0 -p1
3bf70889 36%patch1 -p0
967c5ac3 37
38%build
a4e3f0f0 39%{__intltoolize}
40%{__gnome_doc_common}
aa63c311 41%{__libtoolize}
fcb68908 42%{__aclocal}
43%{__autoconf}
44%{__automake}
1ec1e22d 45%configure
1ec1e22d 46%{__make}
967c5ac3 47
48%install
49rm -rf $RPM_BUILD_ROOT
50
0e1e3d6b 51%{__make} install \
52 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 53
ab4724e9 54rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
55
56%find_lang %{name} --with-gnome
967c5ac3 57
58%clean
59rm -rf $RPM_BUILD_ROOT
60
ab4724e9 61%post
692c104e 62%gconf_schema_install gconf-editor.schemas
63%scrollkeeper_update_post
ab4724e9 64
692c104e 65%preun
66%gconf_schema_uninstall gconf-editor.schemas
67
68%postun
69%scrollkeeper_update_postun
ab4724e9 70
967c5ac3 71%files -f %{name}.lang
1ec1e22d 72%defattr(644,root,root,755)
dd51e9de 73%doc AUTHORS ChangeLog NEWS README
1ec1e22d 74%attr(755,root,root) %{_bindir}/*
515a6423 75%{_desktopdir}/*
3356ea28 76%{_iconsdir}/*/*/apps/*.png
aa63c311 77%{_mandir}/man1/*
ab4724e9 78%{_omf_dest_dir}/%{name}
3356ea28 79%{_pixmapsdir}/*
80%{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.071905 seconds and 4 git commands to generate.