Use %%{?_isa} in Requires:
* Fri Feb 4 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-4 - Use %%{?_isa} in Requires:
This commit is contained in:
parent
9ee0ddb011
commit
a347ded295
11
libuser.spec
11
libuser.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libuser
|
Name: libuser
|
||||||
Version: 0.57.1
|
Version: 0.57.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://fedorahosted.org/libuser/
|
URL: https://fedorahosted.org/libuser/
|
||||||
@ -28,8 +28,8 @@ suite are included.
|
|||||||
%package devel
|
%package devel
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Files needed for developing applications which use libuser
|
Summary: Files needed for developing applications which use libuser
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: glib2-devel
|
Requires: glib2-devel%{?_isa}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The libuser-devel package contains header files, static libraries, and other
|
The libuser-devel package contains header files, static libraries, and other
|
||||||
@ -38,7 +38,7 @@ files useful for developing applications with libuser.
|
|||||||
%package python
|
%package python
|
||||||
Summary: Python bindings for the libuser library
|
Summary: Python bindings for the libuser library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libuser = %{version}-%{release}
|
Requires: libuser%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
The libuser-python package contains the Python bindings for
|
The libuser-python package contains the Python bindings for
|
||||||
@ -107,6 +107,9 @@ python -c "import libuser"
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 4 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-4
|
||||||
|
- Use %%{?_isa} in Requires:
|
||||||
|
|
||||||
* Fri Jan 21 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-3
|
* Fri Jan 21 2011 Miloslav Trmač <mitr@redhat.com> - 0.57.1-3
|
||||||
- Disable (make check) to allow parallel 32-bit and 64-bit builds
|
- Disable (make check) to allow parallel 32-bit and 64-bit builds
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user