public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nick Bebout <nb@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/perl-Data-Uniqid] epel10: Initial commit
Date: Sun, 09 Aug 2026 01:01:20 GMT	[thread overview]
Message-ID: <178623728027.1.1609933110122192368.rpms-perl-Data-Uniqid-1041d9a04b1c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/perl-Data-Uniqid
Branch : epel10
Commit : 1041d9a04b1cfee1a48da41a151d1a253f78c3b4
Author : Nick Bebout <nb@fedoraproject.org>
Date   : 2013-05-21T18:26:04-05:00
Stats  : +55/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Data-Uniqid/c/1041d9a04b1cfee1a48da41a151d1a253f78c3b4?branch=epel10

Log:
Initial commit

---
diff --git a/.gitignore b/.gitignore
index e69de29..a7e0855 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-Uniqid-0.12.tar.gz

diff --git a/perl-Data-Uniqid.spec b/perl-Data-Uniqid.spec
new file mode 100644
index 0000000..e4696cc
--- /dev/null
+++ b/perl-Data-Uniqid.spec
@@ -0,0 +1,53 @@
+Name:           perl-Data-Uniqid
+Version:        0.12
+Release:        1%{?dist}
+Summary:        Perl extension for simple generating of unique id's
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-Uniqid/
+Source0:        http://www.cpan.org/modules/by-module/Data/Data-Uniqid-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:      noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Math::BigInt) perl(Sys::Hostname) perl(Time::HiRes)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Math::BigInt) perl(Sys::Hostname) perl(Time::HiRes)
+
+%description
+Data::Uniqid provides three simple routines for generating unique ids.
+These ids are coded with a Base62 system to make them short and handy (e.g.
+to use it as part of a URL).
+
+%prep
+%setup -q -n Data-Uniqid-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+%exclude %dir %{perl_vendorarch}/auto/
+
+%changelog
+* Mon May 20 2013 Nick Bebout <nb@fedoraproject.org> 0.12-1
+- Specfile autogenerated by cpanspec 1.78.

diff --git a/sources b/sources
index e69de29..2c77d04 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6bab3b5da09fedfdf60ce2629a7367db  Data-Uniqid-0.12.tar.gz

                 reply	other threads:[~2026-08-09  1:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178623728027.1.1609933110122192368.rpms-perl-Data-Uniqid-1041d9a04b1c@fedoraproject.org \
    --to=nb@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox