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

Steve Conklin (sconklin) fedora-extras-commits at redhat.com
Sun Jan 27 20:36:30 UTC 2008


Author: sconklin

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

Modified Files:
	.cvsignore sources 
Added Files:
	nec2c.spec 
Log Message:
Initial checkin of project



--- NEW FILE nec2c.spec ---
Name:           nec2c
Version:        0.6
Release:        2%{?dist}
Summary:        Translation of NEC2 antenna modeling tool from FORTRAN to C

Group:          Applications/Communications
License:        Public Domain
URL:            http://5b4az.chronos.org.uk/pages/nec2.html
Source0:        http://5b4az.chronos.org.uk/pkg/nec2/nec2c/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

#BuildRequires:  
#Requires:       

%description
nec2c is a translation of the Numerical Electromagnetics Code (NEC2)
from FORTRAN to C. 

Operationally nec2c differs from NEC2 by being a command line
non-interactive program, taking as arguments the input file name
and optionally the output file name.

%prep
%setup -q


%build
make CFLAGS="%{optflags}" %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
#skip make install and do manual install, it's just one file
install -D -m 0755 nec2c $RPM_BUILD_ROOT%{_bindir}/nec2c


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS README NEC2-bug.txt
%{_bindir}/*



%changelog
* Sat Jan 26 2008 Robert 'Bob' Jensen <bob at bobjensen.com> - 0.6-2
- CFLAGS tweak per review

* Tue Dec 11 2007 Sindre Pedersen Bjørdal - 0.6-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nec2c/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Jan 2008 19:31:46 -0000	1.1
+++ .cvsignore	27 Jan 2008 20:35:53 -0000	1.2
@@ -0,0 +1 @@
+nec2c-0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nec2c/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Jan 2008 19:31:46 -0000	1.1
+++ sources	27 Jan 2008 20:35:53 -0000	1.2
@@ -0,0 +1 @@
+2bc190c83119d9778b7c31297a7a7f5f  nec2c-0.6.tar.gz




More information about the fedora-extras-commits mailing list