rpms/ovm/F-13 import.log, NONE, 1.1 ovm.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Tue Jul 20 06:03:50 UTC 2010


Author: chitlesh

Update of /cvs/pkgs/rpms/ovm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8136/F-13

Modified Files:
	.cvsignore sources 
Added Files:
	import.log ovm.spec 
Log Message:
new package


--- NEW FILE import.log ---
ovm-2_1_1-1_fc12:F-13:ovm-2.1.1-1.fc12.src.rpm:1279605687


--- NEW FILE ovm.spec ---
Name:           ovm
Version:        2.1.1
Release:        1%{?dist}
Summary:        Open Verification Methodology : IEEE 1800 SystemVerilog standard

Group:          Applications/Engineering
License:        ASL 2.0
URL:            http://www.ovmworld.org

# needs free membership to download
# http://www.ovmworld.org/downloads.php
Source0:        %{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch


%description
The OVM is based on the IEEE 1800 SystemVerilog standard and supports design
and verification engineers developing advanced verification environments that
offer higher levels of integration and portability of Verification IP. The
methodology is non-vendor specific and is interoperable with multiple languages
and simulators. The OVM is fully open, and includes a robust class library and
source code that is available for download.

%prep
%setup -q


%build

find . -name '*.v'   -o -name '*.do' | xargs chmod 644
find . -name '*.svh' -o -name '*.sv' | xargs chmod 644
find . -name 'run_questa' | xargs chmod 644


%install
%{__rm} -rf %{buildroot}

install -d %{buildroot}%{_datadir}/%{name}/%{version}
%{__cp} -pr src/* %{buildroot}%{_datadir}/%{name}/%{version}


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE.txt README_IUS.txt README.txt README-Questa.txt
%doc examples/ OVM_Reference.pdf OVM_UserGuide.pdf
%doc deprecated.txt release-notes.txt
%{_datadir}/%{name}


%changelog
* Sat Jul 17 2010 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 2.1.1-1
- New Upstream Release

* Sat Dec 06 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 2.0-1
- Upstream version: 2.0 under the Apache 2 License

* Thu Jun 26 2008 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> 1.1-1
- Initial Package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ovm/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Jul 2010 04:40:04 -0000	1.1
+++ .cvsignore	20 Jul 2010 06:03:50 -0000	1.2
@@ -0,0 +1 @@
+ovm-2.1.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ovm/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Jul 2010 04:40:04 -0000	1.1
+++ sources	20 Jul 2010 06:03:50 -0000	1.2
@@ -0,0 +1 @@
+f205af3a5bbd989b0b5cbad4e370d984  ovm-2.1.1.tar.gz



More information about the scm-commits mailing list