]> git.pld-linux.org Git - packages/gconf-editor.git/blobdiff - gconf-editor.spec
- updated to 2.26.0
[packages/gconf-editor.git] / gconf-editor.spec
index 62ebe9871e671168d67082d84f5b6cd921fc5a92..e8430d268ebaca40f32f2060d9d643862a34b53c 100644 (file)
@@ -1,38 +1,54 @@
 Summary:       An editor for the GConf configuration system
-Summary(pl):   Edytor do systemu konfiguracji GConf
+Summary(pl.UTF-8):     Edytor do systemu konfiguracji GConf
 Name:          gconf-editor
-Version:       2.6.2
+Version:       2.26.0
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
-# Source0-md5: 4b739532de350969c71f96c3b97f1093
-Patch0:                %{name}-locale-names.patch
-BuildRequires: GConf2-devel >= 2.6.2
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.26/%{name}-%{version}.tar.bz2
+# Source0-md5: 2dc76415b22d805cfacfcd5fb98f185c
+BuildRequires: GConf2-devel >= 2.24.0
+BuildRequires: PolicyKit-devel >= 0.7
 BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: gtk+2-devel >= 2:2.4.3
+BuildRequires: automake >= 1:1.9
+BuildRequires: dbus-glib-devel >= 0.74
+BuildRequires: gettext-devel
+BuildRequires: gnome-common >= 2.20.0
+BuildRequires: gnome-doc-utils >= 0.14.0
+BuildRequires: gtk+2-devel >= 2:2.16.0
+BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.311
+BuildRequires: scrollkeeper
+Requires(post,postun): gtk+2
+Requires(post,postun): hicolor-icon-theme
+Requires(post,postun): scrollkeeper
+Requires(post,preun):  GConf2
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 An editor for the GConf configuration system.
 
-%description -l pl
+%description -l pl.UTF-8
 Edytor do systemu konfiguracji GConf.
 
 %prep
 %setup -q
-%patch0 -p1
-
-mv po/{no,nb}.po
 
 %build
+%{__intltoolize}
+%{__gnome_doc_common}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
+%{__autoheader}
 %{__automake}
-%configure
+%configure \
+       --disable-scrollkeeper
 %{__make}
 
 %install
@@ -41,14 +57,30 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome --with-omf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+%scrollkeeper_update_post
+%gconf_schema_install gconf-editor.schemas
+%update_icon_cache hicolor
+
+%preun
+%gconf_schema_uninstall gconf-editor.schemas
+
+%postun
+%scrollkeeper_update_postun
+%update_icon_cache hicolor
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/*
-%{_desktopdir}/*
-%{_pixmapsdir}/*
-%{_mandir}/man1/*
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/gconf-editor
+%{_desktopdir}/gconf-editor.desktop
+%{_iconsdir}/hicolor/*/*/*.png
+%dir %{_datadir}/gconf-editor
+%{_datadir}/gconf-editor/icons
+%{_mandir}/man1/gconf-editor.1*
+%{_sysconfdir}/gconf/schemas/gconf-editor.schemas
This page took 0.089956 seconds and 4 git commands to generate.