]> git.pld-linux.org Git - packages/perl-Math-BaseCnv.git/commitdiff
- new
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Oct 2003 18:16:28 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Math-BaseCnv.spec -> 1.1

perl-Math-BaseCnv.spec [new file with mode: 0644]

diff --git a/perl-Math-BaseCnv.spec b/perl-Math-BaseCnv.spec
new file mode 100644 (file)
index 0000000..67099c3
--- /dev/null
@@ -0,0 +1,60 @@
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Math
+%define        pnam    BaseCnv
+Summary:       Math::BaseCnv - quickly convert between any number bases
+Summary(pl):   Math::BaseCnv - szybkie przeliczanie miêdzy dowolnymi podstawami liczb
+Name:          perl-Math-BaseCnv
+Version:       1.0.37SLNGN
+Release:       1
+License:       GPL v2
+Group:         Development/Languages/Perl
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tgz
+# Source0-md5: 4f46f667f2d40ed9caf5a2b7d9a4559e
+BuildRequires: perl-devel >= 5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+BaseCnv provides a few simple functions for converting between
+arbitrary number bases. It is as fast as the author currently knows
+how to make it (of course relying only on the lovely Perl). If you
+would rather utilize an object syntax for number-base conversion,
+please see Ken Williams' fine Math::BaseCalc module.
+
+%description -l pl
+BaseCnv udostêpnia kilka prostych funkcji do przeliczania miêdzy
+dowolnymi podstawami liczb. Dzia³a tak szybko, jak tylko autor umia³
+zrobiæ (oczywi¶cie polegaj±c tylko na ulubionym Perlu). W przypadku
+chêci przeliczania miêdzy podstawami z u¿yciem sk³adni obiektowej
+zamiast tego mo¿na u¿yæ modu³u Math::BaseCalc Kena Williamsa.
+
+%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}/Math/BaseCnv.pm
+%{_mandir}/man3/*
This page took 0.05272 seconds and 4 git commands to generate.