Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov 256477574c
Use %{valgrind_arches}
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-05-05 20:16:28 +03:00
Fedora Release Engineering 4a4e4f57b2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 05:42:00 +00:00
Tom Stellard 0b5310bbd9 Use make macros
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-13 22:36:46 +00:00
1 changed files with 15 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: The ASN.1 library used in GNUTLS
Name: libtasn1
Version: 4.16.0
Release: 1%{?dist}
Release: 3.0.riscv64%{?dist}
# The libtasn1 library is LGPLv2+, utilities are GPLv3+
License: GPLv3+ and LGPLv2+
@ -15,7 +15,9 @@ BuildRequires: gnupg2
BuildRequires: gcc
BuildRequires: bison, pkgconfig, help2man
BuildRequires: autoconf, automake, libtool
%ifarch %{valgrind_arches}
BuildRequires: valgrind-devel
%endif
# Wildcard bundling exception https://fedorahosted.org/fpc/ticket/174
Provides: bundled(gnulib) = 20130324
@ -61,11 +63,11 @@ autoreconf -v -f --install
# libtasn1 likes to regenerate docs
touch doc/stamp_docs
make %{?_smp_mflags}
%make_build
%install
make DESTDIR="$RPM_BUILD_ROOT" install
%make_install
rm -f $RPM_BUILD_ROOT{%_libdir/*.la,%_infodir/dir}
@ -92,6 +94,16 @@ make check
%changelog
* Wed May 05 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 4.16.0-3.0.riscv64
- Use %%{valgrind_arches}
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.16.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 4.16.0-2
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Sun Feb 02 2020 Nikos Mavrogiannopoulos <nmav@redhat.com> - 4.16.0-1
- Update to 4.14 (#1621973)