package created using the webbuild interface [release 7.3.3-1mamba;Fri Feb 22 2019]
This commit is contained in:
parent
a817757e7d
commit
2a775099cf
43
angular-cli.spec
Normal file
43
angular-cli.spec
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
Name: angular-cli
|
||||||
|
Version: 7.3.3
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: CLI tool for Angular
|
||||||
|
Group: Applications/Web
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://cli.angular.io/
|
||||||
|
## GITSOURCE https://github.com/angular/angular-cli.git v7.3.3
|
||||||
|
Source: https://github.com/angular/angular-cli.git/v%{version}/angular-cli-%{version}.tar.bz2
|
||||||
|
License: MIT
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: nodejs
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
|
%description
|
||||||
|
CLI tool for Angular.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
npm install -g --prefix "%{buildroot}%{_prefix}" @angular/cli@%{version}
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/ng
|
||||||
|
%dir %{_prefix}/lib/node_modules/@angular
|
||||||
|
%dir %{_prefix}/lib/node_modules/@angular/cli
|
||||||
|
%{_prefix}/lib/node_modules/@angular/cli/*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Feb 22 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 7.3.3-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user