From be568fe0d706f165f751f8348f8e16fe0723089e Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 05:17:14 +0000 Subject: auto-import changelog data from glib2-2.2.1-1.src.rpm Sun Feb 02 2003 Owen Taylor - Version 2.2.1 Wed Jan 22 2003 Tim Powers - rebuilt Thu Jan 09 2003 Owen Taylor - Add static libraries to build (#78685, Bernd Kischnick) - Bump-and-rebuild for new redhat-rpm-config Fri Dec 20 2002 Owen Taylor - Version 2.2.0 - Add make check to the build process Mon Dec 16 2002 Owen Taylor - Version 2.1.5 Wed Dec 11 2002 Owen Taylor - Version 2.1.4 --- diff --git a/.cvsignore b/.cvsignore index 7a45f27..70c43f6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glib-2.1.3.tar.gz +glib-2.2.1.tar.bz2 diff --git a/glib2.spec b/glib2.spec index 90e9393..1e584d2 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,10 +1,10 @@ Summary: A library of handy utility functions. Name: glib2 -Version: 2.1.3 +Version: 2.2.1 Release: 1 License: LGPL Group: System Environment/Libraries -Source: glib-%{version}.tar.gz +Source: glib-%{version}.tar.bz2 Source2: glib2.sh Source3: glib2.csh BuildRoot: /var/tmp/glib-%{PACKAGE_VERSION}-root @@ -16,8 +16,7 @@ URL: http://www.gtk.org GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime -functionality as an event loop, threads, dynamic loading, and an -object system. +functionality as an event loop, threads, dynamic loading, and anobject system. This package provides version 2 of GLib. @@ -37,11 +36,13 @@ version 2 of the GLib library. %setup -q -n glib-%{version} %build + for i in config.guess config.sub ; do test -f /usr/share/libtool/$i && cp /usr/share/libtool/$i . done -%configure --disable-gtk-doc +%configure --disable-gtk-doc --enable-static make +make check %install rm -rf $RPM_BUILD_ROOT @@ -79,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-, root, root) %{_libdir}/lib*.so +%{_libdir}/lib*.a %{_libdir}/glib-2.0 %{_includedir}/* %{_datadir}/aclocal/* @@ -89,6 +91,26 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Sun Feb 2 2003 Owen Taylor +- Version 2.2.1 + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Jan 9 2003 Owen Taylor +- Add static libraries to build (#78685, Bernd Kischnick) +- Bump-and-rebuild for new redhat-rpm-config + +* Fri Dec 20 2002 Owen Taylor +- Version 2.2.0 +- Add make check to the build process + +* Mon Dec 16 2002 Owen Taylor +- Version 2.1.5 + +* Wed Dec 11 2002 Owen Taylor +- Version 2.1.4 + * Mon Dec 2 2002 Owen Taylor - Version 2.1.3 diff --git a/sources b/sources index e6f3a95..9d75a1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de8bb999a255118cc1ffe0bee77dc74c glib-2.1.3.tar.gz +42406a17819080326e105f8333963b97 glib-2.2.1.tar.bz2