Skip to content

Commit

Permalink
Prepare for release candidate.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jun 10, 2000
1 parent 6f9cc57 commit 6329549
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions verilog.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Summary: Icarus Verilog
Name: verilog
Version: 0.3
Release: 0
Copyright: GPL
Group: Applications/Engineering
Source: ftp://icarus.com/pub/eda/verilog/v0.3/verilog-0.3rc1.tar.gz
URL: http://www.icarus.com/eda/verilog/index.html
Packager: Stephen Williams <steve@icarus.com>

BuildRoot: /tmp

# This provides tag allows me to use a more specific name for things
# that actually depend on me, Icarus Verilog.
Provides: iverilog

%description
Icarus Verilog is a Verilog compiler that generates a variety of
engineering formats, including a C++ simulation. It strives to be
true to the IEEE-1364 standard.

%prep
%setup -n verilog-0.3

%build
./configure --prefix=/usr
make CXXFLAGS=-O

%install
make prefix=$RPM_BUILD_ROOT/usr install

%files

%attr(-,root,root) %doc COPYING README.txt BUGS.txt netlist.txt vpi.txt vvm.txt xnf.txt xilinx-hint.txt
%attr(-,root,root) %doc examples/*

%attr(-,root,root) /usr/bin/verilog
%attr(-,root,root) /usr/bin/iverilog
%attr(-,root,root) /usr/lib/ivl/ivl
%attr(-,root,root) /usr/lib/ivl/ivlpp
%attr(-,root,root) /usr/lib/ivl/system.vpi
%attr(-,root,root) /usr/lib/libvvm.a
%attr(-,root,root) /usr/include/vpi_user.h
%attr(-,root,root) /usr/include/vpi_priv.h
%attr(-,root,root) /usr/include/vvm.h
%attr(-,root,root) /usr/include/vvm_func.h
%attr(-,root,root) /usr/include/vvm_gates.h
%attr(-,root,root) /usr/include/vvm_thread.h
%attr(-,root,root) /usr/include/vvm_calltf.h
%attr(-,root,root) /usr/man/man1/iverilog.1

0 comments on commit 6329549

Please sign in to comment.