]> git.pld-linux.org Git - packages/perl-Verilog-Perl.git/blobdiff - perl-Verilog-Perl.spec
- pl, generic URL
[packages/perl-Verilog-Perl.git] / perl-Verilog-Perl.spec
index ddb1063ccf34bf8e9afc4dbef205daedadff3225..2637712513053b242055d3f4093723dddebd7dbe 100644 (file)
@@ -5,33 +5,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}
@@ -56,12 +68,12 @@ rm -rf $RPM_BUILD_ROOT
 %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/*
This page took 0.025744 seconds and 4 git commands to generate.