]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- 2.15.91, scrollkeeper stuff removed upstream, updated BR / file list,
[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
e6f3621f 4Version: 2.15.91
5Release: 1
3356ea28 6License: GPL v2+
1ec1e22d 7Group: X11/Applications
e6f3621f 8Source0: http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.15/%{name}-%{version}.tar.bz2
9# Source0-md5: 5b46ca0f177428b6c84c53cebd81831e
d26002f3 10Patch0: %{name}-desktop.patch
3bf70889 11BuildRequires: GConf2-devel >= 2.14.0
fcb68908 12BuildRequires: autoconf
aa63c311 13BuildRequires: automake
773f3bfe 14BuildRequires: gnome-common >= 2.12.0
e6f3621f 15BuildRequires: gnome-doc-utils >= 0.7.1
16BuildRequires: gtk+2-devel >= 2:2.10.1
17BuildRequires: libgnomeui-devel >= 2.15.91
aa63c311 18BuildRequires: libtool
a05f2474 19BuildRequires: pkgconfig
e6f3621f 20BuildRequires: rpmbuild(macros) >= 1.311
a05f2474 21BuildRequires: scrollkeeper
773f3bfe 22Requires(post,preun): GConf2 >= 2.14.0
e6f3621f 23Requires(post,postun): gtk+2 >= 2:2.10.1
3bf70889 24Requires: libgnomeui >= 2.14.0
e6f3621f 25Requires: hicolor-icon-theme
515a6423 26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 27
967c5ac3 28%description
83fc3fd4 29An editor for the GConf configuration system.
1ec1e22d
JB
30
31%description -l pl
83fc3fd4 32Edytor do systemu konfiguracji GConf.
967c5ac3 33
34%prep
35%setup -q
d26002f3 36%patch0 -p1
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
e6f3621f 54rm -r $RPM_BUILD_ROOT%{_datadir}/locale/ug
ab4724e9 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
e6f3621f 63%update_icon_cache hicolor
ab4724e9 64
692c104e 65%preun
66%gconf_schema_uninstall gconf-editor.schemas
67
68%postun
e6f3621f 69%update_icon_cache hicolor
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}/*
773f3bfe 76%{_iconsdir}/hicolor/*/*/*.png
aa63c311 77%{_mandir}/man1/*
3356ea28 78%{_pixmapsdir}/*
79%{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.06411 seconds and 4 git commands to generate.