Latest rpm compresses man pages. Fine, I can cope.
This commit is contained in:
parent
9e624ac833
commit
d6701803d1
|
|
@ -8,7 +8,7 @@ Source: ftp://icarus.com/pub/eda/verilog/v0.4/verilog-0.4.tar.gz
|
|||
URL: http://www.icarus.com/eda/verilog/index.html
|
||||
Packager: Stephen Williams <steve@icarus.com>
|
||||
|
||||
BuildRoot: /tmp
|
||||
BuildRoot: /tmp/ivl
|
||||
|
||||
# This provides tag allows me to use a more specific name for things
|
||||
# that actually depend on me, Icarus Verilog.
|
||||
|
|
@ -34,6 +34,8 @@ make prefix=$RPM_BUILD_ROOT/usr install
|
|||
%attr(-,root,root) %doc COPYING README.txt BUGS.txt ieee1364-notes.txt netlist.txt t-dll.txt vpi.txt vvm.txt xnf.txt xilinx-hint.txt
|
||||
%attr(-,root,root) %doc examples/*
|
||||
|
||||
%attr(-,root,root) /usr/man/man1/iverilog.1.gz
|
||||
|
||||
%attr(-,root,root) /usr/bin/iverilog
|
||||
%attr(-,root,root) /usr/lib/ivl/ivl
|
||||
%attr(-,root,root) /usr/lib/ivl/ivlpp
|
||||
|
|
@ -52,4 +54,3 @@ make prefix=$RPM_BUILD_ROOT/usr install
|
|||
%attr(-,root,root) /usr/include/vvm_nexus.h
|
||||
%attr(-,root,root) /usr/include/vvm_signal.h
|
||||
%attr(-,root,root) /usr/include/vvm_thread.h
|
||||
%attr(-,root,root) /usr/man/man1/iverilog.1
|
||||
|
|
|
|||
Loading…
Reference in New Issue