linsmith/linsmith.spec

135 lines
4.4 KiB
RPMSpec
Raw Permalink Normal View History

Summary: Smith Charting program
Name: linsmith
Version: 0.99.33
Release: 1mamba
Group: Graphical Desktop/Applications/Educational
Distribution: openmamba
Vendor: openmamba
Packager: Tiziana Ferro <tiziana.ferro@email.it>
URL: http://jcoppens.com/soft/linsmith/index.en.php
Source0: http://downloads.sourceforge.net/sourceforge/linsmith/%{name}-%{version}.tar.gz
Source1: %{name}.png
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libGConf-devel
BuildRequires: libICE-devel
BuildRequires: libORBit2-devel
BuildRequires: libSM-devel
BuildRequires: libart_lgpl-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libbonobo-devel
BuildRequires: libbonoboui-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgnome-devel
BuildRequires: libgnome-vfs-devel
BuildRequires: libgnomecanvas-devel
BuildRequires: libgnomeui-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libpango-devel
BuildRequires: libpopt-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
%description
linSmith is a Smith Charting program, mainly designed for educational use.
As such, there is an emphasis on capabilities that improve the 'showing the effect of'-style of operation.
It's main features are:
-Definition of multiple load impedances (at different frequencies)
-Addition of discrete (L, C and transformer) and line components (open and closed stubs)
-Connection in series and parallel
-A 'virtual' component switches from impedance to admittance to help explaining (or understanding) parallel components
-The chart works in real impedances (not normalized ones)
-Direct view of the result on the screen
-Ability to generate publication quality Postscript output
-A 'log' file with textual results at each intermediate step
-Load and circuit configuration is stored separately, permitting several solutions without re-defining the other (this may actually change to single files - I'm not quite convinced here)
%prep
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%setup -q
%build
%configure
%make
%install
install -D -m 755 %{SOURCE1} %{buildroot}%{_datadir}/icons/%{name}.png
%makeinstall
# Create the system menu entry
mkdir -p %{buildroot}%{_datadir}/applnk/Educational
cat > %{buildroot}%{_datadir}/applnk/Educational/%{name}.desktop << EOF
[Desktop Entry]
Name=LinSmith
Comment=%{summary}
GenericName=%{summary}
GenericName[it]=La Carta di Smith
Exec=%{name}
Icon=%{name}.png
Terminal=0
Type=Application
EOF
%files
%defattr(-,root,root,-)
%{_datadir}/*
%{_bindir}/*
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%changelog
* Mon Jun 26 2023 Automatic Build System <autodist@mambasoft.it> 0.99.33-1mamba
- automatic version update by autodist
* Sat Jun 17 2023 Automatic Build System <autodist@mambasoft.it> 0.99.32-1mamba
- automatic version update by autodist
* Tue Dec 29 2015 Automatic Build System <autodist@mambasoft.it> 0.99.30-1mamba
- automatic update by autodist
* Wed Jul 02 2014 Automatic Build System <autodist@mambasoft.it> 0.99.28-1mamba
- automatic update by autodist
* Sun Jul 28 2013 Automatic Build System <autodist@mambasoft.it> 0.99.26-1mamba
- automatic update by autodist
* Sat Jun 08 2013 Automatic Build System <autodist@mambasoft.it> 0.99.25-1mamba
- automatic version update by autodist
* Sat Jan 05 2013 Automatic Build System <autodist@mambasoft.it> 0.99.24-1mamba
- automatic version update by autodist
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.99.22-1mamba
- automatic version update by autodist
* Sat Mar 26 2011 Automatic Build System <autodist@mambasoft.it> 0.99.21-1mamba
- automatic update by autodist
* Fri Jul 10 2009 Automatic Build System <autodist@mambasoft.it> 0.99.12-1mamba
- automatic update by autodist
* Thu Dec 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.11-1mamba
- automatic update by autodist
* Mon Jun 23 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.99.7-2mamba
- fix mantainer
* Thu Jun 12 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.99.7-1mamba
- update to 0.99.7
* Mon May 30 2005 Alessandro Ramazzina <alessandro.ramazzina@qilinux.it> 0.9.0a3-2qilnx
- rebuild and moved from devel-contrib repository to devel repository
* Tue May 17 2005 Matteo Bernasconi <voyagernm@virgilio.it> 0.9.0a3-1qilnx
- First Build