SPECS: perl-Devel-ebug.spec (NEW), perl-String-Koremutake.spec (NE...
radek
radek at pld-linux.org
Thu Jul 12 21:33:37 CEST 2007
Author: radek Date: Thu Jul 12 19:33:36 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
perl-Devel-ebug.spec (NONE -> 1.1) (NEW), perl-String-Koremutake.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/perl-Devel-ebug.spec
diff -u /dev/null SPECS/perl-Devel-ebug.spec:1.1
--- /dev/null Thu Jul 12 21:33:37 2007
+++ SPECS/perl-Devel-ebug.spec Thu Jul 12 21:33:31 2007
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir Devel
+%define pnam ebug
+Summary: Devel::ebug - A simple, extensible Perl debugger
+#Summary(pl.UTF-8):
+Name: perl-Devel-ebug
+Version: 0.48
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/Devel/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 131348a2b3d9cd9a5ceabf65741fd618
+URL: http://search.cpan.org/dist/Devel-ebug/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Proc-Background
+BuildRequires: perl-String-Koremutake
+BuildRequires: perl-Test-Expect
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A debugger is a computer program that is used to debug other
+programs. Devel::ebug is a simple, extensible Perl debugger with a
+clean API. Using this module, you may easily write a Perl debugger to
+debug your programs. Alternatively, it comes with an interactive
+debugger, ebug.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ destdir=$RPM_BUILD_ROOT \
+ installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README TODO
+%attr(755,root,root) %{_bindir}/*
+%{perl_vendorlib}/Devel/*.pm
+%{perl_vendorlib}/Devel/ebug
+%{_mandir}/man[13]/*
+
+%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/07/12 19:33:31 radek
+- new
+
================================================================
Index: SPECS/perl-String-Koremutake.spec
diff -u /dev/null SPECS/perl-String-Koremutake.spec:1.1
--- /dev/null Thu Jul 12 21:33:37 2007
+++ SPECS/perl-String-Koremutake.spec Thu Jul 12 21:33:31 2007
@@ -0,0 +1,75 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests # do not perform "make test"
+#
+%include /usr/lib/rpm/macros.perl
+%define pdir String
+%define pnam Koremutake
+Summary: String::Koremutake - Convert to/from Koremutake Memorable Random Strings
+#Summary(pl.UTF-8):
+Name: perl-String-Koremutake
+Version: 0.30
+Release: 1
+# same as perl
+License: GPL v1+ or Artistic
+Group: Development/Languages/Perl
+Source0: http://www.cpan.org/modules/by-module/String/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 9b28d2017b98015f5e1b376324673419
+URL: http://search.cpan.org/dist/String-Koremutake/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Error >= 0.15
+BuildRequires: perl-Test-Exception >= 0.15
+%endif
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The String::Koremutake module converts to and from Koremutake Memorable
+Random Strings.
+
+The term "Memorable Random String" was thought up by Sean B. Palmer as
+a name for those strings like dopynl, glargen, glonknic, spoopwiddle,
+and kebble etc. that don't have any conventional sense, but can be used
+as random identifiers, especially in URIs to keep them persistent. See
+http://infomesh.net/2001/07/MeRS/
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+ destdir=$RPM_BUILD_ROOT \
+ installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%{perl_vendorlib}/String/*.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/07/12 19:33:31 radek
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list