rpms/perl-Hardware-Vhdl-Parser/F-10 import.log, NONE, 1.1 perl-Hardware-Vhdl-Parser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chitlesh GOORAH chitlesh at fedoraproject.org
Mon Dec 15 22:07:54 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/perl-Hardware-Vhdl-Parser/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32089/F-10

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


--- NEW FILE import.log ---
perl-Hardware-Vhdl-Parser-0_12-2_fc10:F-10:perl-Hardware-Vhdl-Parser-0.12-2.fc10.src.rpm:1229378775


--- NEW FILE perl-Hardware-Vhdl-Parser.spec ---
Name:           perl-Hardware-Vhdl-Parser
Version:        0.12
Release:        2%{?dist}
Summary:        Complete grammar for parsing VHDL code using perl

License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Hardware-Vhdl-Parser/
Source0:        http://www.cpan.org/authors/id/G/GS/GSLONDON/Hardware-Vhdl-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(Parse::RecDescent)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))


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

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

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

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

%install
rm -rf $RPM_BUILD_ROOT

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 \;

%{__rm} -f $RPM_BUILD_ROOT%{perl_vendorlib}//Hardware/Vhdl/*.pl

%{_fixperms} $RPM_BUILD_ROOT/*


%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes readme.txt test1.vhd
%doc parser.pl hierarchy.pl
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sun Dec 14 2008 Chitlesh GOORAH <chitlesh [AT] fedoraproject DOT org> 0.12-2
- Fixed %%bindir

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Vhdl-Parser/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	15 Dec 2008 20:12:07 -0000	1.1
+++ .cvsignore	15 Dec 2008 22:07:24 -0000	1.2
@@ -0,0 +1 @@
+Hardware-Vhdl-Parser-0.12.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Hardware-Vhdl-Parser/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	15 Dec 2008 20:12:07 -0000	1.1
+++ sources	15 Dec 2008 22:07:24 -0000	1.2
@@ -0,0 +1 @@
+55a56c533b582b6f35a077fd2a259ac0  Hardware-Vhdl-Parser-0.12.tar.gz




More information about the fedora-extras-commits mailing list