auto-import changelog data from glib2-2.2.1-1.src.rpm
Sun Feb 02 2003 Owen Taylor <otaylor@redhat.com> - Version 2.2.1 Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Thu Jan 09 2003 Owen Taylor <otaylor@redhat.com> - Add static libraries to build (#78685, Bernd Kischnick) - Bump-and-rebuild for new redhat-rpm-config Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com> - Version 2.2.0 - Add make check to the build process Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com> - Version 2.1.5 Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com> - Version 2.1.4
This commit is contained in:
parent
65d018c6ba
commit
be568fe0d7
@ -1 +1 @@
|
|||||||
glib-2.1.3.tar.gz
|
glib-2.2.1.tar.bz2
|
||||||
|
32
glib2.spec
32
glib2.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: A library of handy utility functions.
|
Summary: A library of handy utility functions.
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.1.3
|
Version: 2.2.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: glib-%{version}.tar.gz
|
Source: glib-%{version}.tar.bz2
|
||||||
Source2: glib2.sh
|
Source2: glib2.sh
|
||||||
Source3: glib2.csh
|
Source3: glib2.csh
|
||||||
BuildRoot: /var/tmp/glib-%{PACKAGE_VERSION}-root
|
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
|
GLib is the low-level core library that forms the basis
|
||||||
for projects such as GTK+ and GNOME. It provides data structure
|
for projects such as GTK+ and GNOME. It provides data structure
|
||||||
handling for C, portability wrappers, and interfaces for such runtime
|
handling for C, portability wrappers, and interfaces for such runtime
|
||||||
functionality as an event loop, threads, dynamic loading, and an
|
functionality as an event loop, threads, dynamic loading, and anobject system.
|
||||||
object system.
|
|
||||||
|
|
||||||
This package provides version 2 of GLib.
|
This package provides version 2 of GLib.
|
||||||
|
|
||||||
@ -37,11 +36,13 @@ version 2 of the GLib library.
|
|||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
for i in config.guess config.sub ; do
|
for i in config.guess config.sub ; do
|
||||||
test -f /usr/share/libtool/$i && cp /usr/share/libtool/$i .
|
test -f /usr/share/libtool/$i && cp /usr/share/libtool/$i .
|
||||||
done
|
done
|
||||||
%configure --disable-gtk-doc
|
%configure --disable-gtk-doc --enable-static
|
||||||
make
|
make
|
||||||
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -79,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
%{_libdir}/lib*.a
|
||||||
%{_libdir}/glib-2.0
|
%{_libdir}/glib-2.0
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_datadir}/aclocal/*
|
%{_datadir}/aclocal/*
|
||||||
@ -89,6 +91,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 2 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Version 2.2.1
|
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Jan 9 2003 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Add static libraries to build (#78685, Bernd Kischnick)
|
||||||
|
- Bump-and-rebuild for new redhat-rpm-config
|
||||||
|
|
||||||
|
* Fri Dec 20 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Version 2.2.0
|
||||||
|
- Add make check to the build process
|
||||||
|
|
||||||
|
* Mon Dec 16 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Version 2.1.5
|
||||||
|
|
||||||
|
* Wed Dec 11 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
- Version 2.1.4
|
||||||
|
|
||||||
* Mon Dec 2 2002 Owen Taylor <otaylor@redhat.com>
|
* Mon Dec 2 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
- Version 2.1.3
|
- Version 2.1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user