SPECS: perl-PerlIO-via-Bzip2.spec (NEW) - new
radek
radek at pld-linux.org
Thu Apr 12 20:45:17 CEST 2007
Author: radek Date: Thu Apr 12 18:45:17 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-PerlIO-via-Bzip2.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-PerlIO-via-Bzip2.spec
diff -u /dev/null SPECS/perl-PerlIO-via-Bzip2.spec:1.1
--- /dev/null Thu Apr 12 20:45:17 2007
+++ SPECS/perl-PerlIO-via-Bzip2.spec Thu Apr 12 20:45:11 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir PerlIO
+%define pnam via-Bzip2
+Summary: PerlIO::via::Bzip2 - PerlIO layer for Bzip2 (de)compression
+#Summary(pl.UTF-8):
+Name: perl-PerlIO-via-Bzip2
+Version: 0.02
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/PerlIO/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 1ec8c4b0772301deeb1a4639b3282f09
+URL: http://search.cpan.org/dist/PerlIO-via-Bzip2/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Compress-Bzip2 >= 1.03
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module implements a PerlIO layer which will let you handle bzip2
+compressed files transparently.
+
+# %description -l pl.UTF-8
+# TODO
+
+%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} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/PerlIO/via/*.pm
+%{_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 2007/04/12 18:45:11 radek
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list