[ghex] Update to 2.90.0

drago01 drago01 at fedoraproject.org
Sat Aug 13 11:15:38 UTC 2011


commit 0293dda28082fe3992a243c9a1117660a292c5a4
Author: Adel Gadllah <adel.gadllah at gmail.com>
Date:   Sat Aug 13 13:14:57 2011 +0200

    Update to 2.90.0

 .gitignore                   |    1 +
 ghex.spec                    |   31 +++++++++++++++++--------------
 ghex2-no-as-needed-patch.txt |   11 -----------
 sources                      |    3 +--
 4 files changed, 19 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 687b7ba..5e64efd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ghex-2.22.0.tar.bz2
 ghex-2.24.0.tar.bz2
+/ghex-2.90.0.tar.xz
diff --git a/ghex.spec b/ghex.spec
index cc53b78..cb5d919 100644
--- a/ghex.spec
+++ b/ghex.spec
@@ -1,19 +1,17 @@
 Name:           ghex
-Version:        2.24.0
-Release:        5%{?dist}
+Version:        2.90.0
+Release:        1%{?dist}
 
 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.24/ghex-%{version}.tar.bz2
-Patch1:         ghex2-no-as-needed-patch.txt
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/ghex/2.90/ghex-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libgnomeui-devel
-BuildRequires:  libgnomeprintui22-devel
-BuildRequires:  gail-devel
+BuildRequires:  gtk3-devel
+BuildRequires:  GConf2-devel
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
 BuildRequires:  scrollkeeper
@@ -37,15 +35,13 @@ non-ascii format for saving.
 Summary:        Static library and include files for ghex
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       gtk2-devel
-Requires:       gail-devel
+Requires:       gtk3-devel
 
 %description    devel
 This package contains a static library and include files for ghex.
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 %configure --disable-schemas-install --disable-static
@@ -66,7 +62,7 @@ desktop-file-install \
   --add-category X-Fedora                                  \
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
-%find_lang %{name}-2.0
+%find_lang %{name}-3.0
 
 
 %clean
@@ -87,26 +83,33 @@ gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schem
 scrollkeeper-update -q
 
 
-%files -f %{name}-2.0.lang
+%files -f %{name}-3.0.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING-DOCS ChangeLog README
 %{_sysconfdir}/gconf/schemas/*
 %{_bindir}/*
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/gnome/help/*
-%{_datadir}/gnome-2.0/ui/*
 %{_datadir}/icons/hicolor/*/apps/*
+%{_datadir}/%{name}/
+%{_datadir}/%{name}/ghex-ui.xml
+%{_datadir}/omf/%{name}/
+%{_datadir}/omf/%{name}/*
 %{_libdir}/*.so.*
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/gtkhex
+%{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 %exclude %{_libdir}/*.a
 
 
 %changelog
+* Sat Aug 13 2011 Adel Gadllah <adel.gadllah at gmail.com> - 2.90.0-1
+- Update to 2.90.0 - now uses GTK3
+- Remove now obsolete patch
+
 * Tue Feb 09 2010 Dodji Seketeli <dodji at redhat.com> - 2.24.0-5
 - Add patch to fix building with --no-as-needed as linker option.
 
diff --git a/sources b/sources
index 91e12b7..bd111c2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-6f1ee7a56f7dd04bfba5ee74a639948a  ghex-2.22.0.tar.bz2
-982b2a4e70e80d2166bcc782e989889c  ghex-2.24.0.tar.bz2
+27fd4c83ea57005998fd7cd1d7c55dd5  ghex-2.90.0.tar.xz


More information about the scm-commits mailing list