Make package not noarch (bug #1888969)
This commit is contained in:
parent
147cdb2562
commit
ac86ffa9b5
@ -1,12 +1,10 @@
|
|||||||
# The (empty) main package is arch, to have the package built and tests run
|
|
||||||
# on all arches, but the actual result package is the noarch -devel subpackge.
|
|
||||||
# Debuginfo packages are disabled to prevent rpmbuild from generating an empty
|
# Debuginfo packages are disabled to prevent rpmbuild from generating an empty
|
||||||
# debuginfo package for the empty main package.
|
# debuginfo package for the empty main package.
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: cereal
|
Name: cereal
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A header-only C++11 serialization library
|
Summary: A header-only C++11 serialization library
|
||||||
License: BSD
|
License: BSD
|
||||||
Url: http://uscilab.github.io/cereal/
|
Url: http://uscilab.github.io/cereal/
|
||||||
@ -25,7 +23,7 @@ easily bundled with other code or used standalone.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development headers and libraries for %{name}
|
Summary: Development headers and libraries for %{name}
|
||||||
BuildArch: noarch
|
Provides: %{name}-static = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
cereal is a header-only C++11 serialization library. cereal takes arbitrary
|
cereal is a header-only C++11 serialization library. cereal takes arbitrary
|
||||||
@ -57,6 +55,9 @@ This package contains development headers and libraries for the cereal library
|
|||||||
%{_datadir}/cmake/%{name}
|
%{_datadir}/cmake/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 17 2020 Christoph Junghans <junghans@votca.org> - 1.3.0-6
|
||||||
|
- Make package not noarch (bug #1888969)
|
||||||
|
|
||||||
* Mon Aug 03 2020 Christoph Junghans <junghans@votca.org> - 1.3.0-5
|
* Mon Aug 03 2020 Christoph Junghans <junghans@votca.org> - 1.3.0-5
|
||||||
- Fix out-of-source build on F33 (bug #1863317)
|
- Fix out-of-source build on F33 (bug #1863317)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user