1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Name: ADMS
Version: 2.3.0
Release: 1%{?dist}
Summary: code generator that converts electrical compact device models.. transforms Verilog-AMS code into other target languages
License: GPL
URL: https://github.com/Qucs/ADMS
Source0: ADMS-2.3.0.tar.gz
#BuildRequires:
#Requires:
%description
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%files
%doc
%{_bindir}/*
/usr/include/adms/*
/usr/lib64/*
/usr/share/man/man1/*
%changelog
|