public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Data-Uniqid] epel10: Initial commit
@ 2026-08-09  1:01 Nick Bebout
  0 siblings, 0 replies; only message in thread
From: Nick Bebout @ 2026-08-09  1:01 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-09  1:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-09  1:01 [rpms/perl-Data-Uniqid] epel10: Initial commit Nick Bebout

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox