mirror of
https://abf.rosa.ru/djam/lcc.git
synced 2025-02-23 22:12:47 +00:00
26 lines
537 B
RPMSpec
26 lines
537 B
RPMSpec
Summary: lcc from mcst repository binaries
|
|
Name: lcc
|
|
Version: 1.25.14
|
|
Release: 1
|
|
License: GPLv2+
|
|
Group: System/Base
|
|
Source0: lcc-%{version}.tar.gz
|
|
Source100: lcc.rpmlintrc
|
|
Provides: gcc
|
|
Provides: gcc(e2k-64)
|
|
Provides: gcc-c++
|
|
Requires: lcc-kit
|
|
Exclusivearch: %{e2k}
|
|
|
|
%description
|
|
lcc from mcst repository binaries
|
|
|
|
%prep
|
|
%setup -qn %{name}-%{version}
|
|
%build
|
|
|
|
%install
|
|
cp -fax ./* %{buildroot}
|
|
find %{buildroot}/ ! -type d |sed "s:%{buildroot}::" > files.list
|
|
|
|
%files -f files.list
|