Author: qboosh Date: Sun Feb 17 17:44:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added perl5.10 patch to deal with B::Asmdata merged into B - generic URL
---- Files affected: SPECS: perl-B-Graph.spec (1.40 -> 1.41) ---- Diffs: ================================================================ Index: SPECS/perl-B-Graph.spec diff -u SPECS/perl-B-Graph.spec:1.40 SPECS/perl-B-Graph.spec:1.41 --- SPECS/perl-B-Graph.spec:1.40 Sun Feb 10 13:00:20 2008 +++ SPECS/perl-B-Graph.spec Sun Feb 17 18:44:42 2008 @@ -14,10 +14,12 @@ # same as perl License: GPL v1+ or Artistic 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/B/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 907943809a96d8ff9f0118a64e40e723 +Patch0: %{name}-perl5.10.patch +URL: http://search.cpan.org/dist/B-Graph/ +BuildRequires: perl-devel >= 1:5.10.0 BuildRequires: rpm-perlprov >= 4.1-13 -BuildRequires: perl-devel >= 1:5.8.0 BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -27,9 +29,9 @@ of a program, writes descriptions in graph-description languages specifying graphs that show the program's structure. It currently generates descriptions for the VCG tool -("http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html") and Dot +(<http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html>) and Dot (part of the graph visualization toolkit from AT&T: -"http://www.research.att.com/sw/tools/graphviz/"). It also can produce +<http://www.research.att.com/sw/tools/graphviz/>). It also can produce plain text output (which is more useful for debugging the module itself than anything else). @@ -39,14 +41,15 @@ programu perlowego, wypisuje opisy w językach opisu grafów, tworząc grafy ukazujące strukturę programu. Aktualnie generuje on opisy dla narzędzi: VCG -("http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html") oraz Dot +(<http://www.cs.uni-sb.de/RW/users/sander/html/gsvcg1.html>) oraz Dot (część zestawu narzędziowego AT&T do wizualizacji -grafów:"http://www.research.att.com/sw/tools/graphviz/"). Potrafi on +grafów: <http://www.research.att.com/sw/tools/graphviz/>). Potrafi on również generować czysto tekstowy wynik (który jest bardziej przydatny do odpluskwiania samego modułu, niż do czegokolwiek innego). %prep %setup -q -n %{pdir}-%{pnam}-%{version} +%patch0 -p1 %build %{__perl} Makefile.PL \ @@ -68,7 +71,7 @@ %defattr(644,root,root,755) %doc Changes README %{perl_vendorlib}/B/Graph.pm -%{_mandir}/man3/* +%{_mandir}/man3/B::Graph.3pm* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -76,6 +79,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.41 2008-02-17 17:44:42 qboosh +- added perl5.10 patch to deal with B::Asmdata merged into B +- generic URL + Revision 1.40 2008-02-10 12:00:20 arekm - rel 8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-B-Graph.spec?r1=1.40&r2=1.41&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
