This commit is contained in:
Matthias Clasen 2011-01-22 10:20:04 -05:00
parent fe7c7038f1
commit f157144ee5
3 changed files with 16 additions and 7 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ glib-2.25.13.tar.bz2
/glib-2.27.4.tar.bz2 /glib-2.27.4.tar.bz2
/glib-2.27.90.tar.bz2 /glib-2.27.90.tar.bz2
/glib-2.27.91.tar.gz /glib-2.27.91.tar.gz
/glib-2.27.92.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: A library of handy utility functions Summary: A library of handy utility functions
Name: glib2 Name: glib2
Version: 2.27.91 Version: 2.27.92
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
@ -12,7 +12,7 @@ Source: http://download.gnome.org/sources/glib/2.27/glib-%{version}.tar.gz
Source1: update-gio-modules Source1: update-gio-modules
Source2: glib2.sh Source2: glib2.sh
Source3: glib2.csh Source3: glib2.csh
BuildRequires: pkgconfig >= 1:0.14 BuildRequires: pkgconfig
BuildRequires: gamin-devel BuildRequires: gamin-devel
BuildRequires: gettext BuildRequires: gettext
BuildRequires: libattr-devel BuildRequires: libattr-devel
@ -35,15 +35,16 @@ such as GTK+ and GNOME. It provides data structure handling for C,
portability wrappers, and interfaces for such runtime functionality portability wrappers, and interfaces for such runtime functionality
as an event loop, threads, dynamic loading, and an object system. as an event loop, threads, dynamic loading, and an object system.
%package devel %package devel
Summary: A library of handy utility functions Summary: A library of handy utility functions
Group: Development/Libraries Group: Development/Libraries
Requires: pkgconfig >= 1:0.14
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description devel %description devel
The glib2-devel package includes the header files for the GLib library. The glib2-devel package includes the header files for the GLib library.
# anaconda needs static libs, see RH bug #193143 # anaconda needs static libs, see RH bug #193143
%package static %package static
Summary: A library of handy utility functions Summary: A library of handy utility functions
@ -53,9 +54,11 @@ Requires: %{name}-devel = %{version}-%{release}
%description static %description static
The glib2-static package includes static libraries of the GLib library. The glib2-static package includes static libraries of the GLib library.
%prep %prep
%setup -q -n glib-%{version} %setup -q -n glib-%{version}
%build %build
# Support builds of both git snapshots and tarballs packed with autogoo # Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@ -130,6 +133,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%doc %{_mandir}/man1/gsettings.1.gz %doc %{_mandir}/man1/gsettings.1.gz
%doc %{_mandir}/man1/gdbus.1.gz %doc %{_mandir}/man1/gdbus.1.gz
%files devel %files devel
%defattr(-, root, root, -) %defattr(-, root, root, -)
%{_libdir}/lib*.so %{_libdir}/lib*.so
@ -164,7 +168,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%defattr(-, root, root, -) %defattr(-, root, root, -)
%{_libdir}/lib*.a %{_libdir}/lib*.a
%changelog %changelog
* Sat Jan 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
- Update to 2.27.92
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1 * Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
- Update to 2.27.91 - Update to 2.27.91

View File

@ -1 +1 @@
4869ef7d604fcafef77db2b28ddfca8b glib-2.27.91.tar.gz 641400fc7b1dd9becdbcb0d7f9f15842 glib-2.27.92.tar.bz2