]> git.pld-linux.org Git - packages/gconf-editor.git/blame - gconf-editor.spec
- updated to 2.26.0
[packages/gconf-editor.git] / gconf-editor.spec
CommitLineData
1ec1e22d 1Summary: An editor for the GConf configuration system
eed35be8 2Summary(pl.UTF-8): Edytor do systemu konfiguracji GConf
1ec1e22d 3Name: gconf-editor
a083bf76 4Version: 2.26.0
ffad9606 5Release: 1
3356ea28 6License: GPL v2+
1ec1e22d 7Group: X11/Applications
a083bf76
MB
8Source0: http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.26/%{name}-%{version}.tar.bz2
9# Source0-md5: 2dc76415b22d805cfacfcd5fb98f185c
d1b00ee3 10BuildRequires: GConf2-devel >= 2.24.0
a083bf76 11BuildRequires: PolicyKit-devel >= 0.7
fcb68908 12BuildRequires: autoconf
d1b00ee3 13BuildRequires: automake >= 1:1.9
a083bf76 14BuildRequires: dbus-glib-devel >= 0.74
ffad9606 15BuildRequires: gettext-devel
6e08d72f 16BuildRequires: gnome-common >= 2.20.0
d1b00ee3 17BuildRequires: gnome-doc-utils >= 0.14.0
a083bf76 18BuildRequires: gtk+2-devel >= 2:2.16.0
d1b00ee3 19BuildRequires: intltool >= 0.40.0
aa63c311 20BuildRequires: libtool
a05f2474 21BuildRequires: pkgconfig
ffad9606 22BuildRequires: rpmbuild(find_lang) >= 1.23
e6f3621f 23BuildRequires: rpmbuild(macros) >= 1.311
a05f2474 24BuildRequires: scrollkeeper
8a6a917f
MB
25Requires(post,postun): gtk+2
26Requires(post,postun): hicolor-icon-theme
ffad9606 27Requires(post,postun): scrollkeeper
8a6a917f 28Requires(post,preun): GConf2
abe821d8 29# sr@Latn vs. sr@latin
30Conflicts: glibc-misc < 6:2.7
515a6423 31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
1ec1e22d 32
967c5ac3 33%description
83fc3fd4 34An editor for the GConf configuration system.
1ec1e22d 35
4e4d5e84 36%description -l pl.UTF-8
83fc3fd4 37Edytor do systemu konfiguracji GConf.
967c5ac3 38
39%prep
40%setup -q
41
42%build
a4e3f0f0 43%{__intltoolize}
44%{__gnome_doc_common}
aa63c311 45%{__libtoolize}
fcb68908 46%{__aclocal}
47%{__autoconf}
ffad9606 48%{__autoheader}
fcb68908 49%{__automake}
9727da29 50%configure \
51 --disable-scrollkeeper
1ec1e22d 52%{__make}
967c5ac3 53
54%install
55rm -rf $RPM_BUILD_ROOT
56
0e1e3d6b 57%{__make} install \
58 DESTDIR=$RPM_BUILD_ROOT
967c5ac3 59
ffad9606 60%find_lang %{name} --with-gnome --with-omf
967c5ac3 61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
ab4724e9 65%post
9727da29 66%scrollkeeper_update_post
692c104e 67%gconf_schema_install gconf-editor.schemas
e6f3621f 68%update_icon_cache hicolor
ab4724e9 69
692c104e 70%preun
71%gconf_schema_uninstall gconf-editor.schemas
72
73%postun
9727da29 74%scrollkeeper_update_postun
e6f3621f 75%update_icon_cache hicolor
ab4724e9 76
967c5ac3 77%files -f %{name}.lang
1ec1e22d 78%defattr(644,root,root,755)
dd51e9de 79%doc AUTHORS ChangeLog NEWS README
ffad9606
MB
80%attr(755,root,root) %{_bindir}/gconf-editor
81%{_desktopdir}/gconf-editor.desktop
773f3bfe 82%{_iconsdir}/hicolor/*/*/*.png
d1b00ee3
MB
83%dir %{_datadir}/gconf-editor
84%{_datadir}/gconf-editor/icons
ffad9606 85%{_mandir}/man1/gconf-editor.1*
3356ea28 86%{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.089958 seconds and 4 git commands to generate.