SPECS: perl-Python-Bytecode.spec (NEW) - new

glen glen at pld-linux.org
Sun Apr 13 00:50:04 CEST 2008


Author: glen                         Date: Sat Apr 12 22:50:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Python-Bytecode.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Python-Bytecode.spec
diff -u /dev/null SPECS/perl-Python-Bytecode.spec:1.1
--- /dev/null	Sun Apr 13 00:50:04 2008
+++ SPECS/perl-Python-Bytecode.spec	Sun Apr 13 00:49:59 2008
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	autodeps	# don't BR packages needed only for resolving deps
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Python
+%define	pnam	Bytecode
+Summary:	Python::Bytecode - Disassemble and investigate Python bytecode
+Name:		perl-Python-Bytecode
+Version:	2.7
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-module/Python/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5:	e357351a3bf32c54ac1aa8910b4c53f7
+URL:		http://search.cpan.org/dist/Python-Bytecode/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Python::Bytecode accepts a string or filehandle contain Python
+bytecode and puts it into a format you can manipulate.
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} pure_install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Python/*.pm
+%{perl_vendorlib}/Python/Bytecode
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-04-12 22:49:59  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list