mirror of
https://abf.rosa.ru/djam/multiarch-utils.git
synced 2025-02-24 00:42:58 +00:00
31 lines
740 B
RPMSpec
31 lines
740 B
RPMSpec
Summary: Tools to help creation of multiarch binaries and includes
|
|
Name: multiarch-utils
|
|
Version: 1.0.12
|
|
Release: 8
|
|
License: GPLv2+
|
|
Group: Development/Tools
|
|
Url: http://www.rosalinux.com/
|
|
Source0: %{name}-%{version}.tar.xz
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
multiarch-utils is a collection of helper utilities to dispatch
|
|
binaries and include files during RPM package build.
|
|
|
|
%files
|
|
%doc NEWS ChangeLog
|
|
%{_bindir}/multiarch-platform
|
|
%{_bindir}/multiarch-dispatch
|
|
%{_includedir}/multiarch-dispatch.h
|
|
%{_sysconfdir}/rpm/macros.d/multiarch.macros
|
|
%{_prefix}/lib/rpm/mkmultiarch
|
|
%{_prefix}/lib/rpm/check-multiarch-files
|
|
|
|
#----------------------------------------------------------------------------
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%install
|
|
%makeinstall_std
|
|
|