rebuild [release 2.3.7-2mamba;Sun Aug 20 2023]
This commit is contained in:
parent
ce18ff6bb3
commit
334ab686e1
14
adms.spec
14
adms.spec
@ -1,12 +1,12 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: adms
|
Name: adms
|
||||||
Version: 2.3.7
|
Version: 2.3.7
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://sourceforge.net/projects/mot-adms/
|
URL: https://sourceforge.net/projects/mot-adms/
|
||||||
Source: https://github.com/Qucs/ADMS.git/release-%{version}/ADMS-%{version}.tar.bz2
|
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
|
#Source: https://downloads.sourceforge.net/project/mot-adms/adms-source/%{majver}/adms-%{version}.tar.gz
|
||||||
@ -15,7 +15,6 @@ License: GPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
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.
|
||||||
@ -26,16 +25,16 @@ ADMS is a code generator that converts electrical compact device models specifie
|
|||||||
%setup -q -n ADMS-%{version}
|
%setup -q -n ADMS-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake \
|
||||||
-DUSE_MAINTAINER_MODE=ON \
|
-DUSE_MAINTAINER_MODE=ON \
|
||||||
-DCMAKE_BUILD_TYPE=RELEASE \
|
-DCMAKE_BUILD_TYPE=RELEASE \
|
||||||
-DBUILD_SHARED_LIBS=OFF
|
-DBUILD_SHARED_LIBS=OFF
|
||||||
|
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -52,6 +51,9 @@ ADMS is a code generator that converts electrical compact device models specifie
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-2mamba
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.7-1mamba
|
||||||
- update to 2.3.7
|
- update to 2.3.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user