[perl-Data-GUID] Initial import.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



commit 78e26ecb17ee68d066eae59626c31b4116fd3fb8
Author: Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx>
Date:   Thu Jan 2 15:41:12 2014 +0100

    Initial import.

 .gitignore          |    1 +
 perl-Data-GUID.spec |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..987f441 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Data-GUID-0.048.tar.gz
diff --git a/perl-Data-GUID.spec b/perl-Data-GUID.spec
new file mode 100644
index 0000000..843e058
--- /dev/null
+++ b/perl-Data-GUID.spec
@@ -0,0 +1,49 @@
+Name:           perl-Data-GUID
+Version:        0.048
+Release:        1%{?dist}
+Summary:        Globally unique identifiers
+License:        GPL+ or Artistic
+Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Data-GUID/
+Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/Data-GUID-%{version}.tar.gz
+BuildArch:      noarch
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::UUID) >= 1.148
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Sub::Exporter) >= 0.90
+BuildRequires:  perl(Sub::Install) >= 0.03
+BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+Data::GUID provides a simple interface for generating and using globally
+unique identifiers.
+
+%prep
+%setup -q -n Data-GUID-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+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
+
+%files
+%doc Changes LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Thu Dec 19 2013 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> 0.048-1
+- Initial Fedora package.
diff --git a/sources b/sources
index e69de29..de1de45 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+8709af7609214edcad1ec99ecd62f048  Data-GUID-0.048.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/perl-devel





[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Legacy Announce]     [Fedora PHP Devel]     [Kernel Devel]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Big List of Linux Books]     [Gimp]     [Yosemite Information]
  Powered by Linux