]> git.pld-linux.org Git - packages/gconf-editor.git/blobdiff - gconf-editor.spec
- regenerate also lt/al/am
[packages/gconf-editor.git] / gconf-editor.spec
index 080dc939ee8b7c73f552c962b2e2e36e5a84e92a..e2cb7d15c8852f16995ad670da353aaf3e1b5da4 100644 (file)
@@ -1,15 +1,18 @@
 Summary:       An editor for the GConf configuration system
 Summary(pl):   Edytor do systemu konfiguracji GConf
 Name:          gconf-editor
-Version:       2.3.6
+Version:       2.5.91
 Release:       1
 License:       GPL
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.3/%{name}-%{version}.tar.bz2
-# Source0-md5: d9fea800fa0c0f17e39c95c4cb067dd2
-BuildRequires: GConf2-devel >= 2.3.3
-BuildRequires: gtk+2-devel >= 2.2.1
-BuildRequires: xft-devel >= 2.0-6
+Source0:       http://ftp.gnome.org/pub/gnome/sources/%{name}/2.5/%{name}-%{version}.tar.bz2
+# Source0-md5: 05b7c93774739fedb1ea21dc1419fcd7
+Patch0:                %{name}-locale-names.patch
+BuildRequires: GConf2-devel >= 2.5.90
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: gtk+2-devel >= 2.3.5
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -20,10 +23,16 @@ Edytor do systemu konfiguracji GConf.
 
 %prep
 %setup -q
+%patch0 -p1
+
+mv po/{no,nb}.po
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
-
 %{__make}
 
 %install
@@ -42,3 +51,4 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_desktopdir}/*
 %{_pixmapsdir}/*
+%{_mandir}/man1/*
This page took 0.093157 seconds and 4 git commands to generate.