rpms/archimedes/devel archimedes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Debarshi Ray (rishi) fedora-extras-commits at redhat.com
Sun Oct 14 20:22:09 UTC 2007


Author: rishi

Update of /cvs/pkgs/rpms/archimedes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31842/devel

Modified Files:
	.cvsignore sources 
Added Files:
	archimedes.spec 
Log Message:
Initial import into devel.

 Modified Files:
 	devel/.cvsignore devel/sources 
 Added Files:
 	devel/archimedes.spec 



--- NEW FILE archimedes.spec ---
Summary:	2D Quantum Monte Carlo simulator for semiconductor devices
Name:		archimedes
Version:	0.7.0
Release:	1%{?dist}
License:	GPLv3+
Group:		Applications/Internet
URL:		http://www.gnu.org/software/archimedes/
Source0:	ftp://ftp.gnu.org/gnu/archimedes/%{name}-%{version}.tar.gz

BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires:	 dos2unix
BuildRequires:	 ghostscript
BuildRequires:	 tetex-latex

%description
Archimedes is a package for the design and simulation of submicron
semiconductor devices. It is a 2D Fast Monte Carlo simulator which can take
into account all the relevant quantum effects, thank to the implementation of
the Bohm effective potential method.

The physics and geometry of a general device is introduced by typing a simple
script, which makes, in this sense, Archimedes a powerful tool for the
simulation of quite general semiconductor devices.

%prep
%setup -q

# Suppress rpmlint error.
dos2unix COPYING

%build
%configure
make %{?_smp_mflags}

# PDF manual
pushd ./doc
  make manual
popd

%install
rm -rf $RPM_BUILD_ROOT

make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING NEWS README THANKS doc/%{name}.dvi doc/%{name}.pdf doc/%{name}.ps
%{_bindir}/%{name}

%changelog
* Sun Oct 07 2007 Debarshi Ray <rishi at fedoraproject.org> - 0.7.0-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/archimedes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Oct 2007 19:40:47 -0000	1.1
+++ .cvsignore	14 Oct 2007 20:21:37 -0000	1.2
@@ -0,0 +1 @@
+archimedes-0.7.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/archimedes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Oct 2007 19:40:47 -0000	1.1
+++ sources	14 Oct 2007 20:21:37 -0000	1.2
@@ -0,0 +1 @@
+2092252fa2f31b535bfbd65ffe33b153  archimedes-0.7.0.tar.gz




More information about the fedora-extras-commits mailing list