From 46a4004462eaa1363492bac53da620d00cf8cd28 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Feb 20 2009 10:21:11 +0000 Subject: - Update to 2.24.0 - Use system libtool - Explicitely exclude static libraries - Added BuildRequires intltools,libtool --- diff --git a/ghex.spec b/ghex.spec index a530773..7f663d2 100644 --- a/ghex.spec +++ b/ghex.spec @@ -1,5 +1,5 @@ Name: ghex -Version: 2.22.0 +Version: 2.24.0 Release: 1 Summary: Binary editor for GNOME @@ -7,7 +7,7 @@ Summary: Binary editor for GNOME Group: Applications/Editors License: GPLv2+ URL: http://ftp.gnome.org/pub/GNOME/sources/ghex/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.22/ghex-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.24/ghex-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -18,6 +18,8 @@ BuildRequires: desktop-file-utils BuildRequires: scrollkeeper BuildRequires: perl-XML-Parser BuildRequires: gnome-doc-utils +BuildRequires: libtool +BuildRequires: intltool Requires(post): GConf2 Requires(post): scrollkeeper Requires(post): /sbin/ldconfig @@ -40,13 +42,14 @@ Requires: gail-devel %description devel This package contains a static library and include files for ghex. - %prep %setup -q %build %configure --disable-schemas-install --disable-static -make %{?_smp_mflags} +#Use system libtool to prevent the libtool in the package +#to set standard rpath to the generated binaries +make %{?_smp_mflags} LIBTOOL=%{_bindir}/libtool %install @@ -98,9 +101,16 @@ scrollkeeper-update -q %{_includedir}/gtkhex %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc +%exclude %{_libdir}/*.a %changelog +* Fri Feb 20 2009 Dodji Seketeli 2.24.0-1 +- Update to 2.24.0 +- Use system libtool +- Explicitely exclude static libraries +- Added BuildRequires intltools,libtool + * Fri Apr 11 2008 Thorsten Leemhuis - 2.22.0-1 - Update to 2.22.0 (no code changes, just a late release for Gnome 2.22 with updated translations)