Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37802149
en ru br
ALT Linux repos
S:6.16-alt1

Group :: Development/Perl
RPM: perl-File-Listing

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-File-Listing-6.02-alt1.patch
Download


 .gear/rules            |    2 ++
 .gear/tags/list        |    1 +
 perl-File-Listing.spec |   41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..e0b43a3
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: File-Listing/@version@:. name=File-Listing-@version@
+diff: File-Listing/@version@:. .
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..b4c01cf
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+b6a9cf328ad413717612ac0e65bc0577fca4481f File-Listing/6.02
diff --git a/perl-File-Listing.spec b/perl-File-Listing.spec
new file mode 100644
index 0000000..b1c375f
--- /dev/null
+++ b/perl-File-Listing.spec
@@ -0,0 +1,41 @@
+%define dist File-Listing
+Name: perl-%dist
+Version: 6.02
+Release: alt1
+
+Summary: parse directory listing
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+Conflicts: perl-libwww < 6
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Mon Mar 21 2011
+BuildRequires: perl-HTTP-Date perl-devel
+
+%description
+This module exports a single function called parse_dir(), which can be
+used to parse directory listings.
+
+%prep
+%setup -q -n %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/File*
+
+%changelog
+* Mon Mar 21 2011 Alexey Tourbin <at@altlinux.ru> 6.02-alt1
+- initial revision
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin