Author: witekfl Date: Sun Jul 30 19:25:20 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.4.5 - generated html docs - rel 0.2
---- Files affected: SPECS: parrot.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/parrot.spec diff -u SPECS/parrot.spec:1.5 SPECS/parrot.spec:1.6 --- SPECS/parrot.spec:1.5 Sat Apr 8 18:38:16 2006 +++ SPECS/parrot.spec Sun Jul 30 21:25:15 2006 @@ -5,15 +5,14 @@ Summary: A virtual machine designed to execute bytecode for interpreted languages Summary(pl): Maszyna wirtualna przeznaczona do wykonywania bytecodu dla języków interpretowanych Name: parrot -Version: 0.4.2 -Release: 0.1 -Epoch: 0 +Version: 0.4.5 +Release: 0.2 License: GPL v2/Artistic Group: Libraries Source0: ftp://ftp.cpan.org/pub/CPAN/authors/id/L/LT/LTOETSCH/%{name}-%{version}.tar.gz -# Source0-md5: f596a8eca0727887ce8e866950573dd7 -BuildRequires: perl-devel +# Source0-md5: 92ace4bf91862281a66438677d76d8a1 URL: http://www.parrotcode.org/ +BuildRequires: perl-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -181,7 +180,7 @@ %build %{__perl} Configure.pl \ --optimize -%{__make} parrot pdb pdump \ +%{__make} -j1 parrot pdb pdump \ CC="%{__cc}" %{__perl} tools/dev/mk_manifests.pl \ --prefix=%{_prefix} \ @@ -190,6 +189,7 @@ --libdir=%{_libdir} \ --includedir=%{_includedir} \ MANIFEST +%{__make} -j1 -C docs html %install rm -rf $RPM_BUILD_ROOT @@ -207,7 +207,7 @@ LIB_DIR=%{_libdir} \ INCLUDE_DIR=%{_includedir} \ DOC_DIR=%{_datadir} \ - DESTDIR=$RPM_BUILD_ROOT + DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_examplesdir} mv $RPM_BUILD_ROOT%{_datadir}/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} @@ -229,7 +229,7 @@ %files %defattr(644,root,root,755) -%doc ABI_CHANGES CREDITS ChangeLog README +%doc ABI_CHANGES CREDITS ChangeLog NEWS README docs/html %attr(755,root,root) %{_bindir}/* %attr(755,root,root) %{_libdir}/lib*.so.*.* %dir %{_libdir}/parrot @@ -286,6 +286,7 @@ #%{_mandir}/man?/* %dir %{_examplesdir}/%{name}-%{version} %{_examplesdir}/%{name}-%{version}/* +%{_pkgconfigdir}/*.pc %files static %defattr(644,root,root,755) @@ -297,6 +298,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2006/07/30 19:25:15 witekfl +- up to 0.4.5 +- generated html docs +- rel 0.2 + Revision 1.5 2006/04/08 16:38:16 agaran - removed unneded attr.. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/parrot.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
