From 486b0d1a3e3fa73454f733acdc1f633df1dfc20ee22fc302bcec0187d405691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 8 Aug 2018 22:51:32 +0000 Subject: [PATCH] Accepting request 628109 from home:jengelh:branches:electronics - Expand shared library subpacakge description. OBS-URL: https://build.opensuse.org/request/show/628109 OBS-URL: https://build.opensuse.org/package/show/electronics/adms?expand=0&rev=10 --- adms.changes | 5 +++++ adms.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/adms.changes b/adms.changes index aa183a1..4713acd 100644 --- a/adms.changes +++ b/adms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 8 13:18:45 UTC 2018 - jengelh@inai.de + +- Expand shared library subpacakge description. + ------------------------------------------------------------------- Sat Jun 23 21:35:10 UTC 2018 - antoine.belvire@opensuse.org diff --git a/adms.spec b/adms.spec index 70d2dd2..deb9d0a 100644 --- a/adms.spec +++ b/adms.spec @@ -37,14 +37,19 @@ BuildRequires: perl-XML-LibXML %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 +for the API of SPICE simulators. Based on transformations specified in XML language, ADMS transforms Verilog-AMS code into other target languages. %package -n libadms%{sover} -Summary: ADMS libraries +Summary: An automatic device model synthesizer Group: System/Libraries %description -n libadms%{sover} +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. + This package contains the libadms shared libraries. %package devel