mirror of
https://abf.rosa.ru/djam/lcc.git
synced 2025-02-23 22:12:47 +00:00
new pkg
This commit is contained in:
commit
4a46c25cd0
3 changed files with 33 additions and 0 deletions
3
.abf.yml
Normal file
3
.abf.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
sources:
|
||||
lcc-1.25.14.tar.gz: 999b6ff980b4aa02c74963244cd2eafff8d602d6
|
||||
lcc-1.26.10.tar.gz: b5e7633be67bcf2f7d600a0a35debfdcb205dd41
|
4
lcc.rpmlintrc
Normal file
4
lcc.rpmlintrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
#lcc filters
|
||||
addFilter("E: dir-or-file-in-opt")
|
||||
addFilter("W: devel-file-in-non-devel-package")
|
||||
addFilter("W: symlink-should-be-relative")
|
26
lcc.spec
Normal file
26
lcc.spec
Normal file
|
@ -0,0 +1,26 @@
|
|||
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
|
Loading…
Add table
Reference in a new issue