]> git.pld-linux.org Git - packages/gconf-editor.git/blobdiff - gconf-editor.spec
- rebuild with howl 0.9.10, release 2
[packages/gconf-editor.git] / gconf-editor.spec
index 7c1f77744f6e93afdf5e6f5886e42f78637fba1e..145395f13f0b9ab3c8eb133c4cfd8d15efdeb2c8 100644 (file)
@@ -1,16 +1,25 @@
 Summary:       An editor for the GConf configuration system
 Summary(pl):   Edytor do systemu konfiguracji GConf
 Name:          gconf-editor
-Version:       0.4.0
-Release:       1
-License:       GPL
+Version:       2.10.0
+Release:       2
+License:       GPL v2
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/0.4/%{name}-%{version}.tar.bz2
-# Source0-md5: c8e90527fcc899cb3159de1d42ef1dd0
+Source0:       http://ftp.gnome.org/pub/gnome/sources/gconf-editor/2.10/%{name}-%{version}.tar.bz2
+# Source0-md5: 651a18f7eb5af91761521aa4f04ccc07
+Patch0:                %{name}-desktop.patch
+BuildRequires: GConf2-devel >= 2.10.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gnome-common >= 2.4.0
+BuildRequires: gtk+2-devel >= 2:2.6.4
+BuildRequires: libgnomeui-devel >= 2.10.0-2
+BuildRequires: libtool
+BuildRequires: pkgconfig
+BuildRequires: scrollkeeper
+Requires(post):        GConf2
+Requires(post):        scrollkeeper
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildRequires: gtk+2-devel >= 2.1.3-3
-BuildRequires: GConf2-devel >= 1.2.1-10
-BuildRequires: Xft-devel >= 2.0-6
 
 %description
 An editor for the GConf configuration system.
@@ -20,10 +29,15 @@ Edytor do systemu konfiguracji GConf.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+gnome-doc-common
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-
 %{__make}
 
 %install
@@ -32,13 +46,26 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%find_lang %{name}
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
+%find_lang %{name} --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+/usr/bin/scrollkeeper-update
+%gconf_schema_install
+
+%postun -p /usr/bin/scrollkeeper-update
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/applications/*
+%{_sysconfdir}/gconf/schemas/*.schemas
+%{_desktopdir}/*
 %{_pixmapsdir}/*
+%{_mandir}/man1/*
+%{_omf_dest_dir}/%{name}
+%{_iconsdir}/*/*/apps/*.png
This page took 0.062978 seconds and 4 git commands to generate.