SPECS: perl-Verilog-Perl.spec - pl, generic URL
qboosh
qboosh at pld-linux.org
Fri Mar 16 10:23:31 CET 2007
Author: qboosh Date: Fri Mar 16 09:23:31 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl, generic URL
---- Files affected:
SPECS:
perl-Verilog-Perl.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/perl-Verilog-Perl.spec
diff -u SPECS/perl-Verilog-Perl.spec:1.2 SPECS/perl-Verilog-Perl.spec:1.3
--- SPECS/perl-Verilog-Perl.spec:1.2 Mon Mar 5 13:08:37 2007
+++ SPECS/perl-Verilog-Perl.spec Fri Mar 16 10:23:26 2007
@@ -6,33 +6,45 @@
%include /usr/lib/rpm/macros.perl
%define pdir Verilog
%define pnam Perl
-Summary: perl(Verilog::Perl) - an perl way to handle Verilog files
-#Summary(pl):
+Summary: Verilog::Perl - an Perl way to handle Verilog files
+Summary(pl.UTF-8): Verilog::Perl - perlowy sposób obsługi plików Verilog
Name: perl-Verilog-Perl
Version: 2.372
Release: 0.1
License: LGPL or Perl Artistic License
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0: http://www.cpan.org/modules/by-module/Verilog/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: b879520aa1f4b05c01f5cfa2bcdfaa12
+URL: http://search.cpan.org/dist/Verilog-Perl/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with tests}
-%endif
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Verilog::Parser, Verilog::Preproc, and other perl modules usefull for
-manipulation of verilog files. The Verilog::Parser package will tokenize a
-Verilog file when the parse() method is called and invoke various callback
-methods. This is useful for extracting information and editing files while
-retaining all context. For netlist like extractions, see Verilog::Netlist.
-Verilog::Preproc reads Verilog files, and preprocesses them according to the
-Verilog 2001 specification. Programs can be easily converted from reading a
+Verilog::Parser, Verilog::Preproc, and other Perl modules useful for
+manipulation of Verilog files. The Verilog::Parser package will
+tokenize a Verilog file when the parse() method is called and invoke
+various callback methods. This is useful for extracting information
+and editing files while retaining all context. For netlist like
+extractions, see Verilog::Netlist. Verilog::Preproc reads Verilog
+files, and preprocesses them according to the Verilog 2001
+specification. Programs can be easily converted from reading a
IO::File into reading preprocessed output from Verilog::Preproc.
-Verilog::Netlist contains interconnect information about a whole design
-database.
+Verilog::Netlist contains interconnect information about a whole
+design database.
+%description -l pl.UTF-8
+Verilog::Parser, Verilog::Preproc i inne moduły Perla przydatne do
+obróbki plików Verilog. Pakiet Verilog::Parser po wywołaniu metody
+parse() zamienia plik Verilog na tokeny i wykonuje różne metody
+wywołań zwrotnych. Jest to przydatne przy wyciąganiu informacji i
+modyfikowaniu plików z zachowaniem całego kontekstu. Do wyciągania
+informacji w stylu netlist można użyć Verilog::Netlist.
+Verilog::Preproc czyta pliki Verilog i przetwarza je zgodnie ze
+specyfikacją Verilog 2001. Można łatwo przekształcać programy z
+odczytu za pomocą IO::File na czytanie przetworzonego wyjścia z
+Verilog::Preproc. Verilog::Netlist zawiera dołączone informacje o
+całej bazie projektu.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
@@ -57,16 +69,15 @@
%files
%defattr(644,root,root,755)
%doc Changes README
+%attr(755,root,root) %{_bindir}/*
%dir %{perl_vendorarch}/Verilog
%{perl_vendorarch}/Verilog/*.pm
%dir %{perl_vendorarch}/Verilog/Netlist
%{perl_vendorarch}/Verilog/Netlist/*.pm
%dir %{perl_vendorarch}/auto/Verilog/Preproc
%{perl_vendorarch}/auto/Verilog/Preproc/Preproc*
-%{_mandir}/man3/*
%{_mandir}/man1/*
-%attr(755,root,root) %{_bindir}/*
-
+%{_mandir}/man3/*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -74,9 +85,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2007/03/16 09:23:26 qboosh
+- pl, generic URL
+
Revision 1.2 2007/03/05 12:08:37 agaran
- up to 2.372, rel 0.1
Revision 1.1 2007/03/05 12:01:51 agaran
- initial
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/perl-Verilog-Perl.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list