Author: arekm Date: Mon May 22 09:18:27 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix import perl
---- Files affected: SPECS: perl-pyperl.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-pyperl.spec diff -u SPECS/perl-pyperl.spec:1.3 SPECS/perl-pyperl.spec:1.4 --- SPECS/perl-pyperl.spec:1.3 Mon May 22 10:45:45 2006 +++ SPECS/perl-pyperl.spec Mon May 22 11:18:19 2006 @@ -12,7 +12,7 @@ %define pdir Python %define pnam pyperl Summary: Encapuslate python objects -Name: perl-Python-pyperl +Name: perl-pyperl Version: 1.0 Release: 0.1 # same as perl @@ -20,6 +20,7 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz # Source0-md5: 6e48c2c889bf55c2656e6ed4589854bf +Patch0: pyperl-build.patch BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: python-devel BuildRequires: rpm-perlprov >= 4.1-13 @@ -30,6 +31,7 @@ %prep %setup -q -n %{pnam}-%{version} +%patch0 -p1 %build cd Python-Object @@ -71,6 +73,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/05/22 09:18:19 arekm +- fix import perl + Revision 1.3 2006/05/22 08:45:45 arekm - todo ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-pyperl.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
