Author: glen Date: Sat Dec 29 01:04:45 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - missing dir, pass compiler; rel 2
---- Files affected: SPECS: perl-Verilog-Perl.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/perl-Verilog-Perl.spec diff -u SPECS/perl-Verilog-Perl.spec:1.6 SPECS/perl-Verilog-Perl.spec:1.7 --- SPECS/perl-Verilog-Perl.spec:1.6 Wed May 30 00:42:10 2007 +++ SPECS/perl-Verilog-Perl.spec Sat Dec 29 02:04:40 2007 @@ -1,4 +1,7 @@ # $Revision$, $Date$ +# TODO +# - should use CXX/CC make options not CC for .cpp compile! +# - maybe bin/man1 should be moved to another package # # Conditional build: %bcond_without tests # do not perform "make test" @@ -10,7 +13,7 @@ Summary(pl.UTF-8): Verilog::Perl - perlowy sposób obsługi plików Verilog Name: perl-Verilog-Perl Version: 2.380 -Release: 1 +Release: 2 License: LGPL or Perl Artistic License Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Verilog/%{pdir}-%{pnam}-%{version}.tar.gz @@ -53,6 +56,7 @@ %{__perl} Makefile.PL \ INSTALLDIRS=vendor %{__make} \ + CC="%{__cxx}" \ OPTIMIZE="%{rpmcflags}" %{?with_tests:%{__make} test} @@ -66,7 +70,6 @@ %clean rm -rf $RPM_BUILD_ROOT -# maybe bin/man1 should be moved to another package %files %defattr(644,root,root,755) %doc Changes README @@ -75,6 +78,7 @@ %{perl_vendorarch}/Verilog/*.pm %dir %{perl_vendorarch}/Verilog/Netlist %{perl_vendorarch}/Verilog/Netlist/*.pm +%dir %{perl_vendorarch}/auto/Verilog %dir %{perl_vendorarch}/auto/Verilog/Preproc %{perl_vendorarch}/auto/Verilog/Preproc/Preproc.bs %attr(755,root,root) %{perl_vendorarch}/auto/Verilog/Preproc/Preproc.so @@ -87,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2007-12-29 01:04:40 glen +- missing dir, pass compiler; rel 2 + Revision 1.6 2007-05-29 22:42:10 qboosh - reverted to gpm-friendly version ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-Verilog-Perl.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
