Make mingw subpackages noarch
This commit is contained in:
parent
67fb7bb617
commit
8493e8a24a
@ -1,7 +1,7 @@
|
|||||||
Name: giflib
|
Name: giflib
|
||||||
Summary: A library and utilities for processing GIFs
|
Summary: A library and utilities for processing GIFs
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 10%{?dist}
|
Release: 11%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.sourceforge.net/projects/%{name}/
|
URL: http://www.sourceforge.net/projects/%{name}/
|
||||||
@ -50,6 +50,7 @@ format image files.
|
|||||||
%package -n mingw32-%{name}
|
%package -n mingw32-%{name}
|
||||||
Summary: MinGW Windows %{name} library
|
Summary: MinGW Windows %{name} library
|
||||||
Obsoletes: mingw32-%{name}-static
|
Obsoletes: mingw32-%{name}-static
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n mingw32-%{name}
|
%description -n mingw32-%{name}
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -58,6 +59,7 @@ Obsoletes: mingw32-%{name}-static
|
|||||||
%package -n mingw32-%{name}-tools
|
%package -n mingw32-%{name}-tools
|
||||||
Summary: Tools for the MinGW Windows %{name} library
|
Summary: Tools for the MinGW Windows %{name} library
|
||||||
Requires: mingw32-%{name} = %{version}-%{release}
|
Requires: mingw32-%{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n mingw32-%{name}-tools
|
%description -n mingw32-%{name}-tools
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -66,6 +68,7 @@ Requires: mingw32-%{name} = %{version}-%{release}
|
|||||||
%package -n mingw64-%{name}
|
%package -n mingw64-%{name}
|
||||||
Summary: MinGW Windows %{name} library
|
Summary: MinGW Windows %{name} library
|
||||||
Obsoletes: mingw64-%{name}-static
|
Obsoletes: mingw64-%{name}-static
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n mingw64-%{name}
|
%description -n mingw64-%{name}
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -74,6 +77,7 @@ Obsoletes: mingw64-%{name}-static
|
|||||||
%package -n mingw64-%{name}-tools
|
%package -n mingw64-%{name}-tools
|
||||||
Summary: Tools for the MinGW Windows %{name} library
|
Summary: Tools for the MinGW Windows %{name} library
|
||||||
Requires: mingw64-%{name} = %{version}-%{release}
|
Requires: mingw64-%{name} = %{version}-%{release}
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
%description -n mingw64-%{name}-tools
|
%description -n mingw64-%{name}-tools
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -141,6 +145,9 @@ rm -rf %{buildroot}%{mingw64_mandir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 5.2.1-11
|
||||||
|
- Make mingw subpackages noarch
|
||||||
|
|
||||||
* Sat Feb 19 2022 Sandro Mani <manisandro@gmail.com> - 5.2.1-10
|
* Sat Feb 19 2022 Sandro Mani <manisandro@gmail.com> - 5.2.1-10
|
||||||
- Add mingw subpackage
|
- Add mingw subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user