rpms/perl-IO-Compress-Lzma/F-13 perl-IO-Compress-Lzma.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paul Howarth pghmcfc at fedoraproject.org
Thu Jun 10 12:58:28 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-IO-Compress-Lzma/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17442

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Compress-Lzma.spec 
Log Message:
Initial import of perl-IO-Compress-Lzma-2.027-2.fc13


--- NEW FILE perl-IO-Compress-Lzma.spec ---
Name:		perl-IO-Compress-Lzma
Version:	2.027
Release:	2%{?dist}
Summary:	Read and write lzma compressed data
License:	GPL+ or Artistic
Group:		Development/Libraries
URL:		http://search.cpan.org/dist/IO-Compress-Lzma/
Source0:	http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/IO-Compress-Lzma-%{version}.tar.gz
Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch:	noarch
BuildRequires:	perl(ExtUtils::MakeMaker)
BuildRequires:	perl(Compress::Raw::Lzma) >= %{version}
BuildRequires:	perl(IO::Compress::Base) >= %{version}
BuildRequires:	perl(IO::String)
BuildRequires:	perl(Test::Pod)
BuildRequires:	xz, xz-lzma-compat

%description
This distribution provides a Perl interface to allow reading and writing of
compressed data created with the lzma library.

%prep
%setup -q -n IO-Compress-Lzma-%{version}

%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
%{_fixperms} %{buildroot}

%check
make test

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/IO/
%{_mandir}/man3/IO::Compress::Lzma.3pm*
%{_mandir}/man3/IO::Compress::Xz.3pm*
%{_mandir}/man3/IO::Uncompress::UnLzma.3pm*
%{_mandir}/man3/IO::Uncompress::UnXz.3pm*

%changelog
* Tue May 11 2010 Paul Howarth <paul at city-fan.org> - 2.027-2
- Drop redundant buildroot tag

* Thu Apr 29 2010 Paul Howarth <paul at city-fan.org> - 2.027-1
- Initial RPM version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Compress-Lzma/F-13/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jun 2010 21:20:32 -0000	1.1
+++ .cvsignore	10 Jun 2010 12:58:28 -0000	1.2
@@ -0,0 +1 @@
+IO-Compress-Lzma-2.027.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-IO-Compress-Lzma/F-13/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jun 2010 21:20:33 -0000	1.1
+++ sources	10 Jun 2010 12:58:28 -0000	1.2
@@ -0,0 +1 @@
+82b8cef36d443ad9a02b051c19e6a7a0  IO-Compress-Lzma-2.027.tar.gz




More information about the perl-devel mailing list