diff --git a/.cvsignore b/.cvsignore index 2371737..046e852 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ghex-2.20.1.tar.bz2 +ghex-2.21.4.tar.bz2 diff --git a/ghex.spec b/ghex.spec index c40ffc8..5bea789 100644 --- a/ghex.spec +++ b/ghex.spec @@ -1,5 +1,5 @@ Name: ghex -Version: 2.20.1 +Version: 2.21.4 Release: 1.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.20/ghex-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/ghex/2.21/ghex-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel @@ -45,15 +45,13 @@ This package contains a static library and include files for ghex. %setup -q %build -%configure --disable-schemas-install +%configure --disable-schemas-install --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT - -rm -rf $RPM_BUILD_ROOT/var/scrollkeeper find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' desktop-file-install \ @@ -98,12 +96,16 @@ scrollkeeper-update -q %files devel %defattr(-,root,root,-) %{_includedir}/gtkhex -%{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog +* Sat Dec 29 2007 Thorsten Leemhuis - 2.21.4-1 +- Update to 2.21.4 +- Pass --disable-static to configure +- remove obsolete rm -rf RPM_BUILD_ROOT/var/scrollkeeper from install section + * Fri Dec 14 2007 Thorsten Leemhuis - 2.20.1-1 - Update to 2.20.1 diff --git a/sources b/sources index 8f0258c..04e80d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c14943b79caed9b3c5362075d3f278cc ghex-2.20.1.tar.bz2 +37e0d5659b0c3edf65dd295529e3eea4 ghex-2.21.4.tar.bz2