rpms/ghex/devel ghex.spec,1.26,1.27

Dodji Seketeli dodji at fedoraproject.org
Fri Feb 20 10:21:41 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/ghex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv935

Modified Files:
	ghex.spec 
Log Message:
* Fri Feb 20 2009 Dodji Seketeli <dodji at redhat.org> 2.24.0-1
- Update to 2.24.0
- Use system libtool
- Explicitely exclude static libraries
- Added BuildRequires intltools,libtool




Index: ghex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghex/devel/ghex.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ghex.spec	11 Apr 2008 05:15:04 -0000	1.26
+++ ghex.spec	20 Feb 2009 10:21:11 -0000	1.27
@@ -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 @@
 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:  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 @@
 %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 @@
 %{_includedir}/gtkhex
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
+%exclude %{_libdir}/*.a
 
 
 %changelog
+* Fri Feb 20 2009 Dodji Seketeli <dodji at redhat.org> 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 <fedora [AT] leemhuis [DOT] info> - 2.22.0-1
 - Update to 2.22.0 (no code changes, just a late release for Gnome 2.22 with
   updated translations)




More information about the fedora-extras-commits mailing list