diff --git a/gdl-2.23.90.tar.bz2 b/gdl-2.23.90.tar.bz2 deleted file mode 100644 index 412596b..0000000 --- a/gdl-2.23.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb284f255d4a432bfc062431199de7ba2f1833faeaf93e4ab6b0e25718528a5 -size 539277 diff --git a/gdl-2.24.0.tar.bz2 b/gdl-2.24.0.tar.bz2 new file mode 100644 index 0000000..6d55ace --- /dev/null +++ b/gdl-2.24.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c175ac5faa1c3e27464f71f80c632bb3a960aa03ccd748736aead20adc31a112 +size 551420 diff --git a/gdl.changes b/gdl.changes index 4aa8c95..856d33b 100644 --- a/gdl.changes +++ b/gdl.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Oct 23 15:19:05 CDT 2008 - maw@suse.de + +- Update to version 2.24.0: + + Fixed a dataroot problem + + Misc. code cleanups + + Updated translations +- Split out a shared library subpackage. + ------------------------------------------------------------------- Tue Aug 26 21:35:04 CEST 2008 - mboman@novell.com diff --git a/gdl.spec b/gdl.spec index 91871e1..61905d4 100644 --- a/gdl.spec +++ b/gdl.spec @@ -1,5 +1,5 @@ # -# spec file for package gdl (Version 2.23.90) +# spec file for package gdl (Version 2.24.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,17 +19,26 @@ Name: gdl -BuildRequires: fdupes gconf2-devel gtk-doc libglade2-devel libgnomeui-devel licenses perl-libxml-perl pkg-config +BuildRequires: fdupes +BuildRequires: gconf2-devel +BuildRequires: gtk-doc +BuildRequires: intltool +BuildRequires: libglade2-devel +BuildRequires: libgnomeui-devel +BuildRequires: licenses +BuildRequires: perl-libxml-perl +BuildRequires: pkg-config License: GPL v2 only Group: System/Libraries AutoReqProv: on -Version: 2.23.90 +Version: 2.24.0 Release: 1 Summary: Gnome Devtool Libraries contains components and libraries -Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/%name-%version.tar.bz2 +Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2 Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-lang = %{version} +Requires: libgdl-1-0 = %{version} %description Gnome Devtool Libraries contains components and libraries that are @@ -38,6 +47,25 @@ gnome-debug, gnome-build, and anjuta2. +Authors: +-------- + Dave Camp + Neil Hodgson (Scintilla Widget) + Gustavo Giráldez (GdlDock) + +%package -n libgdl-1-0 +License: GPL v2 only +Summary: Gnome Devtool Libraries contains components and libraries +Group: System/Libraries +Requires: %{name} >= %{version} + +%description -n libgdl-1-0 +Gnome Devtool Libraries contains components and libraries that are +intended to be shared between GNOME development tools, including +gnome-debug, gnome-build, and anjuta2. + + + Authors: -------- Dave Camp @@ -97,11 +125,9 @@ rm $RPM_BUILD_ROOT/%{_libdir}/*.la %find_lang %{name}-1 %fdupes -s $RPM_BUILD_ROOT -%post -/sbin/ldconfig +%post -n libgdl-1-0 -p /sbin/ldconfig -%postun -/sbin/ldconfig +%postun -n libgdl-1-0 -p /sbin/ldconfig %clean rm -rf $RPM_BUILD_ROOT @@ -109,12 +135,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/*.so.* %dir /usr/share/gdl ### %{_datadir}/locale/* %dir %{_datadir}/gdl/glade %{_datadir}/gdl/glade/* +%files -n libgdl-1-0 +%defattr(-, root, root) +%{_libdir}/*.so.* + %files devel %defattr(-, root, root) %dir %{_includedir}/libgdl-1.0 @@ -130,6 +159,12 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}-1.lang %changelog +* Thu Oct 23 2008 maw@suse.de +- Update to version 2.24.0: + + Fixed a dataroot problem + + Misc. code cleanups + + Updated translations +- Split out a shared library subpackage. * Tue Aug 26 2008 mboman@novell.com - Updated to version 2.23.90: + Version increased to match gnome releases. @@ -159,12 +194,12 @@ rm -rf $RPM_BUILD_ROOT + Fixes bug bgo#509950 - L10N: typos in some messages (fow -> for) + Silenced some compiler warnings. + Translation updates. -* Thu Oct 04 2007 maw@suse.de +* Wed Oct 03 2007 maw@suse.de - Package cleanups: + Remove unnecessary explicit requirements + Split off a -devel subpackage + Fix build on biarch platforms + Trim and alphabetize build requirements + Add a -lang subpackage. -* Wed Sep 26 2007 mauro@suse.de +* Tue Sep 25 2007 mauro@suse.de - Version 0.7.7 added to openSUSE