rpms/perl-Hardware-Verilog-Parser/EL-5 import.log, NONE, 1.1 perl-Hardware-Verilog-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Wed Jan 7 21:54:44 UTC 2009


Author: chitlesh

Update of /cvs/pkgs/rpms/perl-Hardware-Verilog-Parser/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25802/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Hardware-Verilog-Parser.spec 
Log Message:
new release


--- NEW FILE import.log ---
perl-Hardware-Verilog-Parser-0_13-1_fc10:EL-5:perl-Hardware-Verilog-Parser-0.13-1.fc10.src.rpm:1231365159


--- NEW FILE perl-Hardware-Verilog-Parser.spec ---
Name:           perl-Hardware-Verilog-Parser
Version:        0.13
Release:        1%{?dist}
Summary:        Complete grammar for parsing Verilog code using perl
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Hardware-Verilog-Parser/
Source0:        http://www.cpan.org/authors/id/G/GS/GSLONDON/Hardware-Verilog-Parser-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Parse::RecDescent)

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module defines the complete grammar needed to parse any Verilog code.
By overloading this grammar, it is possible to easily create perl scripts
which run through Verilog code and perform specific functions.

%prep
%setup -q -n Hardware-Verilog-Parser-%{version}

find . -type f | xargs %{__perl} -pi -e 's|#! /bin/perl|#! /usr/bin/perl|'

%build
./generate_precompiled_parser.pl

%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{perl_vendorlib}/Hardware

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes readme.txt test1.v
%dir %{perl_vendorlib}/Hardware/Verilog/
%{perl_vendorlib}/Hardware/Verilog/*
%{_mandir}/man3/*

%changelog
* Sun Dec 14 2008 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> 0.13-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Verilog-Parser/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	28 Dec 2008 19:07:51 -0000	1.1
+++ .cvsignore	7 Jan 2009 21:54:13 -0000	1.2
@@ -0,0 +1 @@
+Hardware-Verilog-Parser-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Verilog-Parser/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	28 Dec 2008 19:07:51 -0000	1.1
+++ sources	7 Jan 2009 21:54:13 -0000	1.2
@@ -0,0 +1 @@
+13e484832847e133675160862b43d933  Hardware-Verilog-Parser-0.13.tar.gz




More information about the fedora-extras-commits mailing list