SPECS: gnucap.spec (NEW) - initial pld release

luzik luzik at pld-linux.org
Tue Nov 20 10:05:26 CET 2007


Author: luzik                        Date: Tue Nov 20 09:05:26 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial pld release

---- Files affected:
SPECS:
   gnucap.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/gnucap.spec
diff -u /dev/null SPECS/gnucap.spec:1.1
--- /dev/null	Tue Nov 20 10:05:26 2007
+++ SPECS/gnucap.spec	Tue Nov 20 10:05:21 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Gnucap is the Gnu Circuit Analysis Package
+Summary(pl.UTF-8):	Gnucap jest Analizatorem obwodów GNU
+Name:		gnucap
+Version:	0.35
+Release:	0.9
+License:	GPL
+Group:		Applications
+Source0:	http://www.geda.seul.org/dist/%{name}-%{version}.tar.gz
+# Source0-md5:	16fc7cacac987ea556753d030f2595b9
+URL:		http://www.gnu.org/software/gnucap/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The primary component is a general purpose circuit simulator. It
+performs nonlinear dc and transient analyses, fourier analysis, and ac
+analysis. Spice compatible models for the MOSFET (level 1-8), BJT, and
+diode are included in this release.
+
+%description -l pl.UTF-8
+The primary component is a general purpose circuit simulator. It
+performs nonlinear dc and transient analyses, fourier analysis, and ac
+analysis. Spice compatible models for the MOSFET (level 1-8), BJT, and
+diode are included in this release.
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007-11-20 09:05:21  luzik
+- initial pld release
+
================================================================


More information about the pld-cvs-commit mailing list