Another attempt to fix atomic ops on s390
This commit is contained in:
parent
e565010d5c
commit
6c625cfc63
@ -1,12 +1,13 @@
|
||||
Summary: A library of handy utility functions.
|
||||
Name: glib2
|
||||
Version: 2.7.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: LGPL
|
||||
Group: System Environment/Libraries
|
||||
Source: glib-%{version}.tar.bz2
|
||||
Source2: glib2.sh
|
||||
Source3: glib2.csh
|
||||
Patch0: glib-2.7.6-atomic.patch
|
||||
Conflicts: libgnomeui <= 2.2.0
|
||||
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
|
||||
BuildRequires: pkgconfig >= 0.8
|
||||
@ -36,6 +37,7 @@ version 2 of the GLib library.
|
||||
|
||||
%prep
|
||||
%setup -q -n glib-%{version}
|
||||
%patch0 -p1 -b .atomic
|
||||
|
||||
%build
|
||||
|
||||
@ -95,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-2
|
||||
- Another attempt to fix atomic ops on s390
|
||||
|
||||
* Tue Aug 3 2005 Matthias Clasen <mclasen@redhat.com> - 2.7.6-1
|
||||
- Update to 2.7.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user