2.7.6
This commit is contained in:
parent
dd836ccda4
commit
e565010d5c
@ -12,3 +12,4 @@ glib-2.7.2.tar.bz2
|
|||||||
glib-2.7.3.tar.bz2
|
glib-2.7.3.tar.bz2
|
||||||
glib-2.7.4.tar.bz2
|
glib-2.7.4.tar.bz2
|
||||||
glib-2.7.5.tar.bz2
|
glib-2.7.5.tar.bz2
|
||||||
|
glib-2.7.6.tar.bz2
|
||||||
|
15
glib2.spec
15
glib2.spec
@ -1,15 +1,12 @@
|
|||||||
ExclusiveArch: s390 s390x
|
|
||||||
Summary: A library of handy utility functions.
|
Summary: A library of handy utility functions.
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.7.5
|
Version: 2.7.6
|
||||||
Release: 5
|
Release: 1
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: glib-%{version}.tar.bz2
|
Source: glib-%{version}.tar.bz2
|
||||||
Source2: glib2.sh
|
Source2: glib2.sh
|
||||||
Source3: glib2.csh
|
Source3: glib2.csh
|
||||||
Patch0: glib-2.7.5-convert.patch
|
|
||||||
Patch1: glib-2.7.5-atomic.patch
|
|
||||||
Conflicts: libgnomeui <= 2.2.0
|
Conflicts: libgnomeui <= 2.2.0
|
||||||
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
|
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
|
||||||
BuildRequires: pkgconfig >= 0.8
|
BuildRequires: pkgconfig >= 0.8
|
||||||
@ -39,8 +36,6 @@ version 2 of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch0 -p1 -b .convert
|
|
||||||
%patch1 -p1 -b .atomic
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -49,8 +44,7 @@ for i in config.guess config.sub ; do
|
|||||||
done
|
done
|
||||||
%configure --disable-gtk-doc --enable-static
|
%configure --disable-gtk-doc --enable-static
|
||||||
make
|
make
|
||||||
make check
|
%ifnarch ppc64
|
||||||
%ifnarch s390 s390x ppc64
|
|
||||||
make check
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -101,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 3 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-1
|
||||||
|
- Update to 2.7.6
|
||||||
|
|
||||||
* Tue Aug 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.5-1
|
* Tue Aug 2 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.5-1
|
||||||
- Update to 2.7.5
|
- Update to 2.7.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user