]> 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 b7a8a821b6e63e4e23e3751bd75e5af2d3f02396..145395f13f0b9ab3c8eb133c4cfd8d15efdeb2c8 100644 (file)
@@ -1,29 +1,43 @@
 Summary:       An editor for the GConf configuration system
 Summary(pl):   Edytor do systemu konfiguracji GConf
 Name:          gconf-editor
-Version:       0.2
-Release:       1
-License:       GPL
+Version:       2.10.0
+Release:       2
+License:       GPL v2
 Group:         X11/Applications
-Source0:       ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
+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
-BuildRequires: GConf2-devel
-
-%define                _prefix         /usr/X11R6
 
 %description
-gconf-edit is an editor for the GConf configuration system.
+An editor for the GConf configuration system.
 
 %description -l pl
-gconf-edit to edytor do systemu konfiguracji GConf.
+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.071822 seconds and 4 git commands to generate.