update to 2.3.7 [release 2.3.7-1mamba;Thu Feb 04 2021]
This commit is contained in:
parent
b2b541acb2
commit
ce18ff6bb3
@ -2,4 +2,3 @@
|
|||||||
|
|
||||||
ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile C code for the API of spice simulators. Based on transformations specified in XML language, ADMS transforms Verilog-AMS code into other target languages.
|
ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile C code for the API of spice simulators. Based on transformations specified in XML language, ADMS transforms Verilog-AMS code into other target languages.
|
||||||
|
|
||||||
|
|
||||||
|
16
adms.spec
16
adms.spec
@ -1,14 +1,15 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: adms
|
Name: adms
|
||||||
Version: 2.3.6
|
Version: 2.3.7
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: a code generator for the Verilog-AMS language
|
Summary: A code generator for the Verilog-AMS language
|
||||||
Group: Applications/Scientific
|
Group: Applications/Scientific
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: https://sourceforge.net/projects/mot-adms/
|
URL: https://sourceforge.net/projects/mot-adms/
|
||||||
Source: https://downloads.sourceforge.net/project/mot-adms/adms-source/%{majver}/adms-%{version}.tar.gz
|
Source: https://github.com/Qucs/ADMS.git/release-%{version}/ADMS-%{version}.tar.bz2
|
||||||
|
#Source: https://downloads.sourceforge.net/project/mot-adms/adms-source/%{majver}/adms-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -19,11 +20,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile C code for the API of spice simulators. Based on transformations specified in XML language, ADMS transforms Verilog-AMS code into other target languages.
|
ADMS is a code generator that converts electrical compact device models specified in high-level description language into ready-to-compile C code for the API of spice simulators. Based on transformations specified in XML language, ADMS transforms Verilog-AMS code into other target languages.
|
||||||
|
|
||||||
|
|
||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n ADMS-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -49,8 +49,12 @@ ADMS is a code generator that converts electrical compact device models specifie
|
|||||||
%{_includedir}/adms/*.vams
|
%{_includedir}/adms/*.vams
|
||||||
%{_mandir}/man1/admsCheck.1*
|
%{_mandir}/man1/admsCheck.1*
|
||||||
%{_mandir}/man1/admsXml.1*
|
%{_mandir}/man1/admsXml.1*
|
||||||
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
||||||
|
- update to 2.3.7
|
||||||
|
|
||||||
* Sun Dec 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.6-2mamba
|
* Sun Dec 10 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.6-2mamba
|
||||||
- remove requirement for unexisting libadms and add build requirements
|
- remove requirement for unexisting libadms and add build requirements
|
||||||
- add -DBUILD_SHARED_LIBS=OFF because not working well yet (see CMakeLists.txt)
|
- add -DBUILD_SHARED_LIBS=OFF because not working well yet (see CMakeLists.txt)
|
||||||
|
Loading…
Reference in New Issue
Block a user