Import from AlmaLinux stable repository
This commit is contained in:
parent
030146db3c
commit
a62647037c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libzdnn-0.4.0.tar.gz
|
||||
SOURCES/libzdnn-1.0.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
178c26a9c4df7520d654c13c69fe49ebd2632aad SOURCES/libzdnn-0.4.0.tar.gz
|
@ -1,19 +1,19 @@
|
||||
Name: libzdnn
|
||||
Version: 0.4.0
|
||||
Release: 4%{?dist}
|
||||
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
|
||||
Name: libzdnn
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Driver library for the IBM Z Neural Network Processing Assist Facility
|
||||
|
||||
License: ASL 2.0
|
||||
Url: https://github.com/IBM/zDNN
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
License: ASL 2.0
|
||||
Url: https://github.com/IBM/zDNN
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
ExclusiveArch: s390x
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cpp
|
||||
BuildRequires: make
|
||||
BuildRequires: gawk
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
ExclusiveArch: s390x
|
||||
BuildRequires: gcc
|
||||
BuildRequires: cpp
|
||||
BuildRequires: make
|
||||
BuildRequires: gawk
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
|
||||
# Be explicit about the soversion in order to avoid unintentional changes.
|
||||
%global soversion 0
|
||||
@ -25,18 +25,18 @@ intend to use that facility on IBM Z are supposed to do this via this
|
||||
library.
|
||||
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
|
||||
%package static
|
||||
Summary: Static library version %{name}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
%package static
|
||||
Summary: Static library version %{name}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description static
|
||||
The %{name}-static package contains the static library of %{name}.
|
||||
@ -76,15 +76,14 @@ ln -s -r $RPM_BUILD_ROOT%{_libdir}/libzdnn.so.%{version} $RPM_BUILD_ROOT%{_libdi
|
||||
%{_libdir}/libzdnn.a
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-4
|
||||
* Thu May 11 2023 Jakub Čajka <jcajka@redhat.com> - 1.0.1-1
|
||||
- Update to 1.0.1
|
||||
- Resolves: RHBZ#2160081
|
||||
|
||||
* Tue Jan 24 2023 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
|
||||
- Release bump
|
||||
- Resolves: BZ#2084475
|
||||
- Resolves: RHBZ#2093292
|
||||
|
||||
* Wed Mar 23 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-3
|
||||
- Sync with upstream
|
||||
|
||||
* Wed Mar 09 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-2
|
||||
- Added gating
|
||||
|
||||
* Wed Mar 09 2022 Jakub Čajka <jcajka@redhat.com> - 0.4.0-1
|
||||
- Initial package version import
|
||||
* Fri Mar 25 2022 Jakub <jcajka@redhat.com> - 0.4.0-1
|
||||
- Initial package import
|
||||
- Resolves: RHBZ#2070957
|
||||
|
Loading…
Reference in New Issue
Block a user