]> git.pld-linux.org Git - packages/perl-IO-Compress-Lzf.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Dec 2006 19:10:45 +0000 (19:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-IO-Compress-Lzf.spec -> 1.1

perl-IO-Compress-Lzf.spec [new file with mode: 0644]

diff --git a/perl-IO-Compress-Lzf.spec b/perl-IO-Compress-Lzf.spec
new file mode 100644 (file)
index 0000000..bbe4841
--- /dev/null
@@ -0,0 +1,73 @@
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    IO
+%define        pnam    Compress-Lzf
+Summary:       Modules to read/write lzf files/buffers
+Summary(pl):   Modu³y do odczytu/zapisu plików/buforów lzf
+Name:          perl-IO-Compress-Lzf
+Version:       2.001
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/IO/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 3fcedabd13be7526abd17a107d61b450
+URL:           http://search.cpan.org/dist/IO-Compress-Lzf/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Compress-LZF
+BuildRequires: perl-IO-Compress-Base
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+IO::Compress::Lzf and IO::Uncompress::UnLzf modules provide a Perl
+interface that allows reading and writing lzf compressed data from/to
+files or buffer.
+
+Note that although this module uses Compress::LZF for compression, it
+uses a different file format. The lzf file format used here is the
+same as the lzf command-line utility that ships with the lzf library.
+
+%description -l pl
+Modu³y IO::Compress::Lzf i IO::Uncompress::UnLzf udostêpniaj± perlowy
+interfejs umo¿liwiaj±cy odczyt i zapis danych skompresowanych
+algorytmem lzf z/do plików lub buforów.
+
+Nale¿y zauwa¿yæ, ¿e choæ ten modu³ wykorzystuje do kompresji modu³
+Compress::LZF, u¿ywa innego formatu plików. U¿ywany tutaj format
+plików jest taki sam jak narzêdzia lzf uruchamianego z linii poleceñ,
+dostarczanego wraz z bibliotek± lzf.
+
+%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}/IO/Compress/Adapter/Lzf.pm
+%{perl_vendorlib}/IO/Compress/Lzf.pm
+%{perl_vendorlib}/IO/Uncompress/Adapter/Lzf.pm
+%{perl_vendorlib}/IO/Uncompress/UnLzf.pm
+%{_mandir}/man3/IO::*
This page took 0.118975 seconds and 4 git commands to generate.