Author: qboosh                       Date: Sat May 26 10:40:28 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/perl-CPAN-Meta-Requirements:
   perl-CPAN-Meta-Requirements.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements.spec
diff -u /dev/null 
packages/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements.spec:1.1
--- /dev/null   Sat May 26 12:40:28 2012
+++ packages/perl-CPAN-Meta-Requirements/perl-CPAN-Meta-Requirements.spec       
Sat May 26 12:40:23 2012
@@ -0,0 +1,82 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%define                pdir    CPAN
+%define                pnam    Meta-Requirements
+%include       /usr/lib/rpm/macros.perl
+Summary:       CPAN::Meta::Requirements - a set of version requirements for a 
CPAN dist
+Summary(pl.UTF-8):     CPAN::Meta::Requirements - zbiór wymaganych wersji dla 
dystrybucji CPAN
+Name:          perl-CPAN-Meta-Requirements
+Version:       2.122
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       
http://www.cpan.org/modules/by-module/CPAN/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 37f62b1e5c254ddc852bac6872f053ba
+URL:           http://search.cpan.org/dist/CPAN-Meta-Requirements/
+BuildRequires: perl-ExtUtils-MakeMaker >= 6.17
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-File-Temp
+BuildRequires: perl-Scalar-List-Utils
+BuildRequires: perl-Test-Simple >= 0.88
+BuildRequires: perl-version >= 0.77
+%endif
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A CPAN::Meta::Requirements object models a set of version constraints
+like those specified in the META.yml or META.json files in CPAN
+distributions. It can be built up by adding more and more constraints,
+and it will reduce them to the simplest representation.
+
+Logically impossible constraints will be identified immediately by
+thrown exceptions.
+
+%description -l pl.UTF-8
+Obiekt CPAN::Meta::Requirements modeluje zbiór ograniczeń wersji,
+takich jak te podawane w plikach META.yml lub META.json w
+dystrybucjach CPAN. Mogą być tworzone poprzez dodawanie kolejnych
+ograniczeń, a obiekt zredukuje je do najprostszej reprezentacji.
+
+Ograniczenia logicznie niemożliwe zostaną zidentyfikowane natychmiast
+poprzez rzucenie wyjątku.
+
+%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}/CPAN/Meta/Requirements.pm
+%{_mandir}/man3/CPAN::Meta::Requirements.3pm*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[email protected]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2012/05/26 10:40:23  qboosh
+- new
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to